Search Linux Wireless

Re: [RFC 2/3] mac80211: Make use of the new F_TX_NOACK and F_TX_NOSEQ Radiotap TX flags

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2008-12-12 at 23:32 +0100, Stefanik Gábor wrote:
> Honor the 2 new flags in the "TX Flags" Radiotap field, introduced in
> the previous commit.
> 
> Signed-off-by: Gábor Stefanik <netrolller.3d@xxxxxxxxx>
> 
> ---
> 
> Patch also available as an attachment in case Gmail decides to damage it.
> 
> diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
> index 155a204..141099a 100644
> --- a/net/mac80211/ieee80211_i.h
> +++ b/net/mac80211/ieee80211_i.h
> @@ -143,6 +143,8 @@ typedef unsigned __bitwise__ ieee80211_tx_result;
>  #define IEEE80211_TX_FRAGMENTED		BIT(0)
>  #define IEEE80211_TX_UNICAST		BIT(1)
>  #define IEEE80211_TX_PS_BUFFERED	BIT(2)
> +#define IEEE80211_TX_MON_NO_SEQ		BIT(3)
> +#define IEEE80211_TX_MON_NO_ACK		BIT(4)

You don't need that, you can directly modify info.

johannes

Attachment: signature.asc
Description: This is a digitally signed message part


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux