diff options
author | John W. Linville <linville@tuxdriver.com> | 2013-10-18 13:57:09 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-10-18 13:57:09 -0400 |
commit | a72e25f78134cc0c1ef2adc99d6c3680ebd80e35 (patch) | |
tree | 225c450bd38e62295c700a58ca7e05112733ac63 /drivers/net/wireless/ath/ath6kl | |
parent | b231070a18d833f425179f2b51c5b22fb6374c7c (diff) | |
parent | 56b84287d14aa74823a9c290d0c5839d38365110 (diff) | |
download | talos-obmc-linux-a72e25f78134cc0c1ef2adc99d6c3680ebd80e35.tar.gz talos-obmc-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 |