Erik Stromdahl <erik.stromdahl@xxxxxxxxx> writes: > Signed-off-by: Erik Stromdahl <erik.stromdahl@xxxxxxxxx> > --- > 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 = 0xF0 > }; > > +#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. -- Kalle Valo