Browse Source

staging: rtl8192e: IEEE80211_RADIOTAP_F_BADFCS is defined in kernel, do not duplicate

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Larry Finger 14 years ago
parent
commit
954b609b54
1 changed files with 0 additions and 4 deletions
  1. 0 4
      drivers/staging/rtl8192e/rtllib.h

+ 0 - 4
drivers/staging/rtl8192e/rtllib.h

@@ -51,10 +51,6 @@
 #endif
 #include <net/iw_handler.h>
 
-#ifndef IEEE80211_RADIOTAP_F_BADFCS
-#define IEEE80211_RADIOTAP_F_BADFCS	0x40	/* bad FCS */
-#endif
-
 #ifndef IW_MODE_MONITOR
 #define IW_MODE_MONITOR 6
 #endif