On Saturday 10 May 2008, Johannes Berg wrote: > > > + /* > > + * Don't automatically kick the beacon queue. > > + */ > > + tx_info->flags &= ~IEEE80211_TX_CTL_READY_FOR_TX; > > > > /* > > * Fill in skb descriptor > > */ > > skbdesc = get_skb_frame_desc(skb); > > memset(skbdesc, 0, sizeof(*skbdesc)); > > - skbdesc->flags |= FRAME_DESC_DRIVER_GENERATED; > > Could you live w/o that change? I'm pondering removing that flag again > since it doesn't have any meaning any more with the fragmentation/busy > reschedule rewrite I'll do. Not a problem, I had already removed a few instances where I used that, and will remove the remaining bits as well. Ivo -- 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