Ran ./scripts/admin-update.sh refresh
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 12 Jan 2010 23:53:28 +0000 (15:53 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 12 Jan 2010 23:53:28 +0000 (15:53 -0800)
Thanks Haukes, its working now :D

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
patches/08-rename-iwl4965-config.patch
patches/15-symbol-export-conflicts.patch
patches/17-netdev-queue.patch

index ceaa34d9416672c22187796e906535e0c7400081..97ff50bbb059e6d3c80ad7b241e09a45c39ca76f 100644 (file)
@@ -14,9 +14,9 @@ CONFIG_IWL4965 has to be set to y, to build correctly.
  iwlagn-$(CONFIG_IWL5000) += iwl-5000.o
  iwlagn-$(CONFIG_IWL5000) += iwl-6000.o
  iwlagn-$(CONFIG_IWL5000) += iwl-1000.o
---- a/drivers/net/wireless/iwlwifi/iwl-agn.c   2010-01-11 08:47:03.000000000 -0800
-+++ b/drivers/net/wireless/iwlwifi/iwl-agn.c   2010-01-11 08:54:05.000000000 -0800
-@@ -3767,10 +3767,10 @@
+--- a/drivers/net/wireless/iwlwifi/iwl-agn.c
++++ b/drivers/net/wireless/iwlwifi/iwl-agn.c
+@@ -3767,10 +3767,10 @@ static void __devexit iwl_pci_remove(str
  
  /* Hardware specific file defines the PCI IDs table for that hardware module */
  static DEFINE_PCI_DEVICE_TABLE(iwl_hw_card_ids) = {
index f8407856625fc0e5058721b5b3454b22db354094..fac1f0d0a856506eb44542c58bcdf0e2908edc6d 100644 (file)
@@ -1,9 +1,9 @@
 In kernel < 2.6.32 libipw also exports ieee80211_rx.
 To avoid conflicts with the other export we rename our.
 
---- a/net/mac80211/rx.c        2010-01-11 09:32:05.000000000 -0800
-+++ b/net/mac80211/rx.c        2010-01-11 09:32:05.000000000 -0800
-@@ -2476,7 +2476,12 @@
+--- a/net/mac80211/rx.c
++++ b/net/mac80211/rx.c
+@@ -2476,7 +2476,12 @@ void ieee80211_rx(struct ieee80211_hw *h
   drop:
        kfree_skb(skb);
  }
index f4b26a4edb4dcefd12a7c78e584f5d33c1b95445..8f711e48400d3d0471d2967041c2a20608951d09 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-11 09:21:58.000000000 -0800
-+++ b/net/mac80211/iface.c     2010-01-11 09:21:58.000000000 -0800
-@@ -938,6 +938,7 @@
+--- a/net/mac80211/iface.c
++++ b/net/mac80211/iface.c
+@@ -943,6 +943,7 @@ void ieee80211_if_remove(struct ieee8021
   * 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;
-@@ -954,6 +955,22 @@
+@@ -959,6 +960,22 @@ void ieee80211_remove_interfaces(struct 
        mutex_unlock(&local->iflist_mtx);
        unregister_netdevice_many(&unreg_list);
  }