]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: refactor monitor representation in sdata
authorAviya Erenfeld <aviya.erenfeld@intel.com>
Mon, 29 Aug 2016 20:25:15 +0000 (23:25 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 12 Sep 2016 09:24:47 +0000 (11:24 +0200)
commit065de96c0322b6e0cb831a72bbdc2821f9fab662
treeab061cce133bf16d5d85baedaaef370e5c4dd7ed
parent71527d0d11ab12fac73292464a921b20f9c069e1
mac80211: refactor monitor representation in sdata

Insert the u32 monitor flags variable in a new structure
that represents a monitor interface.
This will allow to add more configuration variables to
that structure which will happen in an upcoming change.

Signed-off-by: Aviya Erenfeld <aviya.erenfeld@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c
net/mac80211/driver-ops.c
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/rx.c
net/mac80211/status.c
net/mac80211/tx.c
net/mac80211/util.c