Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6d97104 authored by Yi Zhu's avatar Yi Zhu Committed by John W. Linville
Browse files

mac80211: fix a typo in ieee80211_handle_filtered_frame comment



fix a typo in ieee80211_handle_filtered_frame comment

Signed-off-by: default avatarYi Zhu <yi.zhu@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent a7624837
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
	 * Clear the TX filter mask for this STA when sending the next
	 * packet. If the STA went to power save mode, this will happen
	 * 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;
	sta->flags |= WLAN_STA_CLEAR_PS_FILT;