> -----Original Message----- > From: ath10k <ath10k-bounces@xxxxxxxxxxxxxxxxxxx> On Behalf Of Nicolas > Boichat > Sent: Tuesday, August 27, 2019 3:43 PM > To: Wen Gong <wgong@xxxxxxxxxxxxxx> > Cc: open list:NETWORKING DRIVERS (WIRELESS) <linux- > wireless@xxxxxxxxxxxxxxx>; ath10k@xxxxxxxxxxxxxxxxxxx > Subject: [EXT] Re: [PATCH 2/7] ath10k: change max RX bundle size from 8 to > 32 for sdio > > > @@ -501,6 +501,7 @@ static int ath10k_sdio_mbox_alloc_bundle(struct > ath10k *ar, > > int ret, i; > > > > *bndl_cnt = FIELD_GET(ATH10K_HTC_FLAG_BUNDLE_MASK, htc_hdr- > >flags); > > + *bndl_cnt += (FIELD_GET(GENMASK(3, 2), htc_hdr->flags) << 4); > > GENMASK(3, 2): Please define this macro somewhere. > > Also, I'd merge the 2 lines in 1. Patch v2 has sent, https://patchwork.kernel.org/patch/11116677/ > ath10k mailing list > ath10k@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/ath10k