Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MAC80211]: Add get_unaligned to ieee80211_get_radiotap_len
ieee80211_get_radiotap_len() tries to dereference radiotap length without taking care that it is completely unaligned and get_unaligned() is required. Signed-off-by: Andy Green <[email protected]> Signed-off-by: Jiri Benc <[email protected]> Signed-off-by: John W. Linville <[email protected]>
- Loading branch information