SOURCES: madwifi-ng-ticket-617.patch (NEW) - fix for dropping pack...

mguevara mguevara at pld-linux.org
Sat Oct 21 02:11:05 CEST 2006


Author: mguevara                     Date: Sat Oct 21 00:11:05 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for dropping packets at receiver - fix should appear in the 0.9.3 
  release. More info http://madwifi.org/ticket/617

---- Files affected:
SOURCES:
   madwifi-ng-ticket-617.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/madwifi-ng-ticket-617.patch
diff -u /dev/null SOURCES/madwifi-ng-ticket-617.patch:1.1
--- /dev/null	Sat Oct 21 02:11:05 2006
+++ SOURCES/madwifi-ng-ticket-617.patch	Sat Oct 21 02:11:00 2006
@@ -0,0 +1,11 @@
+--- madwifi-ng-r1757-20061020/net80211/ieee80211.h~	2006-10-18 13:41:05.000000000 +0200
++++ madwifi-ng-r1757-20061020/net80211/ieee80211.h	2006-10-21 02:14:24.000000000 +0200
+@@ -174,7 +174,7 @@ struct ieee80211_ctlframe_addr2 {
+ #define	IEEE80211_SEQ_SEQ_MASK			0xfff0
+ #define	IEEE80211_SEQ_SEQ_SHIFT			4
+ 
+-#define	IEEE80211_SEQ_LEQ(a,b)	((int)((a)-(b)) <= 0)
++#define	IEEE80211_SEQ_LEQ(a,b)	((int)((a)-(b)) == 0)
+ 
+ #define	IEEE80211_NWID_LEN			32
+ 
================================================================


More information about the pld-cvs-commit mailing list