Update 17-netdev-queue.patch offsets
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 11 Jan 2010 17:31:54 +0000 (09:31 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 11 Jan 2010 17:31:54 +0000 (09:31 -0800)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
patches/17-netdev-queue.patch

index 1b1d1d6b3b7096f20f76e36ba2acfd7d061f5a5c..f4b26a4edb4dcefd12a7c78e584f5d33c1b95445 100644 (file)
@@ -12,9 +12,9 @@ The patch that introduced this on mac80211 was:
     Reviewed-by: Johannes Berg <johannes@sipsolutions.net>
     Signed-off-by: John W. Linville <linville@tuxdriver.com>
 
---- a/net/mac80211/iface.c     2010-01-06 14:55:28.000000000 -0800
-+++ b/net/mac80211/iface.c     2010-01-06 14:55:28.000000000 -0800
-@@ -937,6 +937,7 @@ void ieee80211_if_remove(struct ieee8021
+--- a/net/mac80211/iface.c     2010-01-11 09:21:58.000000000 -0800
++++ b/net/mac80211/iface.c     2010-01-11 09:21:58.000000000 -0800
+@@ -938,6 +938,7 @@
   * Remove all interfaces, may only be called at hardware unregistration
   * time because it doesn't do RCU-safe list removals.
   */
@@ -22,7 +22,7 @@ The patch that introduced this on mac80211 was:
  void ieee80211_remove_interfaces(struct ieee80211_local *local)
  {
        struct ieee80211_sub_if_data *sdata, *tmp;
-@@ -953,6 +954,22 @@ void ieee80211_remove_interfaces(struct 
+@@ -954,6 +955,22 @@
        mutex_unlock(&local->iflist_mtx);
        unregister_netdevice_many(&unreg_list);
  }