mac80211: move interface type to vif structure
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 19 Dec 2007 00:31:27 +0000 (01:31 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:09:37 +0000 (15:09 -0800)
commit51fb61e76d952e6bc2fbdd9f0d38425fbab1cf31
tree09618b395aae1b91fbc8dec7ea9397a9654a9f0f
parent32bfd35d4b63bd63de4bb0d791ef049c3c868726
mac80211: move interface type to vif structure

Drivers that support mixed AP/STA operation may well need to
know the type of a virtual interface when iterating over them.
The easiest way to support that is to move the interface type
variable into the vif structure.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
13 files changed:
include/net/mac80211.h
net/mac80211/cfg.c
net/mac80211/debugfs_netdev.c
net/mac80211/ieee80211.c
net/mac80211/ieee80211_i.h
net/mac80211/ieee80211_iface.c
net/mac80211/ieee80211_ioctl.c
net/mac80211/ieee80211_sta.c
net/mac80211/key.c
net/mac80211/rx.c
net/mac80211/sta_info.c
net/mac80211/tx.c
net/mac80211/util.c