mac80211: stop using pointers as userspace cookies
authorJohannes Berg <johannes.berg@intel.com>
Mon, 1 Jun 2015 21:14:59 +0000 (23:14 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 2 Jun 2015 11:07:59 +0000 (13:07 +0200)
commit3b79af973cf42de059d0e90e20fd145d7ed8c5c1
tree2b3bd6e6e0f9f579c92cc96e794cfd45bd217524
parentb2eb0ee6d0220b47a1f901e4f1c56dd594509d8e
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: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/cfg.c
net/mac80211/status.c