Message ID | 1447143955-10304-2-git-send-email-fengwei.yin@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Kalle Valo |
Headers | show |
> From: Andy Green <andy.green@linaro.org> > > 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> Thanks, 5 patches applied to wireless-drivers-next.git: 9193adebc4d1 wcn36xx: introduce WCN36XX_HAL_AVOID_FREQ_RANGE_IND df0d4364766f wcn36xx: swallow two wcn3620 IND messages 40ac77c8117b wcn36xx: handle new hal response format 69f66b688e93 wcn36xx: use new response format for wcn3620 trigger_ba 1d14c6f480f4 wcn36xx: use new response format for wcn3620 remove_bsskey Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/net/wireless/ath/wcn36xx/hal.h b/drivers/net/wireless/ath/wcn36xx/hal.h index a1f1127..b947de0 100644 --- 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 };