Skip to content
Commit 3b79af97 authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211: stop using pointers as userspace cookies



Even if the pointers are really only accessible to root and used
pretty much only by wpa_supplicant, this is still not great; even
for debugging it'd be easier to have something that's easier to
read and guaranteed to never get reused.

With the recent change to make mac80211 create an ack_skb for the
mgmt-tx path this becomes possible, only the client probe method
needs to also allocate an ack_skb, and we can store the cookie in
that skb.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent b2eb0ee6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment