mac80211: call drv_ibss_join() on restart
authorJohannes Berg <johannes.berg@intel.com>
Wed, 6 Feb 2019 11:17:12 +0000 (13:17 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 11 Feb 2019 14:50:56 +0000 (15:50 +0100)
commit4926b51bfaa6d36bd6f398fb7698679d3962e19d
tree927a6fad79eb24f8618aff1143b2bec65b1d1a9b
parent73350424bec9c76cf42d4d502ff156c7d5daf191
mac80211: call drv_ibss_join() on restart

If a driver does any significant activity in its ibss_join method,
then it will very well expect that to be called during restart,
before any stations are added. Do that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/util.c