Sam Leffler | 6 Dec 2004 06:07
Picon

madwifi/net80211 ieee80211_input.c,1.15,1.16

Update of /cvsroot/madwifi/madwifi/net80211
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13412

Modified Files:
	ieee80211_input.c 
Log Message:
correct parsing of RSN/WPA2 ie

Submitted by:	Jouni Malinen

Index: ieee80211_input.c
===================================================================
RCS file: /cvsroot/madwifi/madwifi/net80211/ieee80211_input.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** ieee80211_input.c	8 Oct 2004 18:52:22 -0000	1.15
--- ieee80211_input.c	6 Dec 2004 05:07:27 -0000	1.16
***************
*** 1389,1392 ****
--- 1389,1393 ----
  		return IEEE80211_REASON_IE_INVALID;
  	}
+ 	frm += 2;		/* skip id+len */
  	w = LE_READ_2(frm);
  	if (w != RSN_VERSION) {

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
(Continue reading)

Sam Leffler | 29 Dec 2004 05:30
Picon

madwifi/net80211 ieee80211_proto.c,1.7,1.8

Update of /cvsroot/madwifi/madwifi/net80211
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16393

Modified Files:
	ieee80211_proto.c 
Log Message:
changed fixed rate handling: require the fixed rate be in the negotiated rate 
set instead of using it to constrain the rate set

Index: ieee80211_proto.c
===================================================================
RCS file: /cvsroot/madwifi/madwifi/net80211/ieee80211_proto.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ieee80211_proto.c	19 Aug 2004 01:12:05 -0000	1.7
--- ieee80211_proto.c	29 Dec 2004 04:30:08 -0000	1.8
***************
*** 344,353 ****
  #define	RV(v)	((v) & IEEE80211_RATE_VAL)
  	int i, j, ignore, error;
! 	int okrate, badrate;
  	struct ieee80211_rateset *srs, *nrs;
  	u_int8_t r;

  	error = 0;
! 	okrate = badrate = 0;
  	srs = &ic->ic_sup_rates[ieee80211_chan2mode(ic, ni->ni_chan)];
  	nrs = &ni->ni_rates;
--- 344,359 ----
(Continue reading)

Sam Leffler | 29 Dec 2004 05:38
Picon

madwifi/tools 80211debug.c,NONE,1.1 athdebug.c,NONE,1.1 Makefile,1.4,1.5

Update of /cvsroot/madwifi/madwifi/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18104

Modified Files:
	Makefile 
Added Files:
	80211debug.c athdebug.c 
Log Message:
add tools to fiddle with debug masks using symbolic names

--- NEW FILE: 80211debug.c ---
/*-
 * Copyright (c) 2002-2004 Sam Leffler, Errno Consulting
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer,
 *    without modification.
 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
 *    similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any
 *    redistribution must be conditioned upon including a substantially
 *    similar Disclaimer requirement for further binary redistribution.
 * 3. Neither the names of the above-listed copyright holders nor the names
 *    of any contributors may be used to endorse or promote products derived
 *    from this software without specific prior written permission.
 *
 * Alternatively, this software may be distributed under the terms of the
(Continue reading)

Sam Leffler | 29 Dec 2004 06:34
Picon

madwifi/net80211 version.h,1.8,1.9

Update of /cvsroot/madwifi/madwifi/net80211
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27373

Modified Files:
	version.h 
Log Message:
bump for fixed rate fix

Index: version.h
===================================================================
RCS file: /cvsroot/madwifi/madwifi/net80211/version.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** version.h	20 Oct 2004 19:39:35 -0000	1.8
--- version.h	29 Dec 2004 05:34:50 -0000	1.9
***************
*** 36,38 ****
   * $Id$
   */
! #define	WLAN_VERSION	"0.8.4.4"
--- 36,38 ----
   * $Id$
   */
! #define	WLAN_VERSION	"0.8.4.5"

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
(Continue reading)

Sam Leffler | 29 Dec 2004 06:38
Picon

madwifi/ath if_ath_pci.c,1.5,1.6 if_ath_pci.h,1.1,1.2 version.h,1.16,1.17

Update of /cvsroot/madwifi/madwifi/ath
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27511

Modified Files:
	if_ath_pci.c if_ath_pci.h version.h 
Log Message:
Add support for 2.6.10:
o add write-arounds for pci api changes
o finesse pci_register_driver api change

Submitted by:	many (looks like Olivier Fauchon was the first)

Index: if_ath_pci.c
===================================================================
RCS file: /cvsroot/madwifi/madwifi/ath/if_ath_pci.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** if_ath_pci.c	15 Nov 2004 03:53:27 -0000	1.5
--- if_ath_pci.c	29 Dec 2004 05:38:07 -0000	1.6
***************
*** 59,62 ****
--- 59,63 ----

  #include "if_athvar.h"
+ #include "if_ath_pci.h"

  #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0))
***************
*** 240,247 ****
(Continue reading)

Sam Leffler | 29 Dec 2004 07:48
Picon

madwifi Makefile,1.24,1.25 Makefile.inc,1.30,1.31

Update of /cvsroot/madwifi/madwifi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5975

Modified Files:
	Makefile Makefile.inc 
Log Message:
correct complaints about undefined symbols when building for 2.6 kernels
w/ MODVERSIONS

Submitted by:	D. Stolte (Mr. Makefile!)

Index: Makefile
===================================================================
RCS file: /cvsroot/madwifi/madwifi/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** Makefile	28 Sep 2004 04:37:32 -0000	1.24
--- Makefile	29 Dec 2004 06:48:42 -0000	1.25
***************
*** 48,51 ****
--- 48,52 ----

  all:
+ 	mkdir -p ${SYMBOLSDIR}
  	for i in ${DIRS}; do \
  		(cd $$i; make) || exit 1; \
***************
*** 77,78 ****
--- 78,80 ----
(Continue reading)

Sam Leffler | 29 Dec 2004 07:48
Picon

madwifi/ath Makefile,1.4,1.5

Update of /cvsroot/madwifi/madwifi/ath
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5975/ath

Modified Files:
	Makefile 
Log Message:
correct complaints about undefined symbols when building for 2.6 kernels
w/ MODVERSIONS

Submitted by:	D. Stolte (Mr. Makefile!)

Index: Makefile
===================================================================
RCS file: /cvsroot/madwifi/madwifi/ath/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile	6 Oct 2004 16:47:14 -0000	1.4
--- Makefile	29 Dec 2004 06:48:42 -0000	1.5
***************
*** 69,73 ****

  all:
! 	$(MAKE) -C $(KERNELPATH) SUBDIRS=$(shell pwd) modules

  install: all
--- 69,73 ----

  all:
! 	$(MAKE) -C $(KERNELPATH) SUBDIRS=$(shell pwd) MODVERDIR=$(shell pwd)/${SYMBOLSDIR} modules
(Continue reading)

Sam Leffler | 29 Dec 2004 07:48
Picon

madwifi/ath_rate/onoe Makefile,1.1,1.2

Update of /cvsroot/madwifi/madwifi/ath_rate/onoe
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5975/ath_rate/onoe

Modified Files:
	Makefile 
Log Message:
correct complaints about undefined symbols when building for 2.6 kernels
w/ MODVERSIONS

Submitted by:	D. Stolte (Mr. Makefile!)

Index: Makefile
===================================================================
RCS file: /cvsroot/madwifi/madwifi/ath_rate/onoe/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile	22 Sep 2004 20:00:12 -0000	1.1
--- Makefile	29 Dec 2004 06:48:43 -0000	1.2
***************
*** 62,66 ****

  all:
! 	$(MAKE) -C $(KERNELPATH) SUBDIRS=$(shell pwd) modules

  install: all
--- 62,66 ----

  all:
! 	$(MAKE) -C $(KERNELPATH) SUBDIRS=$(shell pwd) MODVERDIR=$(shell pwd)/${SYMBOLSDIR} modules
(Continue reading)

Sam Leffler | 29 Dec 2004 07:48
Picon

madwifi/ath_hal Makefile,1.28,1.29

Update of /cvsroot/madwifi/madwifi/ath_hal
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5975/ath_hal

Modified Files:
	Makefile 
Log Message:
correct complaints about undefined symbols when building for 2.6 kernels
w/ MODVERSIONS

Submitted by:	D. Stolte (Mr. Makefile!)

Index: Makefile
===================================================================
RCS file: /cvsroot/madwifi/madwifi/ath_hal/Makefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** Makefile	6 Oct 2004 16:47:14 -0000	1.28
--- Makefile	29 Dec 2004 06:48:42 -0000	1.29
***************
*** 54,58 ****

  all:	ah_osdep.c hal.o opt_ah.h
! 	$(MAKE) -C $(KERNELPATH) SUBDIRS=$(shell pwd) modules

  ah_osdep.c:
--- 54,58 ----

  all:	ah_osdep.c hal.o opt_ah.h
! 	$(MAKE) -C $(KERNELPATH) SUBDIRS=$(shell pwd) MODVERDIR=$(shell pwd)/${SYMBOLSDIR} modules
(Continue reading)

Sam Leffler | 29 Dec 2004 07:48
Picon

madwifi/net80211 Makefile,1.6,1.7

Update of /cvsroot/madwifi/madwifi/net80211
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5975/net80211

Modified Files:
	Makefile 
Log Message:
correct complaints about undefined symbols when building for 2.6 kernels
w/ MODVERSIONS

Submitted by:	D. Stolte (Mr. Makefile!)

Index: Makefile
===================================================================
RCS file: /cvsroot/madwifi/madwifi/net80211/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile	6 Oct 2004 16:47:14 -0000	1.6
--- Makefile	29 Dec 2004 06:48:43 -0000	1.7
***************
*** 104,108 ****

  all:
! 	$(MAKE) -C $(KERNELPATH) SUBDIRS=$(shell pwd) modules

  wlan.o:	$(wlan-objs)
--- 104,108 ----

  all:
! 	$(MAKE) -C $(KERNELPATH) SUBDIRS=$(shell pwd) MODVERDIR=$(shell pwd)/${SYMBOLSDIR}  modules
(Continue reading)


Gmane