On Fri, 2008-10-17 at 03:54 +0200, Christian Lamparter wrote: > + case NL80211_IFTYPE_AP: > + if (is_multicast_ether_addr(hdr->addr1)) { > + *aid = 0; > + *queue = 3; > + return 0; > + } Are you sure this is right? I think you should use the mac80211 flag IEEE80211_TX_CTL_SEND_AFTER_DTIM maybe? Also, there's a flag for IEEE80211_TX_CTL_ASSIGN_SEQ (inverted in firmware) that you should use. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part