diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-02-14 13:20:11 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-02-14 13:20:10 -0800 |
| commit | 1abb9c9f074f91ff8cbb62d29657e841cf4209e1 (patch) | |
| tree | 9512c56ff918b325b48f3137661850cd44084028 | |
| parent | c8ca44d5209f7b963f3501afdcf61e5133f33ab8 (diff) | |
| parent | 88b589eaa3371811e5ceb0ef446b4a542e0601a3 (diff) | |
Merge "ath10k: Set fw feature flag for no 4addr hdr padding"
| -rw-r--r-- | drivers/net/wireless/ath/ath10k/core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/core.c b/drivers/net/wireless/ath/ath10k/core.c index 52b3a9398020..ece0eee5cf7c 100644 --- a/drivers/net/wireless/ath/ath10k/core.c +++ b/drivers/net/wireless/ath/ath10k/core.c @@ -1310,6 +1310,8 @@ static int ath10k_core_fetch_firmware_files(struct ath10k *ar) __set_bit(ATH10K_FW_FEATURE_WOWLAN_SUPPORT, fw_file->fw_features); __set_bit(WMI_SERVICE_WOW, ar->wmi.svc_map); + __set_bit(ATH10K_FW_FEATURE_NO_NWIFI_DECAP_4ADDR_PADDING, + fw_file->fw_features); return 0; } |
