diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-3945.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c index a793cd11f738..77e7202c026b 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.c +++ b/drivers/net/wireless/iwlwifi/iwl-3945.c | |||
@@ -520,10 +520,8 @@ static void iwl3945_rx_reply_rx(struct iwl3945_priv *priv, | |||
520 | break; | 520 | break; |
521 | 521 | ||
522 | /* | 522 | /* |
523 | * TODO: There is no callback function from upper | 523 | * TODO: Use the new callback function from |
524 | * stack to inform us when associated status. this | 524 | * mac80211 instead of sniffing these packets. |
525 | * work around to sniff assoc_resp management frame | ||
526 | * and finish the association process. | ||
527 | */ | 525 | */ |
528 | case IEEE80211_STYPE_ASSOC_RESP: | 526 | case IEEE80211_STYPE_ASSOC_RESP: |
529 | case IEEE80211_STYPE_REASSOC_RESP:{ | 527 | case IEEE80211_STYPE_REASSOC_RESP:{ |