diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-10-22 17:35:19 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-12-04 14:43:32 +0100 |
commit | 3110489117581a980537b6d999a3724214ba772c (patch) | |
tree | 3825162cbe7ac2c5c57c361f458e126d34fe8747 /net/mac80211/debugfs.c | |
parent | d9d3ac7afd7a5349271521fb9693230b4da66f1e (diff) | |
download | linux-3110489117581a980537b6d999a3724214ba772c.tar.gz linux-3110489117581a980537b6d999a3724214ba772c.tar.bz2 linux-3110489117581a980537b6d999a3724214ba772c.zip |
mac80211: allow driver to prevent two stations w/ same address
Some devices or drivers cannot deal with having the same station
address for different virtual interfaces, say as a client to two
virtual AP interfaces. Rather than requiring each driver with a
limitation like that to enforce it, add a hardware flag for it.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/debugfs.c')
-rw-r--r-- | net/mac80211/debugfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/debugfs.c b/net/mac80211/debugfs.c index 4d2aaebd4f97..abbdff03ce92 100644 --- a/net/mac80211/debugfs.c +++ b/net/mac80211/debugfs.c @@ -125,6 +125,7 @@ static const char *hw_flag_names[NUM_IEEE80211_HW_FLAGS + 1] = { FLAG(TDLS_WIDER_BW), FLAG(SUPPORTS_AMSDU_IN_AMPDU), FLAG(BEACON_TX_STATUS), + FLAG(NEEDS_UNIQUE_STA_ADDR), /* keep last for the build bug below */ (void *)0x1 |