aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/470-mac_addresss_from_ath5k_platform_data.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-11-12 15:14:27 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-11-12 15:14:27 +0000
commit5eef1e4f29c24803294fbbdd38bb528baab970d6 (patch)
tree6c0651131917d0afcb6fc9272e3a2f1a83860323 /package/madwifi/patches/470-mac_addresss_from_ath5k_platform_data.patch
parent79a27bd7b23df6d31ee3ac57529ea981452343a1 (diff)
downloadupstream-5eef1e4f29c24803294fbbdd38bb528baab970d6.tar.gz
upstream-5eef1e4f29c24803294fbbdd38bb528baab970d6.tar.bz2
upstream-5eef1e4f29c24803294fbbdd38bb528baab970d6.zip
package/madwifi: refresh madwifi patches
SVN-Revision: 23971
Diffstat (limited to 'package/madwifi/patches/470-mac_addresss_from_ath5k_platform_data.patch')
-rw-r--r--package/madwifi/patches/470-mac_addresss_from_ath5k_platform_data.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/madwifi/patches/470-mac_addresss_from_ath5k_platform_data.patch b/package/madwifi/patches/470-mac_addresss_from_ath5k_platform_data.patch
index c963403ebc..2bcd09d863 100644
--- a/package/madwifi/patches/470-mac_addresss_from_ath5k_platform_data.patch
+++ b/package/madwifi/patches/470-mac_addresss_from_ath5k_platform_data.patch
@@ -1,5 +1,5 @@
---- a/ath/if_ath.c 2010-07-13 22:58:23.000000000 +0200
-+++ b/ath/if_ath.c 2010-07-13 23:03:20.000000000 +0200
+--- a/ath/if_ath.c
++++ b/ath/if_ath.c
@@ -63,6 +63,8 @@
#include <linux/rtnetlink.h>
#include <linux/time.h>
@@ -9,7 +9,7 @@
#include <asm/uaccess.h>
#include "if_ethersubr.h" /* for ETHER_IS_MULTICAST */
-@@ -587,6 +589,10 @@
+@@ -587,6 +589,10 @@ ath_attach(u_int16_t devid, struct net_d
unsigned int i;
int autocreatemode = -1;
u_int8_t csz;
@@ -20,7 +20,7 @@
sc->devid = devid;
#ifdef AR_DEBUG
-@@ -648,6 +654,13 @@
+@@ -648,6 +654,13 @@ ath_attach(u_int16_t devid, struct net_d
}
sc->sc_ah = ah;