Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-16 | move ral vendor/product Ids into usbdevs | Damien Bergamini | |
2005-03-16 | Driver for Ralink Technology RT2500USB wireless adapters. | Damien Bergamini | |
ok deraadt@ | |||
2005-03-16 | Use biowait() instead of rolling our own. | Miod Vallat | |
tested krw@ moritz@, ok deraadt@ | |||
2005-03-16 | don't account packet's twice; from joel@; ok deraadt@, henning@ | Markus Friedl | |
2005-03-15 | Only print warning messages in pci_{io,mem}_find() if option DEBUG; instead, | Miod Vallat | |
do not return 1 on failure but a real errno the caller can check for proper action. tweaks and ok mickey@ | |||
2005-03-15 | Take care of updating the PROMs view of the cursor position in the common fb | Miod Vallat | |
code, rather than doing this in only a subset of the fb drivers. | |||
2005-03-15 | use IFQ_ rather than IF_ macro here too, maybe helps altq; ok henning | Peter Valchev | |
2005-03-15 | use IFQ_* macros instead of hand-rolling or using IF_*, makes ALTQ work on | Henning Brauer | |
re, from Armin Wolfermann <aw@osn.de>, ok dlg markus pval | |||
2005-03-15 | Make attach errors appear on new lines and make | Jonathan Gray | |
dmesg output less ugly while here. | |||
2005-03-14 | regen | Pedro Martelletto | |
2005-03-14 | Add GeForce4 MX 4000, okay deraadt@ | Pedro Martelletto | |
2005-03-14 | don't display an error message when re-associating. | Damien Bergamini | |
this prevents annoying 'unknown association state 9' from happening. | |||
2005-03-14 | sync | Theo de Raadt | |
2005-03-14 | support jvc mp-prx1; iedowse | Theo de Raadt | |
2005-03-14 | more Yukon models and Yukon EC revs. | Brad Smith | |
2005-03-13 | Add missed WSDISPLAYIO_[GS]VIDEO ioctl handling. | Miod Vallat | |
2005-03-13 | the wep mac may be NULL if it's a broadcast key | Reyk Floeter | |
ok krw@ | |||
2005-03-13 | revert rev 1.8 | Brad Smith | |
2005-03-13 | in the event wi_attach fails dont panic trying to clean up a nonexistant | David Gwynne | |
interrupt handler. ok uwe@ | |||
2005-03-13 | Merge support for USB1 devices located beyond USB2 hubs, mostly from netbsd. | Christopher Pascoe | |
Supports bulk, control and interrupt pipes, letting USB1 keyboards and most network interfaces work when connected to a USB2 hub. ok dlg@ | |||
2005-03-13 | Order the top-level interrupt heads in the periodic framelist such that | Christopher Pascoe | |
downstream interupt heads have an even temporal distribution. ok dlg@ | |||
2005-03-13 | Be even more liberal in what we accept as a completed transaction, as | Christopher Pascoe | |
XActErr is not the only qH warning bit that "sticks" during a transaction. ok dlg@ | |||
2005-03-12 | Typos. | Thierry Deval | |
2005-03-12 | add a bunch of PCI ids from the SysKonnect sk98lin driver. | Brad Smith | |
2005-03-12 | use TAILQ_FOREACH | Martin Reindl | |
ok krw@ | |||
2005-03-12 | initialise min arg to uvm_km_suballoc; not currently enabled code path | Michael Shalayeff | |
2005-03-12 | prevent fragmentation from happening. | Damien Bergamini | |
2005-03-12 | s/__attribute__((__packed__))/__packed/ | Damien Bergamini | |
2005-03-12 | IBSS is not yet supported, remove it from the capabilities flags. | Damien Bergamini | |
2005-03-12 | retrieve scan results from net80211 instead of reading NIC internal memory. | Damien Bergamini | |
this fixes a bug with multiple AP's. | |||
2005-03-12 | Fix RTW_DEBUG compilation and add a few more sanity checks in addition to | Jonathan Gray | |
rtw.c -r 1.45 from dyoung@NetBSD: Log Message: Misc. changes to improve ad hoc mode and to enable hostap mode: Fix the work-around for the NIC bug where it skips to rx descriptor 0. The driver used to skip to rx descriptor 1. Hopefully this stops the out-of-order packet reception that Charles Hannum saw. When debugging is enabled, print rx-descriptor status flags before printing the rx bit rate. Add a debug message for when a beacon tx buffer reclamation. Reset IFF_OACTIVE when we reset the transmitter. Pass the consolidated LED state, a struct rtw_led_state, to rtw_led_attach. Choose the bit-rate for management frames (1Mb/s) at the same place we choose for all other frames. Do not use the NIC's short preamble or RTS options for management frames. Label beacons for the NIC. Following a Linux driver, take care not to zero arbitrary bits in the TPPOLL register. Use the new idiom for IBSS merges: disable transmitter, kick the state machine. Add a second descriptor to the beacon ring. The NIC seems to like this much better. | |||
2005-03-11 | make use of the new ral_get_rts(), ral_txtime() and ral_setup_tx_desc() | Damien Bergamini | |
functions. this makes RTS protection mode and 802.11g work. | |||
2005-03-11 | don't forget to release nodes when they are no longer needed. | Damien Bergamini | |
2005-03-11 | introduce new ral_setup_tx_desc() function so we can factor out filling | Damien Bergamini | |
of tx descriptors. | |||
2005-03-11 | fix IBSS mode. clean ral_newstate() while i'm here. | Damien Bergamini | |
2005-03-11 | new ral_get_rts() function for building RTS frames. | Damien Bergamini | |
2005-03-11 | distinguish null data frames from management frames. | Damien Bergamini | |
2005-03-11 | simplify led management code. | Damien Bergamini | |
2005-03-11 | do not disable RF tune in monitor mode. | Damien Bergamini | |
2005-03-11 | fix ral_enable_tsf_sync() for future IBSS and HostAP support. | Damien Bergamini | |
2005-03-11 | add various functions to compute duration and plcp length in 802.11a/g. | Damien Bergamini | |
2005-03-11 | implement fast channel switching for monitor mode (used by kismet). | Damien Bergamini | |
2005-03-11 | fix tx rate of beacons and mgmt frames in 802.11a. | Damien Bergamini | |
2005-03-11 | enter RUN state in monitor mode instead of staying in INIT state. | Damien Bergamini | |
make sure we are not enabling TSF synchronization and rate adaptation in monitor mode. | |||
2005-03-11 | fix basic rates for 802.11g. | Damien Bergamini | |
initialize power mode in ral_init(). | |||
2005-03-11 | don't initialiaze BBP registers with values stored in E2PROM. | Damien Bergamini | |
it seems to override critical default values (like sensitivity). | |||
2005-03-11 | some cosmetic tweaks | Damien Bergamini | |
fix debug messages level simplify e2prom code | |||
2005-03-11 | fix channel initialisation. thanks to simon slater. | Reyk Floeter | |
2005-03-10 | regen | Brad Smith | |
2005-03-10 | more SysKonnect PCI ids from the SysKonnect sk98lin driver. | Brad Smith | |