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-4965.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-4965.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c index ab25e6ab59d5..e4762e530345 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.c +++ b/drivers/net/wireless/iwlwifi/iwl-4965.c | |||
@@ -2333,6 +2333,7 @@ static struct iwl_lib_ops iwl4965_lib = { | |||
2333 | .update_chain_flags = iwl_update_chain_flags, | 2333 | .update_chain_flags = iwl_update_chain_flags, |
2334 | .temperature = iwl4965_temperature_calib, | 2334 | .temperature = iwl4965_temperature_calib, |
2335 | .post_associate = iwl_post_associate, | 2335 | .post_associate = iwl_post_associate, |
2336 | .config_ap = iwl_config_ap, | ||
2336 | }; | 2337 | }; |
2337 | 2338 | ||
2338 | static struct iwl_ops iwl4965_ops = { | 2339 | static struct iwl_ops iwl4965_ops = { |