]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: make remain_on_channel() op pass vif param
authorEliad Peller <eliad@wizery.com>
Mon, 19 Nov 2012 15:05:09 +0000 (17:05 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 19 Nov 2012 15:20:37 +0000 (16:20 +0100)
commitf0a0a531abd9aac403898f1194767ccaded6d1c7
treec5fb7a7c9c5a4ea3c91b201f5f0bb692eaa8afe1
parent9daf68c3e50c38d82610afae850766f535a3888a
mac80211: make remain_on_channel() op pass vif param

Drivers (e.g. wl12xx) might need to know the vif
to roc on (mainly in order to configure the
rx filters correctly).

Add the vif to the op params, and update the current
users (iwlwifi) to use the new api.

Signed-off-by: Eliad Peller <eliad@wizery.com>
[fix hwsim]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/dvm/mac80211.c
drivers/net/wireless/mac80211_hwsim.c
include/net/mac80211.h
net/mac80211/cfg.c
net/mac80211/driver-ops.h
net/mac80211/offchannel.c
net/mac80211/trace.h