Skip to content

Commit

Permalink
mac80211: fix a typo in ieee80211_handle_filtered_frame comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yi Zhu authored and John W. Linville committed May 28, 2008
1 parent a762483 commit f6d9710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mac80211/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f6d9710

Please sign in to comment.