diff options
author | Abhijeet Kolekar <abhijeet.kolekar@intel.com> | 2009-04-08 14:26:35 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-04-22 16:54:41 -0400 |
commit | 5bbe233b9bafabc08a5404d54b9fa086e8390fc7 (patch) | |
tree | f0a4a015d2429d9b2aac4c198543e483494d9214 /drivers/net/wireless/iwlwifi/iwl-4965.c | |
parent | de2b3e864aa908e613dd9912def88af7877d85f3 (diff) |
iwl3945: use iwl_bss_info_changed
3945 can use iwl_bss_info_changed.
A new lib op is created for post_assoicate to distinguish between
3945 and iwlwifi's post_associate operations.
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 847a6220c5e6..37544afbebe6 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.c +++ b/drivers/net/wireless/iwlwifi/iwl-4965.c | |||
@@ -2324,6 +2324,7 @@ static struct iwl_lib_ops iwl4965_lib = { | |||
2324 | .send_tx_power = iwl4965_send_tx_power, | 2324 | .send_tx_power = iwl4965_send_tx_power, |
2325 | .update_chain_flags = iwl_update_chain_flags, | 2325 | .update_chain_flags = iwl_update_chain_flags, |
2326 | .temperature = iwl4965_temperature_calib, | 2326 | .temperature = iwl4965_temperature_calib, |
2327 | .post_associate = iwl_post_associate, | ||
2327 | }; | 2328 | }; |
2328 | 2329 | ||
2329 | static struct iwl_ops iwl4965_ops = { | 2330 | static struct iwl_ops iwl4965_ops = { |