commit | 3110489117581a980537b6d999a3724214ba772c | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Oct 22 17:35:19 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Dec 04 14:43:32 2015 +0100 |
tree | 3825162cbe7ac2c5c57c361f458e126d34fe8747 | |
parent | d9d3ac7afd7a5349271521fb9693230b4da66f1e [diff] |
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>