diff options
author | Yi Zhu <yi.zhu@intel.com> | 2008-05-27 17:50:50 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-28 16:43:49 -0400 |
commit | f6d97104890203ba9c2cf8e34894c4c8e64cb880 (patch) | |
tree | 81860209157e3c650cb2057130daa99dac428b2f /net | |
parent | a7624837261b55259d4a88309fd88529643fbb80 (diff) | |
download | blackbird-obmc-linux-f6d97104890203ba9c2cf8e34894c4c8e64cb880.tar.gz blackbird-obmc-linux-f6d97104890203ba9c2cf8e34894c4c8e64cb880.zip |
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')
-rw-r--r-- | net/mac80211/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c index 915afadb0602..5c876450b14c 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; |