diff options
author | John W. Linville <linville@tuxdriver.com> | 2013-10-18 19:57:09 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-10-18 19:57:09 +0200 |
commit | a72e25f78134cc0c1ef2adc99d6c3680ebd80e35 (patch) | |
tree | 225c450bd38e62295c700a58ca7e05112733ac63 /drivers/net/wireless/ath/ath6kl | |
parent | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
parent | ath10k: add might_sleep() to ath10k_wmi_cmd_send() (diff) | |
download | linux-a72e25f78134cc0c1ef2adc99d6c3680ebd80e35.tar.xz linux-a72e25f78134cc0c1ef2adc99d6c3680ebd80e35.zip |
Merge branch 'for-linville' of git://github.com/kvalo/ath
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/htc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/htc.h b/drivers/net/wireless/ath/ath6kl/htc.h index a2c8ff809793..14cab1403dd6 100644 --- a/drivers/net/wireless/ath/ath6kl/htc.h +++ b/drivers/net/wireless/ath/ath6kl/htc.h @@ -60,7 +60,7 @@ /* disable credit flow control on a specific service */ #define HTC_CONN_FLGS_DISABLE_CRED_FLOW_CTRL (1 << 3) #define HTC_CONN_FLGS_SET_RECV_ALLOC_SHIFT 8 -#define HTC_CONN_FLGS_SET_RECV_ALLOC_MASK 0xFF00 +#define HTC_CONN_FLGS_SET_RECV_ALLOC_MASK 0xFF00U /* connect response status codes */ #define HTC_SERVICE_SUCCESS 0 |