Message ID | 1447063362-27322-2-git-send-email-fengwei.yin@linaro.org (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Kalle Valo |
Headers | show |
On Mon, Nov 09, 2015 at 05:02:38AM -0500, Yin, Fengwei wrote: > From: Andy Green <andy.green@linaro.org> > > From: Andy Green <andy.green@linaro.org> Hi Fengwei, There are two "From" lines in this and a couple of the other patches, can you remove one? (Not sure if git-am automatically strips the second or not.)
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 };