From 06f3f01b06940547c3293aa8589696e24173dddd Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sat, 12 Oct 2013 10:50:35 +0000 Subject: acx-mac80211: update to latest version Fixes compilation for linux 3.10. Signed-off-by: Jonas Gorski SVN-Revision: 38367 --- package/kernel/acx-mac80211/patches/200-initial-macaddr.patch | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'package/kernel/acx-mac80211/patches/200-initial-macaddr.patch') diff --git a/package/kernel/acx-mac80211/patches/200-initial-macaddr.patch b/package/kernel/acx-mac80211/patches/200-initial-macaddr.patch index cc82fec..612a876 100644 --- a/package/kernel/acx-mac80211/patches/200-initial-macaddr.patch +++ b/package/kernel/acx-mac80211/patches/200-initial-macaddr.patch @@ -1,15 +1,13 @@ --- a/cardsetting.c +++ b/cardsetting.c -@@ -710,12 +710,27 @@ static int acx1xx_get_station_id(acx_dev - u8 stationID[4 + acx_ie_descs[ACX1xx_IE_DOT11_STATION_ID].len]; +@@ -710,10 +710,25 @@ static int acx1xx_get_station_id(acx_dev + u8 *stationID = adev->ie_cmd_buf;; const u8 *paddr; int i, res; + const char *prom_addr; + char *prom_getenv(const char *name); - - - res = acx_interrogate(adev, &stationID, ACX1xx_IE_DOT11_STATION_ID); + res = acx_interrogate(adev, stationID, ACX1xx_IE_DOT11_STATION_ID); paddr = &stationID[4]; - for (i = 0; i < ETH_ALEN; i++) { + prom_addr = NULL; -- cgit v1.1