diff options
author | Abhijeet Kolekar <abhijeet.kolekar@intel.com> | 2009-04-08 14:26:49 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-04-22 16:54:43 -0400 |
commit | 60690a6a38cc03142a0c5aaed64cf043e707457d (patch) | |
tree | bfb2a7ce9e4db46849011959eff825616d65b7d8 /drivers/net/wireless/iwlwifi/iwl-5000.c | |
parent | 4808368dad3263ac46e71f037c0dcd2dcf082525 (diff) |
iwlwifi: add config_ap lib op
add config_ap lib op to iwlwifi and iwl3945 in preparation
of future 3945 porting actions.
Signed-off-by: Abhijeet Kolekar <abhijeet.kolekar@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-5000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-5000.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c index cf622a14bfe2..5bbb4f953364 100644 --- a/drivers/net/wireless/iwlwifi/iwl-5000.c +++ b/drivers/net/wireless/iwlwifi/iwl-5000.c | |||
@@ -1537,6 +1537,7 @@ struct iwl_lib_ops iwl5000_lib = { | |||
1537 | .query_addr = iwl5000_eeprom_query_addr, | 1537 | .query_addr = iwl5000_eeprom_query_addr, |
1538 | }, | 1538 | }, |
1539 | .post_associate = iwl_post_associate, | 1539 | .post_associate = iwl_post_associate, |
1540 | .config_ap = iwl_config_ap, | ||
1540 | }; | 1541 | }; |
1541 | 1542 | ||
1542 | struct iwl_ops iwl5000_ops = { | 1543 | struct iwl_ops iwl5000_ops = { |