summaryrefslogtreecommitdiff
path: root/net/mac80211
diff options
context:
space:
mode:
authorYi Zhu <yi.zhu@intel.com>2008-05-27 17:50:50 +0300
committerJohn W. Linville <linville@tuxdriver.com>2008-05-28 16:43:49 -0400
commitf6d97104890203ba9c2cf8e34894c4c8e64cb880 (patch)
tree81860209157e3c650cb2057130daa99dac428b2f /net/mac80211
parenta7624837261b55259d4a88309fd88529643fbb80 (diff)
mac80211: fix a typo in ieee80211_handle_filtered_frame comment
fix a typo in ieee80211_handle_filtered_frame comment Signed-off-by: Yi Zhu <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r--net/mac80211/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c
index 915afadb060..5c876450b14 100644
--- a/net/mac80211/main.c
+++ b/net/mac80211/main.c
@@ -1313,7 +1313,7 @@ static void ieee80211_handle_filtered_frame(struct ieee80211_local *local,
/*
* Clear the TX filter mask for this STA when sending the next
* packet. If the STA went to power save mode, this will happen
- * happen when it wakes up for the next time.
+ * when it wakes up for the next time.
*/
sta->flags |= WLAN_STA_CLEAR_PS_FILT;