On Wed, 2010-11-24 at 18:29 +0200, ext Shahar Levi wrote: > Add 80211n BA initiator session support wl1271 driver. > BA initiator session management included in FW independently. > > Signed-off-by: Shahar Levi <shahar_levi@xxxxxx> > --- > diff --git a/drivers/net/wireless/wl12xx/acx.h b/drivers/net/wireless/wl12xx/acx.h > index 75a6306..c511dce 100644 > --- a/drivers/net/wireless/wl12xx/acx.h > +++ b/drivers/net/wireless/wl12xx/acx.h > @@ -1046,6 +1046,40 @@ struct wl1271_acx_ht_information { > u8 padding[3]; > } __packed; > > +#define BA_RECEIVER_WIN_SIZE 8 This seems to be used only to configure the initiator mode window size, so why is the macro called BA_RECEIVER_WIN_SIZE? -Juuso -- 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