diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-02-05 20:02:48 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-02-05 20:02:48 +0000 |
commit | f0985524d1bb198dfe7e4061eed496769d8e3aca (patch) | |
tree | 86c5f2a40b95481cb22282c235582118a940e461 /package/kernel/acx-mac80211/patches/200-initial-macaddr.patch | |
parent | ef7bc819611ecfba69d9c42e38adf499cd857815 (diff) | |
download | upstream-f0985524d1bb198dfe7e4061eed496769d8e3aca.tar.gz upstream-f0985524d1bb198dfe7e4061eed496769d8e3aca.tar.bz2 upstream-f0985524d1bb198dfe7e4061eed496769d8e3aca.zip |
acx-mac80211: fix build after recent mac80211 update and refresh patches
This was only build tested.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39482
Diffstat (limited to 'package/kernel/acx-mac80211/patches/200-initial-macaddr.patch')
-rw-r--r-- | package/kernel/acx-mac80211/patches/200-initial-macaddr.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/acx-mac80211/patches/200-initial-macaddr.patch b/package/kernel/acx-mac80211/patches/200-initial-macaddr.patch index 612a87663c..c0fdd433b3 100644 --- a/package/kernel/acx-mac80211/patches/200-initial-macaddr.patch +++ b/package/kernel/acx-mac80211/patches/200-initial-macaddr.patch @@ -1,7 +1,7 @@ --- a/cardsetting.c +++ b/cardsetting.c -@@ -710,10 +710,25 @@ static int acx1xx_get_station_id(acx_dev - u8 *stationID = adev->ie_cmd_buf;; +@@ -715,10 +715,25 @@ int acx1xx_get_station_id(acx_device_t * + u8 *stationID = adev->ie_cmd_buf; const u8 *paddr; int i, res; + const char *prom_addr; |