From 5e29bec1cd7de71eb6368adeb147e2432d782295 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sat, 10 Jan 2009 19:23:09 +0000 Subject: [package] mac80211: update compat-wireless to 2009-01-10 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13961 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../406-ath9k-introduce-platform-driver-for-AHB-bus-support.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/mac80211/patches/406-ath9k-introduce-platform-driver-for-AHB-bus-support.patch') diff --git a/package/mac80211/patches/406-ath9k-introduce-platform-driver-for-AHB-bus-support.patch b/package/mac80211/patches/406-ath9k-introduce-platform-driver-for-AHB-bus-support.patch index 02c5632baf..ae42bda1b6 100644 --- a/package/mac80211/patches/406-ath9k-introduce-platform-driver-for-AHB-bus-support.patch +++ b/package/mac80211/patches/406-ath9k-introduce-platform-driver-for-AHB-bus-support.patch @@ -205,7 +205,7 @@ Signed-off-by: Imre Kaloz #endif /* CORE_H */ --- a/drivers/net/wireless/ath9k/main.c +++ b/drivers/net/wireless/ath9k/main.c -@@ -2522,8 +2522,17 @@ static int __init ath9k_init(void) +@@ -2531,8 +2531,17 @@ static int __init ath9k_init(void) goto err_rate_unregister; } @@ -223,7 +223,7 @@ Signed-off-by: Imre Kaloz err_rate_unregister: ath_rate_control_unregister(); err_out: -@@ -2533,6 +2542,7 @@ module_init(ath9k_init); +@@ -2542,6 +2551,7 @@ module_init(ath9k_init); static void __exit ath9k_exit(void) { -- cgit v1.2.3