[package] refresh acx-mac80211 patches
[openwrt.git] / package / acx-mac80211 / patches / 005-pci_fixes.patch
index 440ab53..5785ac0 100644 (file)
@@ -1,7 +1,6 @@
-diff -urN acx-mac80211-20080805/acx_func.h acx-mac80211-20080805.new/acx_func.h
---- acx-mac80211-20080805/acx_func.h   2009-05-07 16:36:37.000000000 +0200
-+++ acx-mac80211-20080805.new/acx_func.h       2009-05-07 16:54:21.000000000 +0200
-@@ -623,7 +623,7 @@
+--- a/acx_func.h
++++ b/acx_func.h
+@@ -623,7 +623,7 @@ void acx_config_interface(struct ieee802
                                struct ieee80211_vif *vif,
                                struct ieee80211_bss_conf *info,
                                u32 changes);
@@ -10,10 +9,9 @@ diff -urN acx-mac80211-20080805/acx_func.h acx-mac80211-20080805.new/acx_func.h
  int acx_net_get_tx_stats(struct ieee80211_hw* ieee, struct ieee80211_tx_queue_stats *stats);
  int acx_net_conf_tx(struct ieee80211_hw* ieee, u16 queue,
                const struct ieee80211_tx_queue_params *params);
-diff -urN acx-mac80211-20080805/common.c acx-mac80211-20080805.new/common.c
---- acx-mac80211-20080805/common.c     2009-05-07 16:36:37.000000000 +0200
-+++ acx-mac80211-20080805.new/common.c 2009-05-07 16:57:45.000000000 +0200
-@@ -4294,9 +4294,10 @@
+--- a/common.c
++++ b/common.c
+@@ -4300,9 +4300,10 @@ int acx_selectchannel(acx_device_t * ade
  ** Derived from mac80211 code, p54, bcm43xx_mac80211
  **
  */
@@ -25,10 +23,9 @@ diff -urN acx-mac80211-20080805/common.c acx-mac80211-20080805.new/common.c
        unsigned long flags;
  
        FN_ENTER;
-diff -urN acx-mac80211-20080805/pci.c acx-mac80211-20080805.new/pci.c
---- acx-mac80211-20080805/pci.c        2009-05-07 16:39:39.000000000 +0200
-+++ acx-mac80211-20080805.new/pci.c    2009-05-07 16:59:07.000000000 +0200
-@@ -3105,7 +3105,7 @@
+--- a/pci.c
++++ b/pci.c
+@@ -3105,7 +3105,7 @@ acxpci_l_tx_data(acx_device_t *adev, tx_
  
        /* let chip do RTS/CTS handshaking before sending
         * in case packet size exceeds threshold */
@@ -37,7 +34,7 @@ diff -urN acx-mac80211-20080805/pci.c acx-mac80211-20080805.new/pci.c
                SET_BIT(Ctl2_8, DESC_CTL2_RTS);
        else
                CLEAR_BIT(Ctl2_8, DESC_CTL2_RTS);
-@@ -3120,7 +3120,7 @@
+@@ -3120,7 +3120,7 @@ acxpci_l_tx_data(acx_device_t *adev, tx_
  /*    put_txcr(adev, txdesc, clt, rate_cur);  deprecated by mac80211 */
  
        txdesc->total_length = cpu_to_le16(len);
@@ -46,7 +43,7 @@ diff -urN acx-mac80211-20080805/pci.c acx-mac80211-20080805.new/pci.c
        hostdesc2->length = cpu_to_le16(len - wlhdr_len);
  /*
        if (!ieeectl->do_not_encrypt && ieeectl->key_idx>= 0)
-@@ -3444,8 +3444,8 @@
+@@ -3444,8 +3444,8 @@ unsigned int acxpci_l_clean_txdesc(acx_d
                /* And finally report upstream */
                if (hostdesc)
                {
This page took 0.026151 seconds and 4 git commands to generate.