diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/htc.h')
-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 @@ | |||
60 | /* disable credit flow control on a specific service */ | 60 | /* disable credit flow control on a specific service */ |
61 | #define HTC_CONN_FLGS_DISABLE_CRED_FLOW_CTRL (1 << 3) | 61 | #define HTC_CONN_FLGS_DISABLE_CRED_FLOW_CTRL (1 << 3) |
62 | #define HTC_CONN_FLGS_SET_RECV_ALLOC_SHIFT 8 | 62 | #define HTC_CONN_FLGS_SET_RECV_ALLOC_SHIFT 8 |
63 | #define HTC_CONN_FLGS_SET_RECV_ALLOC_MASK 0xFF00 | 63 | #define HTC_CONN_FLGS_SET_RECV_ALLOC_MASK 0xFF00U |
64 | 64 | ||
65 | /* connect response status codes */ | 65 | /* connect response status codes */ |
66 | #define HTC_SERVICE_SUCCESS 0 | 66 | #define HTC_SERVICE_SUCCESS 0 |