[arch-commits] CVS update of unstable/modules/rt2x00-cvs (rt2x00-mac80211.patch)

Thomas Baechler thomas at archlinux.org
Sun Aug 26 10:33:54 UTC 2007


    Date: Sunday, August 26, 2007 @ 06:33:54
  Author: thomas
    Path: /home/cvs-unstable/unstable/modules/rt2x00-cvs

   Added: rt2x00-mac80211.patch (1.1)

upgpkg: rt2x00-cvs 20070826-1


-----------------------+
 rt2x00-mac80211.patch |   65 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)


Index: unstable/modules/rt2x00-cvs/rt2x00-mac80211.patch
diff -u /dev/null unstable/modules/rt2x00-cvs/rt2x00-mac80211.patch:1.1
--- /dev/null	Sun Aug 26 06:33:53 2007
+++ unstable/modules/rt2x00-cvs/rt2x00-mac80211.patch	Sun Aug 26 06:33:54 2007
@@ -0,0 +1,65 @@
+diff -Nur rt2x00.orig/rt2400pci.c rt2x00/rt2400pci.c
+--- rt2x00.orig/rt2400pci.c	2007-08-25 16:07:27.000000000 +0200
++++ rt2x00/rt2400pci.c	2007-08-26 12:19:31.000000000 +0200
+@@ -1154,7 +1154,7 @@
+ 	rt2x00_set_field32(&word, TXD_W0_IFS, desc->ifs);
+ 	rt2x00_set_field32(&word, TXD_W0_RETRY_MODE,
+ 			   !!(control->flags &
+-			      IEEE80211_TXCTL_LONG_RETRY_LIMIT));
++			      0));
+ 	rt2x00_desc_write(txd, 0, word);
+ }
+ 
+diff -Nur rt2x00.orig/rt2500pci.c rt2x00/rt2500pci.c
+--- rt2x00.orig/rt2500pci.c	2007-08-25 16:07:27.000000000 +0200
++++ rt2x00/rt2500pci.c	2007-08-26 12:19:35.000000000 +0200
+@@ -1281,7 +1281,7 @@
+ 	rt2x00_set_field32(&word, TXD_W0_IFS, desc->ifs);
+ 	rt2x00_set_field32(&word, TXD_W0_RETRY_MODE,
+ 			   !!(control->flags &
+-			      IEEE80211_TXCTL_LONG_RETRY_LIMIT));
++			      0));
+ 	rt2x00_set_field32(&word, TXD_W0_DATABYTE_COUNT, length);
+ 	rt2x00_set_field32(&word, TXD_W0_CIPHER_ALG, CIPHER_NONE);
+ 	rt2x00_desc_write(txd, 0, word);
+diff -Nur rt2x00.orig/rt2x00mac.c rt2x00/rt2x00mac.c
+--- rt2x00.orig/rt2x00mac.c	2007-08-25 16:07:27.000000000 +0200
++++ rt2x00/rt2x00mac.c	2007-08-26 12:19:07.000000000 +0200
+@@ -57,11 +57,11 @@
+ 	skb_put(skb, size);
+ 
+ 	if (control->flags & IEEE80211_TXCTL_USE_CTS_PROTECT)
+-		ieee80211_ctstoself_get(rt2x00dev->hw, rt2x00dev->interface.id,
++		ieee80211_ctstoself_get(rt2x00dev->hw,
+ 					frag_skb->data, frag_skb->len, control,
+ 					(struct ieee80211_cts *)(skb->data));
+ 	else
+-		ieee80211_rts_get(rt2x00dev->hw, rt2x00dev->interface.id,
++		ieee80211_rts_get(rt2x00dev->hw,
+ 				  frag_skb->data, frag_skb->len, control,
+ 				  (struct ieee80211_rts *)(skb->data));
+ 
+diff -Nur rt2x00.orig/rt61pci.c rt2x00/rt61pci.c
+--- rt2x00.orig/rt61pci.c	2007-08-25 16:07:27.000000000 +0200
++++ rt2x00/rt61pci.c	2007-08-26 12:19:38.000000000 +0200
+@@ -1678,7 +1678,7 @@
+ 	rt2x00_set_field32(&word, TXD_W0_IFS, desc->ifs);
+ 	rt2x00_set_field32(&word, TXD_W0_RETRY_MODE,
+ 			   !!(control->flags &
+-			      IEEE80211_TXCTL_LONG_RETRY_LIMIT));
++			      0));
+ 	rt2x00_set_field32(&word, TXD_W0_TKIP_MIC, 0);
+ 	rt2x00_set_field32(&word, TXD_W0_DATABYTE_COUNT, length);
+ 	rt2x00_set_field32(&word, TXD_W0_BURST,
+diff -Nur rt2x00.orig/rt73usb.c rt2x00/rt73usb.c
+--- rt2x00.orig/rt73usb.c	2007-08-25 16:07:28.000000000 +0200
++++ rt2x00/rt73usb.c	2007-08-26 12:19:42.000000000 +0200
+@@ -1314,7 +1314,7 @@
+ 	rt2x00_set_field32(&word, TXD_W0_IFS, desc->ifs);
+ 	rt2x00_set_field32(&word, TXD_W0_RETRY_MODE,
+ 			   !!(control->flags &
+-			      IEEE80211_TXCTL_LONG_RETRY_LIMIT));
++			      0));
+ 	rt2x00_set_field32(&word, TXD_W0_TKIP_MIC, 0);
+ 	rt2x00_set_field32(&word, TXD_W0_DATABYTE_COUNT, length);
+ 	rt2x00_set_field32(&word, TXD_W0_BURST2,




More information about the arch-commits mailing list