The feature MAC address randomization depends on the firmware capability, if the firmware indicates WMI_SERVICE_SPOOF_MAC_SUPPORT service the host driver will report it to upper layer. The service bit is above the 128 bit limit so a new service check macro is needed. Carl Huang (2): ath10k: Add WMI_SERVICE_AVAILABLE_EVENT support ath10k: support MAC address randomization in scan drivers/net/wireless/ath/ath10k/mac.c | 17 ++ drivers/net/wireless/ath/ath10k/wmi-ops.h | 46 ++++ drivers/net/wireless/ath/ath10k/wmi-tlv.c | 63 ++++++ drivers/net/wireless/ath/ath10k/wmi-tlv.h | 357 +++++++++++++++++++++++++++++- drivers/net/wireless/ath/ath10k/wmi.c | 26 ++- drivers/net/wireless/ath/ath10k/wmi.h | 18 +- 6 files changed, 520 insertions(+), 7 deletions(-) -- 2.7.4