diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-05-29 04:34:53 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-06-03 15:00:19 -0400 |
commit | 84df9d3130118146c9aedf5146040f9f6495f471 (patch) | |
tree | 9c28c603c0988f697bcb286899fc484b89c8432a /drivers/net/wireless/iwlwifi/iwl3945-base.c | |
parent | c317fee3c1a01a0dbf505ed46236e93c55e279fa (diff) |
iwlwifi: remove notif_missed_beacons variable
This patch removes notif_missed_beacons from priv since it was never
used. Missed beacons notification will have only meaning if roaming
will be implemented in mac80211.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl3945-base.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl3945-base.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl3945-base.c b/drivers/net/wireless/iwlwifi/iwl3945-base.c index e0f52e264418..244bfe5c751f 100644 --- a/drivers/net/wireless/iwlwifi/iwl3945-base.c +++ b/drivers/net/wireless/iwlwifi/iwl3945-base.c | |||
@@ -5847,9 +5847,6 @@ static void iwl3945_alive_start(struct iwl3945_priv *priv) | |||
5847 | /* Configure the adapter for unassociated operation */ | 5847 | /* Configure the adapter for unassociated operation */ |
5848 | iwl3945_commit_rxon(priv); | 5848 | iwl3945_commit_rxon(priv); |
5849 | 5849 | ||
5850 | /* At this point, the NIC is initialized and operational */ | ||
5851 | priv->notif_missed_beacons = 0; | ||
5852 | |||
5853 | iwl3945_reg_txpower_periodic(priv); | 5850 | iwl3945_reg_txpower_periodic(priv); |
5854 | 5851 | ||
5855 | iwl3945_led_register(priv); | 5852 | iwl3945_led_register(priv); |