Commit 946c2add authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Greg Kroah-Hartman
Browse files

Staging: rtl8187se/ieee80211: remove FEDORACORE_9 ifdef

parent 846eec42
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -39,12 +39,6 @@ static const char *ieee80211_modes[] = {
	"?", "a", "b", "ab", "g", "ag", "bg", "abg"
};

#ifdef FEDORACORE_9
#define IN_FEDORACORE_9 1
#else
#define IN_FEDORACORE_9 0
#endif

#define MAX_CUSTOM_LEN 64
static inline char *rtl818x_translate_scan(struct ieee80211_device *ieee,
		                           char *start, char *stop,