cvs commit: src/sys/dev/wi if_wi.c

2008-08-02 Thread Warner Losh
imp 2008-08-02 20:49:01 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: SVN rev 181210 on 2008-08-02 20:49:01Z by imp Report what kind of chip only under bootverbose since that's now exported via a sysctl. Revision ChangesPath

cvs commit: src/sys/dev/wi if_wi.c if_wivar.h

2008-07-28 Thread Warner Losh
imp 2008-07-28 17:00:37 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c if_wivar.h Log: SVN rev 180919 on 2008-07-28 17:00:37Z by imp Export the hardware type (as number and name), the secondary firmware revision and (on Prism cards) the

cvs commit: src/sys/dev/wi if_wi.c

2008-07-26 Thread Warner Losh
imp 2008-07-26 17:04:30 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: SVN rev 180826 on 2008-07-26 17:04:30Z by imp Register the interrupt handler at the end of wi_attach rather than at the beginning. There's a race in the shared

cvs commit: src/sys/dev/wi if_wi.c

2007-09-16 Thread Andrew Thompson
thompsa 2007-09-16 20:02:29 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: Make wi_set_channel() actually change the channel in hardware so that hostap mode works properly, previously the hostap channel could not be changed off #3. Fix an

cvs commit: src/sys/dev/wi if_wi.c

2007-08-09 Thread Tai-hwa Liang
avatar 2007-08-09 13:29:27 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: MFP4(123963): Fixing a possible NULL pointer dereference by making the actual assignment after the NULL check. Found by: Coverity Prevent(tm) CID:

cvs commit: src/sys/dev/wi if_wi.c

2007-06-30 Thread Andrew Thompson
thompsa 2007-06-30 21:12:42 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: Fix the channel reporting when the card is associated. The channel array used to be index by IEEE channel number but that is no longer the case and it needs to be

cvs commit: src/sys/dev/wi if_wi.c src/sys/net80211 _ieee80211.h ieee80211_input.c ieee80211_scan.c ieee80211_scan.h ieee80211_scan_sta.c

2007-06-30 Thread Andrew Thompson
thompsa 2007-06-30 21:23:23 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c sys/net80211 _ieee80211.h ieee80211_input.c ieee80211_scan.c ieee80211_scan.h ieee80211_scan_sta.c Log: Change the

cvs commit: src/sys/dev/wi if_wi.c src/sys/net80211 ieee80211_scan.c ieee80211_scan.h

2007-06-30 Thread Andrew Thompson
thompsa 2007-06-30 21:39:21 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c sys/net80211 ieee80211_scan.c ieee80211_scan.h Log: Fix scanning issues since the new net80211 code went in - provide dummy routines for ic_scan_curchan and

cvs commit: src/sys/dev/wi if_wi.c if_wivar.h

2007-01-26 Thread Sam Leffler
sam 2007-01-27 05:51:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/wi if_wi.c if_wivar.h Log: MFC: nuke compatibility cruft RevisionChangesPath 1.180.2.10 +0 -25 src/sys/dev/wi/if_wi.c 1.25.2.2+0 -15

cvs commit: src/sys/dev/wi if_wi.c if_wivar.h

2007-01-26 Thread Sam Leffler
sam 2007-01-27 06:36:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/wi if_wi.c if_wivar.h Log: MFC 1.202: split wi_start int locked+unlocked variants and use the unlocked one from the isr to eliminate a recursive lock

cvs commit: src/sys/dev/wi if_wi.c

2007-01-26 Thread Sam Leffler
sam 2007-01-27 06:37:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/wi if_wi.c Log: MFC 1.203: drop softc lock when passing rx frames up the stack RevisionChangesPath 1.180.2.12 +3 -0 src/sys/dev/wi/if_wi.c

cvs commit: src/sys/dev/wi if_wi.c

2006-08-01 Thread Tai-hwa Liang
avatar 2006-08-01 07:37:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/wi if_wi.c Log: MFC: (1.191) Fix taskqueue_drain with the following non-sleepable locks held witness(9) warning on detach. Ok'ed by: ru Tested on:

cvs commit: src/sys/dev/wi if_wi.c

2006-06-05 Thread Tai-hwa Liang
avatar 2006-06-05 22:59:14 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: Fixing a typo in rev1.196. Revision ChangesPath 1.197 +1 -1 src/sys/dev/wi/if_wi.c ___ cvs-all@freebsd.org

cvs commit: src/sys/dev/wi if_wi.c

2006-06-05 Thread Tai-hwa Liang
avatar 2006-06-05 23:06:03 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: Really fix the typo this time: it should be sc-sc_drvbpf to be verified, not ic-ic_drvbpf. Revision ChangesPath 1.198 +1 -1 src/sys/dev/wi/if_wi.c