Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2005 16:30:59 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 80278 for review
Message-ID:  <200507151630.j6FGUxNO007295@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=80278

Change 80278 by sam@sam_ebb on 2005/07/15 16:30:41

	get stuff working again after ifc

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_freebsd.h#16 edit
.. //depot/projects/wifi/sys/net80211/ieee80211_input.c#51 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_freebsd.h#16 (text+ko) ====

@@ -149,6 +149,7 @@
 #define	M_LINK0		M_PROTO1		/* WEP requested */
 #define	M_PWR_SAV	M_PROTO4		/* bypass PS handling */
 #define	M_MORE_DATA	M_PROTO5		/* more data frames to follow */
+#define	M_FF		0x20000			/* fast frame */
 /*
  * Encode WME access control bits in the PROTO flags.
  * This is safe since it's passed directly in to the

==== //depot/projects/wifi/sys/net80211/ieee80211_input.c#51 (text+ko) ====

@@ -140,7 +140,7 @@
 	struct ieee80211_frame *wh;
 	struct ieee80211_key *key;
 	struct ether_header *eh;
-	int len, hdrspace;
+	int hdrspace;
 	u_int8_t dir, type, subtype;
 	u_int8_t *bssid;
 	u_int16_t rxseq;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507151630.j6FGUxNO007295>