[kernel] r9481 - dists/trunk/linux-2.6/debian/patches/features/all
Gordon Farquharson
gordon-guest at alioth.debian.org
Mon Sep 10 03:06:30 UTC 2007
Author: gordon-guest
Date: Mon Sep 10 03:06:29 2007
New Revision: 9481
Log:
Fix iwlwifi patch.
Modified:
dists/trunk/linux-2.6/debian/patches/features/all/iwlwifi-rmmod-fix.patch
Modified: dists/trunk/linux-2.6/debian/patches/features/all/iwlwifi-rmmod-fix.patch
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/features/all/iwlwifi-rmmod-fix.patch (original)
+++ dists/trunk/linux-2.6/debian/patches/features/all/iwlwifi-rmmod-fix.patch Mon Sep 10 03:06:29 2007
@@ -15,8 +15,8 @@
Signed-off-by: Zhu Yi <yi.zhu at intel.com>
---
---- a/origin/iwl-3945-rs.c
-+++ b/origin/iwl-3945-rs.c
+--- a/drivers/net/wireless/iwl-3945-rs.c
++++ b/drivers/net/wireless/iwl-3945-rs.c
@@ -359,6 +359,17 @@ static void *rs_alloc(struct ieee80211_l
return local->hw.priv;
}
@@ -47,8 +47,8 @@
.alloc_sta = rs_alloc_sta,
.free_sta = rs_free_sta,
};
---- a/origin/iwl-4965-rs.c
-+++ b/origin/iwl-4965-rs.c
+--- a/drivers/net/wireless/iwl-4965-rs.c
++++ b/drivers/net/wireless/iwl-4965-rs.c
@@ -1967,6 +1967,11 @@ static void *rs_alloc(struct ieee80211_l
{
return local->hw.priv;
More information about the Kernel-svn-changes
mailing list