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-3945.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-3945.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c index a854feba82c..edc0cb38033 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.c +++ b/drivers/net/wireless/iwlwifi/iwl-3945.c | |||
@@ -2952,6 +2952,7 @@ static struct iwl_lib_ops iwl3945_lib = { | |||
2952 | .send_tx_power = iwl3945_send_tx_power, | 2952 | .send_tx_power = iwl3945_send_tx_power, |
2953 | .is_valid_rtc_data_addr = iwl3945_hw_valid_rtc_data_addr, | 2953 | .is_valid_rtc_data_addr = iwl3945_hw_valid_rtc_data_addr, |
2954 | .post_associate = iwl3945_post_associate, | 2954 | .post_associate = iwl3945_post_associate, |
2955 | .config_ap = iwl3945_config_ap, | ||
2955 | }; | 2956 | }; |
2956 | 2957 | ||
2957 | static struct iwl_station_mgmt_ops iwl3945_station_mgmt = { | 2958 | static struct iwl_station_mgmt_ops iwl3945_station_mgmt = { |