Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mac80211: properly set CCK flag in radiotap
Fix a regression introduced by commit a5e7069 ("mac80211: add radiotap flag and handling for 5/10 MHz") where the IEEE80211_CHAN_CCK channel type flag was incorrectly replaced by the IEEE80211_CHAN_OFDM flag. This commit fixes that by using the CCK flag again. Cc: [email protected] Fixes: a5e7069 ("mac80211: add radiotap flag and handling for 5/10 MHz") Signed-off-by: Mathy Vanhoef <[email protected]> Signed-off-by: Johannes Berg <[email protected]>
- Loading branch information