Avinash Patil <patila@xxxxxxxxxxx> writes: > diff --git a/drivers/net/wireless/mwifiex/sdio.h b/drivers/net/wireless/mwifiex/sdio.h > index c636944..5a23bd0 100644 > --- a/drivers/net/wireless/mwifiex/sdio.h > +++ b/drivers/net/wireless/mwifiex/sdio.h > @@ -67,6 +67,7 @@ > > #define MWIFIEX_MP_AGGR_BUF_SIZE_16K (16384) > #define MWIFIEX_MP_AGGR_BUF_SIZE_32K (32768) > +#define MWIFIEX_MP_AGGR_BUF_SIZE_64K (65280) The first two macros are clearly matching their 16K and 32K names, but the 64K one is not. Care to add a comment explaining where the missing 256 bytes went? Bjørn (always curious about surprising numbers :-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html