Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mac80211: make sure data is accessible in EAPOL check
The code to allow EAPOL frames even when the station isn't yet marked associated needs to check that the incoming frame is long enough and due to paged RX it also can't assume skb->data contains the right data, it must use skb_copy_bits(). Fix this to avoid using data that doesn't really exist. Cc: [email protected] Signed-off-by: Johannes Berg <[email protected]>
- Loading branch information