mirror of https://gitee.com/openkylin/linux.git
Staging: rtl8187se/ieee80211: remove FEDORACORE_9 ifdef
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
846eec42ba
commit
946c2adde8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue