aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/070-add_eeprom_def.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/mac80211/patches/070-add_eeprom_def.patch')
-rw-r--r--package/mac80211/patches/070-add_eeprom_def.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/mac80211/patches/070-add_eeprom_def.patch b/package/mac80211/patches/070-add_eeprom_def.patch
deleted file mode 100644
index 70e784c870..0000000000
--- a/package/mac80211/patches/070-add_eeprom_def.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/include/linux/compat-2.6.36.h
-+++ b/include/linux/compat-2.6.36.h
-@@ -120,6 +120,9 @@ static inline void tty_unlock(void) __re
- #define tty_locked() (kernel_locked())
-
- #define usleep_range(_min, _max) msleep((_max) / 1000)
-+
-+#define PCI_EEPROM_WIDTH_93C86 8
-+
- #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,36)) */
-
- #endif /* LINUX_26_36_COMPAT_H */