X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f6814dd201057a1d1ab1aefcd692233a08403670..88d51739a3144fc2a93cc1b99618f8324ffbc0ff:/package/madwifi/patches/470-mac_addresss_from_ath5k_platform_data.patch 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 c963403eb..2bcd09d86 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 #include @@ -9,7 +9,7 @@ #include #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;