PERFORCE change 115741 for review
Sam Leffler
sam at FreeBSD.org
Sun Mar 11 22:51:32 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=115741
Change 115741 by sam at sam_ebb on 2007/03/11 22:50:38
IFC
Affected files ...
.. //depot/projects/wifi/sys/dev/iwi/if_iwi.c#24 integrate
Differences ...
==== //depot/projects/wifi/sys/dev/iwi/if_iwi.c#24 (text+ko) ====
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/dev/iwi/if_iwi.c,v 1.49 2007/02/23 12:18:44 piso Exp $");
+__FBSDID("$FreeBSD: src/sys/dev/iwi/if_iwi.c,v 1.51 2007/03/11 22:39:13 sam Exp $");
/*-
* Intel(R) PRO/Wireless 2200BG/2225BG/2915ABG driver
@@ -214,18 +214,6 @@
DRIVER_MODULE(iwi, pci, iwi_driver, iwi_devclass, 0, 0);
-/*
- * Supported rates for 802.11a/b/g modes (in 500Kbps unit).
- */
-static const struct ieee80211_rateset iwi_rateset_11a =
- { 8, { 12, 18, 24, 36, 48, 72, 96, 108 } };
-
-static const struct ieee80211_rateset iwi_rateset_11b =
- { 4, { 2, 4, 11, 22 } };
-
-static const struct ieee80211_rateset iwi_rateset_11g =
- { 12, { 2, 4, 11, 22, 12, 18, 24, 36, 48, 72, 96, 108 } };
-
static __inline uint8_t
MEM_READ_1(struct iwi_softc *sc, uint32_t addr)
{
More information about the p4-projects
mailing list