commit | 6d71117a279aa30574a8af6c7348570c292285c2 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Jun 19 17:19:44 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Aug 20 13:58:23 2012 +0200 |
tree | 89334a1d7bf17383524318179c6aee11d52f55d7 | |
parent | f142c6b906da451ded2c7a8e17b2a0e6fee3e891 [diff] |
mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTF Some devices like the current iwlwifi implementation require that the P2P interface address match the P2P Device address (only one P2P interface is supported.) Add the HW flag IEEE80211_HW_P2P_DEV_ADDR_FOR_INTF that allows drivers to request that P2P Interfaces added while a P2P Device is active get the same MAC address by default. Signed-off-by: Johannes Berg <johannes.berg@intel.com>