mac80211: move TDLS data to mgd private part
authorArik Nemtsov <arik@wizery.com>
Thu, 17 Jul 2014 14:14:25 +0000 (17:14 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 21 Jul 2014 10:14:04 +0000 (12:14 +0200)
commit81dd2b8822410e56048b927be779d95a2b6dc186
treeae3ae777e082aa6f5211eeb45fda69748e10c835
parent6f7eaa47e1de30159277f91f1145a6687f13ffd9
mac80211: move TDLS data to mgd private part

We can only be a station for TDLS connections. Also fix a bug where
a delayed work could be left scheduled if the station interface was
brought down during TDLS setup.

Signed-off-by: Arik Nemtsov <arikx.nemtsov@intel.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/mlme.c
net/mac80211/tdls.c