]> asedeno.scripts.mit.edu Git - linux.git/commit
ath10k: replace bit shifts with the BIT() macro for rx desc bits
authorGovind Singh <govinds@codeaurora.org>
Wed, 9 May 2018 09:33:21 +0000 (15:03 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 12 May 2018 09:25:17 +0000 (12:25 +0300)
commitc3f7f31efe39209722a6fd19d7b7a4cceb7ca75c
tree3a9faf87e4bd0d6aaf353606ee51c524c89da1f5
parent0be928850dac4dc3f9f4e0a9966b6c809557a494
ath10k: replace bit shifts with the BIT() macro for rx desc bits

Use the BIT() macro from 'linux/bitops.h' to define the rx desc
bit flags to have consistency with new definitions.

Signed-off-by: Govind Singh <govinds@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/rx_desc.h