mirror of https://gitee.com/openkylin/linux.git
[PATCH] ieee80211: Remove WIRELESS_EXT < 17 support
No need to maintain support for WIRELESS_EXT < 17 since this kernel tree is already using WIRELESS_EXT 18. Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
parent
099c5bb169
commit
5f55d0850e
|
@ -24,15 +24,6 @@
|
||||||
#include <linux/kernel.h> /* ARRAY_SIZE */
|
#include <linux/kernel.h> /* ARRAY_SIZE */
|
||||||
#include <linux/wireless.h>
|
#include <linux/wireless.h>
|
||||||
|
|
||||||
#if WIRELESS_EXT < 17
|
|
||||||
#define IW_QUAL_QUAL_INVALID 0x10
|
|
||||||
#define IW_QUAL_LEVEL_INVALID 0x20
|
|
||||||
#define IW_QUAL_NOISE_INVALID 0x40
|
|
||||||
#define IW_QUAL_QUAL_UPDATED 0x1
|
|
||||||
#define IW_QUAL_LEVEL_UPDATED 0x2
|
|
||||||
#define IW_QUAL_NOISE_UPDATED 0x4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define IEEE80211_DATA_LEN 2304
|
#define IEEE80211_DATA_LEN 2304
|
||||||
/* Maximum size for the MA-UNITDATA primitive, 802.11 standard section
|
/* Maximum size for the MA-UNITDATA primitive, 802.11 standard section
|
||||||
6.2.1.1.2.
|
6.2.1.1.2.
|
||||||
|
|
Loading…
Reference in New Issue