mac80211: allow driver to prevent two stations w/ same address
authorJohannes Berg <johannes.berg@intel.com>
Thu, 22 Oct 2015 15:35:19 +0000 (17:35 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 4 Dec 2015 13:43:32 +0000 (14:43 +0100)
commit3110489117581a980537b6d999a3724214ba772c
tree3825162cbe7ac2c5c57c361f458e126d34fe8747
parentd9d3ac7afd7a5349271521fb9693230b4da66f1e
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>
include/net/mac80211.h
net/mac80211/debugfs.c
net/mac80211/sta_info.c