> +#define IEEE80211_TXCTL_AMPDU (1<<13) /* this frame should be sent > + * as part of an A-MPDU */ Broadcom hardware will want to know (a) is this part of an A-MPDU (b) if so, is it (i) the first mpdu (ii) an intermediate mpdu (iii) the last mpdu Can we provide that easily and avoid the driver having to keep track? > struct ieee80211_sched_data > { > + unsigned long qdisc_pool; If we ever have hw with many more queues we may want to increase NUM_TX_DATA_QUEUES_AMPDU, so if I understand the code correctly should be an array sized something like BITS_TO_LONGS(NUM_TX_...) johannes
Attachment:
signature.asc
Description: This is a digitally signed message part