| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
like urtwn(4) does, to prevent a null dereference of the configuration
descriptor.
Issue reported and fix tested by Ludovic Coues on misc@
|
|
|
|
|
| |
resurrection of the bad idiom in the tree.
sufficient review by miod, kettenis, tedu
|
|
|
|
|
|
|
|
|
| |
definitions instead. We don't change usb.h for now to stay compatible
with userland.
Tested by mpi@ on macppc and myself on i386.
ok mpi@
|
|
|
|
| |
ok deraadt@ henning@ claudio@
|
|
|
|
|
|
|
|
|
| |
- change state properly in urtw_stop. disable interrupts, rx, and
tx. fixes scanning, ifconfig down, and some other issues
- fix rxgain; for ver. 2
- remove delays; that have been removed 8185 -> 8187
new one tested by jsg@, a bunch of people on tech@, and myself
old one tested by nick@
|
| |
|
|
|
|
|
|
| |
- clean up the softc a bit
- remove unused SET_CHANNEL
- init set sens
|
|
|
|
| |
- use function pointer we've saved; that'll make things easier for 8187b.
|
|
|
|
|
|
|
| |
tx_conf register. if you get "not supported" in your dmesg; it's
actually an (early) rtl8187b that's using rtl8187l id; so you
should test the diff on tech@.
otherwise; rtl8187b devices not matched yet.
|
|
|
|
|
| |
- fix some comments
- remove var from a declaration; for consistency
|
| |
|
|
|
|
| |
- nitemize
|
|
|
|
|
| |
- remove some unused fields from softc
- spacing
|
|
|
|
|
|
|
| |
for tx" for some fields, and functions trying to do everything;
split it into rx_data & tx_data. this way it's less error-prone.
i've actually fixed a bug doing this.
"please start comitting this stuff" jsg@
|
|
|
|
| |
to license.template
|
|
802.11 devices.
currently it has issues scanning.
ok jsg@
|