diff options
author | Alexei Avshalom Lazar <ailizaro@codeaurora.org> | 2018-08-23 14:47:06 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-08-28 16:48:06 +0300 |
commit | 22b9610ec68716d664aac99cee6e65464cc6c922 (patch) | |
tree | 82245fb71a350d04fad2da64453b950d475cb155 /drivers/net/wireless/ath/wil6210/wil6210.h | |
parent | 32dcfe8316cdbd885542967c0c85f5b9de78874b (diff) | |
download | linux-22b9610ec68716d664aac99cee6e65464cc6c922.tar.gz linux-22b9610ec68716d664aac99cee6e65464cc6c922.tar.bz2 linux-22b9610ec68716d664aac99cee6e65464cc6c922.zip |
wil6210: add support for channel 4
wil6210 supports channels 1-3 of the 60GHz band.
New FW added support for channel 4. Add support for channel 4 also in
wil6210 driver.
Signed-off-by: Alexei Avshalom Lazar <ailizaro@codeaurora.org>
Signed-off-by: Maya Erez <merez@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/wil6210/wil6210.h')
-rw-r--r-- | drivers/net/wireless/ath/wil6210/wil6210.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/wil6210/wil6210.h b/drivers/net/wireless/ath/wil6210/wil6210.h index 17c294b1ead1..85565de05840 100644 --- a/drivers/net/wireless/ath/wil6210/wil6210.h +++ b/drivers/net/wireless/ath/wil6210/wil6210.h @@ -1370,4 +1370,6 @@ int wmi_addba_rx_resp_edma(struct wil6210_priv *wil, u8 mid, u8 cid, u8 tid, u8 token, u16 status, bool amsdu, u16 agg_wsize, u16 timeout); +void update_supported_bands(struct wil6210_priv *wil); + #endif /* __WIL6210_H__ */ |