projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a38c8e
)
wcn36xx: introduce WCN36XX_HAL_AVOID_FREQ_RANGE_IND
author
Andy Green
<andy.green@linaro.org>
Tue, 10 Nov 2015 08:25:51 +0000
(
03:25
-0500)
committer
Kalle Valo
<kvalo@codeaurora.org>
Mon, 30 Nov 2015 12:36:46 +0000
(14:36 +0200)
WCN3620 firmware introduces a new async indication, we need to
add it as a known message type so we can accept it
Signed-off-by: Andy Green <andy.green@linaro.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/wcn36xx/hal.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/wcn36xx/hal.h
b/drivers/net/wireless/ath/wcn36xx/hal.h
index a1f1127d7808d739e4f6571fa0f071491ca289bc..b947de0fb2e599804e6ea0cc9f0a2218a71611de 100644
(file)
--- a/
drivers/net/wireless/ath/wcn36xx/hal.h
+++ b/
drivers/net/wireless/ath/wcn36xx/hal.h
@@
-345,6
+345,8
@@
enum wcn36xx_hal_host_msg_type {
WCN36XX_HAL_DHCP_START_IND = 189,
WCN36XX_HAL_DHCP_STOP_IND = 190,
+ WCN36XX_HAL_AVOID_FREQ_RANGE_IND = 233,
+
WCN36XX_HAL_MSG_MAX = WCN36XX_HAL_MSG_TYPE_MAX_ENUM_SIZE
};