From fe32f100a8cd9fd6f65d74632a0cdc9fb57c2dd9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 7 Jan 2010 19:15:05 +0000 Subject: mac80211: update to compat-wireless 2010-01-07 (unoffical snapshot, official ones are not working yet) SVN-Revision: 19063 --- .../mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch') diff --git a/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch b/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch index eabba06e7b..63cb3d979e 100644 --- a/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch +++ b/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch @@ -8,7 +8,7 @@ #include #include "hw.h" -@@ -485,8 +486,18 @@ static int ath9k_hw_init_macaddr(struct +@@ -461,8 +462,18 @@ static int ath9k_hw_init_macaddr(struct common->macaddr[2 * i] = eeval >> 8; common->macaddr[2 * i + 1] = eeval & 0xff; } -- cgit v1.2.3