diff options
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; |