aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/acx-mac80211/patches/200-initial-macaddr.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-02-05 20:02:48 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-02-05 20:02:48 +0000
commitfd8e9f4401c43bf19c7917146053c70e0efaf56d (patch)
tree59d71cc2e8069b675968fec6b95d2849885b7cdd /package/kernel/acx-mac80211/patches/200-initial-macaddr.patch
parent03fde8dd1049f9c331f8dad6ebe622e4f6bcfbd2 (diff)
downloadmaster-187ad058-fd8e9f4401c43bf19c7917146053c70e0efaf56d.tar.gz
master-187ad058-fd8e9f4401c43bf19c7917146053c70e0efaf56d.tar.bz2
master-187ad058-fd8e9f4401c43bf19c7917146053c70e0efaf56d.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39482 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/acx-mac80211/patches/200-initial-macaddr.patch')
-rw-r--r--package/kernel/acx-mac80211/patches/200-initial-macaddr.patch4
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;