Re: [RFC v2 06/11] ath10k: htc: Added ATH10K_HTC_FLAG_BUNDLE_LSB
From: Valo, Kalle <hidden>
Date: 2016-12-16 10:24:09
From: Valo, Kalle <hidden>
Date: 2016-12-16 10:24:09
Erik Stromdahl [off-list ref] writes:
Signed-off-by: Erik Stromdahl <redacted> --- drivers/net/wireless/ath/ath10k/htc.h | 2 ++ 1 file changed, 2 insertions(+)diff --git a/drivers/net/wireless/ath/ath10k/htc.h b/drivers/net/wireless=
/ath/ath10k/htc.h
index f94b25a..2963694 100644--- a/drivers/net/wireless/ath/ath10k/htc.h +++ b/drivers/net/wireless/ath/ath10k/htc.h@@ -62,6 +62,8 @@ enum ath10k_htc_rx_flags { ATH10K_HTC_FLAG_BUNDLE_MASK =3D 0xF0 };=20 +#define ATH10K_HTC_FLAG_BUNDLE_LSB 4 +
I think you could fold patches from 6 to 11 into one patch. They are all about adding code, and most of the commit logs are empty anyway. --=20 Kalle Valo=