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>
This commit is contained in:
Yi Zhu 2008-05-27 17:50:50 +03:00 committed by John W. Linville
parent a762483726
commit f6d9710489

View File

@ -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;