dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Bartlomiej Zolnierkiewicz 2009-07-13 20:01:25 +02:00 committed by Greg Kroah-Hartman
parent 846eec42ba
commit 946c2adde8
1 changed files with 0 additions and 6 deletions

View File

@ -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,