On Thu, 2012-02-23 at 14:11 -0800, Sam Leffler wrote: > On Thu, Feb 23, 2012 at 10:47 AM, Johannes Berg > <johannes@xxxxxxxxxxxxxxxx> wrote: > > On Thu, 2012-02-23 at 10:45 -0800, Sam Leffler wrote: > > >> >> + * @IEEE80211_TX_CTL_NO_RC: This frame does not require rate control. > >> >> + * This flag is used when an injected frame includes a transmit > >> >> + * rate (and possibly flags and retry count) in the radiotap header. > >> > > >> > Does that really have to be here? This is the last bit we have, and it > >> > seems this is internal so ... ? > >> > >> So ... what? I saw it was the last bit didn't see another way to tag > >> state in the skb (and the cb looked to be max size so there was no > >> room to expand it). > > > > I was thinking it could be in struct ieee80211_tx_data.flags? > > I don't see how to get a handle on a ieee80211_tx_data struct in > ieee80211_monitor_start_xmit. It looks like the tx path allocates it > on the stack for all the subhandlers but this is called through the > netdevice ops vector. Ok, fair enough. I wasn't sure any more if it was allocated early enough or if maybe it would be possible to move it. Felix had promised to make some space in the tx info anyway :) johannes -- 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