Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-28 | add needs-flag to allow pxaudc to compile without usbf (to get the | Uwe Stuehler | |
previous behaviour of just disabling the USB device controller) | |||
2006-11-27 | Initial untested bits for ZD1211B support, different init | Jonathan Gray | |
sequences for radios not yet done. "commit what you have" damien@ | |||
2006-11-27 | smallest usb driver ever: enable config on the Blackberry which prevents | Theo de Raadt | |
usb from idling, thus it can get enough power to charge in all cases | |||
2006-11-26 | avoid extra inclusions; ok jsg | Theo de Raadt | |
2006-11-26 | sync | Theo de Raadt | |
2006-11-26 | learn about RIM products | Theo de Raadt | |
2006-11-26 | Make use of ieee80211_std_rateset | Jonathan Gray | |
2006-11-26 | cover up a bug (resulting in noise in dmesg) that we still do not | Theo de Raadt | |
understand, happens on the sun x4100 virtual console; ok dlg | |||
2006-11-26 | do not have each net80211 driver define its own rates structures. if they use | Theo de Raadt | |
the standard rates, use some defined by net80211 itself. kernel shrinks a bit ok jsg mglocker | |||
2006-11-26 | missing file; sorry niall! | Uwe Stuehler | |
2006-11-25 | Initial USB device controller (UDC) and USB CDC Ethernet function support | Uwe Stuehler | |
for PXA27x/Zaurus, not enabled yet; for dlg and dale :) | |||
2006-11-25 | regen | Jonathan Gray | |
2006-11-25 | Netgear WG111v2 | Jonathan Gray | |
2006-11-24 | regen | Brad Smith | |
2006-11-24 | add the DLink DWL-G120 product id. | Brad Smith | |
2006-11-19 | restore the workaround for rate==0 bug. | Damien Bergamini | |
i removed it in my last commit because i thought it was gone. looks like it's not the case. pointed out by niallo@ | |||
2006-11-17 | sync | Theo de Raadt | |
2006-11-17 | usb hub found on ibm x3455; Srebrenko Sehic | Theo de Raadt | |
2006-11-16 | sync | Theo de Raadt | |
2006-11-16 | another cdce | Theo de Raadt | |
2006-11-16 | add support for 4 new radios: AL2210, CGT, Maxim New, Maxim New2 | Damien Bergamini | |
untested because of lack of hardware. if you have a ZD1211 adapter with one of these radios, please drop us a mail. code written by Florian Stoehr <ich AT florian-stoehr DOT de> | |||
2006-11-15 | Fix an integer type promotion that can lead to wrong offsets on 64 bit arches. | Marc Balmer | |
Problem and solution found by Christian "Naddy" Weisgerber <naddy@openbsd.org>, thanks! | |||
2006-11-13 | first round of commits for proper 11b/g protection support: | Damien Bergamini | |
- use the newly introduced ieee80211_get_rts() and ieee80211_get_cts_to_self() functions. - use CTS-to-self instead of RTS/CTS to protect OFDM frames in a mixed 11b/g BSS. - make sure multicast frames are sent using CCK modulation. remove support for 5GHz radios in ral(4) RT2560 and ural(4). i'm not aware of any such adapters on the market and 11a code is known to be broken. some cleanup while i'm here. | |||
2006-11-11 | regen -moj | Mats O Jansson | |
2006-11-11 | Add some USR Wlan adapters. -moj | Mats O Jansson | |
2006-11-11 | add quirk for the usb missile launcher | Jolan Luff | |
2006-11-11 | regen | Jolan Luff | |
2006-11-11 | usb missile launcher | Jolan Luff | |
2006-11-03 | add new code to handle the AL7230B radios. | Damien Bergamini | |
code written by Florian Stoehr. not tested due to lack of hardware. if you happen to have an adapter with this radio please report success/ failure. | |||
2006-11-01 | abort bulk-in and bulk-out pipes in zyd_stop() before freeing the | Damien Bergamini | |
Rx/Tx xfer lists. | |||
2006-11-01 | regen | Jolan Luff | |
2006-11-01 | BWCT serial | Jolan Luff | |
2006-11-01 | poll errors should be POLLERR, not some random E value | Ted Unangst | |
from alexandre ratchov. ok claudio | |||
2006-10-28 | - Use better names for the variables containing the timeouts in Hz instead of | Marc Balmer | |
just t1-t10. - Remove some unused variables. - Restructure some functions to remove some levels of indentation. | |||
2006-10-27 | udcf(4) degraded the sensor status from OK to WARNING on the first receiption | Marc Balmer | |
error, which is to fast as this does not give ntpd the opportunity to use the sensor value. If we decode a valid time information, it has to be available to applications for some minimal time. I choose a value of 5 minutes. If we do not receive any new valid time information during this period, the sensor will be degraded to WARNING, and after another fifteen minutes it will be further degraded to CRITICAL. "makes sense to me" henning@, "sure" deraadt@ | |||
2006-10-26 | Move from a switch based baud rate selection to range checking | Jonathan Gray | |
based selection as hardware is not limited to fixed rates. Suggested by deraadt | |||
2006-10-26 | Driver for MosChip MCS7703 based USB Serial devices. | Jonathan Gray | |
Support for hardware flow control not yet implemented. | |||
2006-10-26 | regen | Jonathan Gray | |
2006-10-26 | MosChip serial & Ethernet | Jonathan Gray | |
2006-10-24 | Fix indentation to not imply, that USB_ATTACH_ERROR_RETURN | Moritz Jodeit | |
is an argument of printf(). No binary change. | |||
2006-10-23 | simplify zyd_read_eeprom(). | Damien Bergamini | |
2006-10-23 | turn link led off when returning to the S_INIT state. | Damien Bergamini | |
implement fast channel switching for monitor mode. | |||
2006-10-22 | make data LED blink upon TX. | Damien Bergamini | |
2006-10-22 | make sure ni->ni_txrate is always initialized to a meaningful value by | Damien Bergamini | |
redefining ic->ic_newassoc. this should prevent "bogus xmit rate" panics when operating in HostAP mode. | |||
2006-10-22 | do per-node rate control. | Damien Bergamini | |
2006-10-21 | some extra const disease damien was testing slipped in; ok damien | Theo de Raadt | |
2006-10-21 | huge diff to bring zyd(4) into a working state. | Damien Bergamini | |
should work with ZD1211 (not ZD1211B!) adapters with either a RFMD or AL2230 radio chip. does not support IBSS or HostAP modes yet. committed over a Billion 3011G (ZD1211/AL2230). "commit it!" deraadt@ | |||
2006-10-19 | regen | Jonathan Gray | |
2006-10-19 | Support later versions of the ASUS WL-167g which have switched | Jonathan Gray | |
from ural to rum. From Jason Crawford <jasonrcrawford@gmail.com> | |||
2006-10-16 | Fix some "is is"s. ok otto@. | Tom Cosgrove | |