cvs commit: src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h
Damien Bergamini
damien at FreeBSD.org
Sat Sep 17 05:41:06 PDT 2005
damien 2005-09-17 12:41:05 UTC
FreeBSD src repository
Modified files:
sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h
Log:
o Add initial bits for IBSS support.
o Allow association with APs that do not broadcast SSID (with hints from
Nick Hudson and Hajimu Umemoto).
o IFQ_DRV_PREPEND mbuf when h/w ring is full so it can be sent later.
o Increment if_oerrors when appropriate.
o Did some cleanup while I'm here.
MFC after: 1 day
Revision Changes Path
1.16 +93 -25 src/sys/dev/iwi/if_iwi.c
1.5 +13 -0 src/sys/dev/iwi/if_iwireg.h
1.6 +4 -0 src/sys/dev/iwi/if_iwivar.h
More information about the cvs-src
mailing list