diff options
author | Mathias Kresin <dev@kresin.me> | 2016-07-14 18:15:48 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-11-09 20:02:18 +0100 |
commit | b6832817eb39ff237f663a5f0e6245414470ed37 (patch) | |
tree | 7e592cf0837825bb86fb21f3566ca92d577664f7 /package/kernel/mac80211/patches/620-rt2x00-add-AP+STA-support.patch | |
parent | e7c019c24d2c7b367b2c8e58b424d2b7c6c27724 (diff) | |
download | mtk-20170518-b6832817eb39ff237f663a5f0e6245414470ed37.zip mtk-20170518-b6832817eb39ff237f663a5f0e6245414470ed37.tar.gz mtk-20170518-b6832817eb39ff237f663a5f0e6245414470ed37.tar.bz2 |
mac80211: rt2x00: add support for mac addr from device tree
Backport upstream accepted patch which allows to override the EEPROM
mac address with one from device tree.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'package/kernel/mac80211/patches/620-rt2x00-add-AP+STA-support.patch')
-rw-r--r-- | package/kernel/mac80211/patches/620-rt2x00-add-AP+STA-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/620-rt2x00-add-AP+STA-support.patch b/package/kernel/mac80211/patches/620-rt2x00-add-AP+STA-support.patch index dba6033..2fe5c7e 100644 --- a/package/kernel/mac80211/patches/620-rt2x00-add-AP+STA-support.patch +++ b/package/kernel/mac80211/patches/620-rt2x00-add-AP+STA-support.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/ralink/rt2x00/rt2x00dev.c +++ b/drivers/net/wireless/ralink/rt2x00/rt2x00dev.c -@@ -1283,7 +1283,7 @@ static inline void rt2x00lib_set_if_comb +@@ -1292,7 +1292,7 @@ static inline void rt2x00lib_set_if_comb */ if_limit = &rt2x00dev->if_limits_ap; if_limit->max = rt2x00dev->ops->max_ap_intf; |