On Saturday 17 March 2007 11:58, andy@xxxxxxxxxxx wrote: > From: Andy Green <andy@xxxxxxxxxxx> > > Try #2 > - took Michael Wu's advice about better tools and basing on wireless-dev > - took Luis Rodriguez's advice about coding style makeover > - took Pavel Roskin's advice about little-endian radiotap > > Index: linux-2.6.20.i386/include/net/mac80211.h > =================================================== > > diff --git a/include/net/mac80211.h b/include/net/mac80211.h > index 4fc8edc..bb5777e 100644 > --- a/include/net/mac80211.h > +++ b/include/net/mac80211.h > @@ -189,6 +189,7 @@ struct ieee80211_tx_control { > #define IEEE80211_TXCTL_FIRST_FRAGMENT (1<<8) /* this is a first fragment of > * the frame */ > #define IEEE80211_TXCTL_TKIP_NEW_PHASE1_KEY (1<<9) > +#define IEEE80211_TXCTL_INJECTED_PACKET (1<<10) /* tx into monitor IF */ What is a driver supposed to do on this flag? More documentation, please. -- Greetings Michael. - 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