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>
This commit is contained in:
committed by
David S. Miller
parent
32bfd35d4b
commit
51fb61e76d
@@ -294,7 +294,6 @@ struct ieee80211_if_sta {
|
||||
#define IEEE80211_SDATA_USERSPACE_MLME BIT(4)
|
||||
struct ieee80211_sub_if_data {
|
||||
struct list_head list;
|
||||
enum ieee80211_if_types type;
|
||||
|
||||
struct wireless_dev wdev;
|
||||
|
||||
|
Reference in New Issue
Block a user