Search Linux Wireless

Re: [PATCH 01/13] mac80211: Add radiotap support

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

 



> -#define RX_FLAG_MMIC_ERROR       0x1
> -#define RX_FLAG_DECRYPTED	0x2
> -
>  /* Receive status. The low-level driver should provide this information
>   * (the subset supported by hardware) to the 802.11 code with each received
>   * frame. */
> @@ -232,6 +229,9 @@ struct ieee80211_rx_status {
>  	int noise;
>  	int antenna;
>  	int rate;
> +#define RX_FLAG_MMIC_ERROR	(1<<0)
> +#define RX_FLAG_DECRYPTED	(1<<1)
> +#define RX_FLAG_RADIOTAP	(1<<2)
>  	int flag;
>  };

Doesn't matter right now, but for the future: kernel-doc hates having
constants inlined into a struct like that.
 
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