diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2011-04-09 23:51:30 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2011-04-09 23:51:30 +0000 |
commit | 0527ff069415ba67fa7871a68937055ffa87996d (patch) | |
tree | 42b45bbd6860df424c4fa4683838a8b65b5b08e1 | |
parent | 874ef84aa60a0420c0e6536055c6fd323a223689 (diff) | |
download | upstream-0527ff069415ba67fa7871a68937055ffa87996d.tar.gz upstream-0527ff069415ba67fa7871a68937055ffa87996d.tar.bz2 upstream-0527ff069415ba67fa7871a68937055ffa87996d.zip |
mac80211: fix compile with older kernel versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26573 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/mac80211/patches/070-add_eeprom_def.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/mac80211/patches/070-add_eeprom_def.patch b/package/mac80211/patches/070-add_eeprom_def.patch new file mode 100644 index 0000000000..70e784c870 --- /dev/null +++ b/package/mac80211/patches/070-add_eeprom_def.patch @@ -0,0 +1,12 @@ +--- 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 */ |