]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wl12xx/compat-wireless.git/commitdiff
admin-update refresh
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 20 Apr 2010 00:22:04 +0000 (17:22 -0700)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 20 Apr 2010 00:22:04 +0000 (17:22 -0700)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
patches/01-netdev.patch
patches/03-rfkill.patch
patches/05-usb.patch
patches/08-rename-iwl4965-config.patch
patches/15-symbol-export-conflicts.patch
patches/22-multiqueue.patch

index 4d8cc1310ba2b3509b3e85d706cf834ff2ded73f..924376b0fd2de249395af52b45cbee2b3defb2a1 100644 (file)
@@ -550,7 +550,7 @@ without creating a headache on maintenance of the pathes.
  #define LBS_DEB_LEAVE 0x00000002
 --- a/drivers/net/wireless/mac80211_hwsim.c
 +++ b/drivers/net/wireless/mac80211_hwsim.c
-@@ -1016,16 +1016,22 @@ static struct device_driver mac80211_hws
+@@ -1049,16 +1049,22 @@ static struct device_driver mac80211_hws
        .name = "mac80211_hwsim"
  };
  
index b79b6efe769827b5a60100dcb80c3ebe0d65aa10..e17ab0925fccbe8a191a0ced11eabbc1cdb5fb57 100644 (file)
@@ -208,7 +208,7 @@ This would do the policing from within mac80211.
  #include <net/cfg80211.h>
 --- a/drivers/net/wireless/ath/ath9k/hw.c
 +++ b/drivers/net/wireless/ath/ath9k/hw.c
-@@ -3235,7 +3235,7 @@ int ath9k_hw_fill_cap_info(struct ath_hw
+@@ -3183,7 +3183,7 @@ int ath9k_hw_fill_cap_info(struct ath_hw
  
        pCap->hw_caps |= ATH9K_HW_CAP_ENHANCEDPM;
  
index 13979d7548bee856d37d61f6d0314cf19a38b312..823097e51eee7b8d1cdfabe26c03a4d99cee9817 100644 (file)
@@ -14,7 +14,7 @@ USB opt soft_unbid was added as of 2.6.27.
  static int __init p54u_init(void)
 --- a/drivers/net/wireless/ath/ath9k/hif_usb.c
 +++ b/drivers/net/wireless/ath/ath9k/hif_usb.c
-@@ -951,7 +951,9 @@ static struct usb_driver ath9k_hif_usb_d
+@@ -970,7 +970,9 @@ static struct usb_driver ath9k_hif_usb_d
        .reset_resume = ath9k_hif_usb_resume,
  #endif
        .id_table = ath9k_hif_usb_ids,
index b542c037968dd37965b66878a33d58722f8f54d3..6c73a539b60a1b071ad4f7260d2df211a607c154 100644 (file)
@@ -16,7 +16,7 @@ CONFIG_IWL4965 has to be set to y, to build correctly.
  iwlagn-$(CONFIG_IWL5000) += iwl-1000.o
 --- a/drivers/net/wireless/iwlwifi/iwl-agn.c
 +++ b/drivers/net/wireless/iwlwifi/iwl-agn.c
-@@ -3766,10 +3766,10 @@ static void __devexit iwl_pci_remove(str
+@@ -3761,10 +3761,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 8f6284d073d44ffbb26216b8b7c4e1160da1e7e1..817facfcdc45ae216d5754b12a54f34cb195f891 100644 (file)
@@ -3,7 +3,7 @@ To avoid conflicts with the other export we rename our.
 
 --- a/net/mac80211/rx.c
 +++ b/net/mac80211/rx.c
-@@ -2605,7 +2605,12 @@ void ieee80211_rx(struct ieee80211_hw *h
+@@ -2607,7 +2607,12 @@ void ieee80211_rx(struct ieee80211_hw *h
   drop:
        kfree_skb(skb);
  }
index 2be945705413903991284e01abcc982ae9ab00a1..f6bd3e043b8bb51919fecd5eaf68c8c7f107c916 100644 (file)
@@ -65,7 +65,7 @@ queue by using skb_set_queue_mapping(skb, 0) through ieee80211_tx_skb()
  static void __ieee80211_wake_queue(struct ieee80211_hw *hw, int queue,
                                   enum queue_stop_reason reason)
  {
-@@ -282,7 +294,14 @@ static void __ieee80211_wake_queue(struc
+@@ -284,7 +296,14 @@ static void __ieee80211_wake_queue(struc
        if (skb_queue_empty(&local->pending[queue])) {
                rcu_read_lock();
                list_for_each_entry_rcu(sdata, &local->interfaces, list)
@@ -80,7 +80,7 @@ queue by using skb_set_queue_mapping(skb, 0) through ieee80211_tx_skb()
                rcu_read_unlock();
        } else
                tasklet_schedule(&local->tx_pending_tasklet);
-@@ -319,7 +338,13 @@ static void __ieee80211_stop_queue(struc
+@@ -323,7 +342,13 @@ static void __ieee80211_stop_queue(struc
  
        rcu_read_lock();
        list_for_each_entry_rcu(sdata, &local->interfaces, list)