Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-27 | make the Sierra Wireless MC8755 attach to umsm(4). this is a MiniPCI | Felix Kronlage | |
adapter that hosts a usb controller. from janek@openbug.org. ok jsg@ | |||
2006-12-27 | regen with id from Sierra Wireless MC8755 | Felix Kronlage | |
2006-12-27 | add device id for Sierra Wireless MC8755, from janek@openbug.org | Felix Kronlage | |
ok jsg | |||
2006-12-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt | |
2006-12-21 | 'tranfer' -> 'transfer' in comments. | Kenneth R Westerback | |
2006-12-16 | o add missing calibration bits for ZD1211B in zyd_set_chan() | Damien Bergamini | |
o add workaround for TX rate==0 bug here too. | |||
2006-12-16 | trim 802.11 FCS from received frames. | Damien Bergamini | |
noticed by jsg@ | |||
2006-12-13 | regen | Martin Reindl | |
2006-12-13 | add device id for IBM Hubs as found in Thinkpad dockingstations | Martin Reindl | |
2006-12-10 | Make sure the bit collecting is restarted after signal loss. | Marc Balmer | |
2006-12-10 | restart collecting bits immediately after a parity error, i.e. use the frame | Marc Balmer | |
immediately following the corrupt one; there is no no need to skip it by waiting for the next minute gap and the sensor value has valid data one minute earlier than before. | |||
2006-12-10 | Re-arm signal loss detection only after we received a bit, not in itself. This | Marc Balmer | |
prevents the signal loss function from being called repeatedly when we have no signal. | |||
2006-12-10 | Faster synchronization after an unexpected minute gap. | Marc Balmer | |
Only look at the skew value if it is != 0. Remove some dead code. | |||
2006-12-09 | Add USR5423. -moj | Mats O Jansson | |
2006-12-09 | Better describe the magic done by umass_fixup_sony(), okay krw@ | Pedro Martelletto | |
2006-12-09 | Add quirk for Sony DSC-W50 (which is UFI, not SCSI) and rearrange | Pedro Martelletto | |
umass_fixup_sony() a bit while there, okay krw@ | |||
2006-12-07 | attach Novatel Merlin U740 to ubsa | Felix Kronlage | |
ok dlg@ | |||
2006-12-07 | some cleanup for axe(4): | Reyk Floeter | |
- remove IFF_RUNNING check from axe_init() and check for the appropriate condition before calling axe_init(). - check for MTU too small, as done everywhere else. - remove unnecessary setting of error to 0, its initialized to 0 in axe_ioctl(). - use the IFQ_IS_EMPTY macro in axe_watchdog(). ok brad@ | |||
2006-12-07 | http://www.ralinktech.com/ domain name is for sale. | Damien Bergamini | |
use official url instead: http://www.ralinktech.com.tw/ | |||
2006-12-07 | regenerated these with Merlin U740 id | Felix Kronlage | |
2006-12-07 | id for Novatel Wireless Merlin U740 | Felix Kronlage | |
2006-12-06 | When compiled with UDCF_DEBUG, only output the bits received when | Marc Balmer | |
udcfdebug > 1. | |||
2006-12-05 | regen | Otto Moerbeek | |
2006-12-05 | Add code to detect (and eliminate) statistical outliers. Tested by me and | Marc Balmer | |
naddy; many thanks to naddy for continous testing and feedback during the last weeks. ok naddy | |||
2006-12-04 | avoid unnecessary copies (memcpy(x, x, n)) in the TX path. | Damien Bergamini | |
"works fine, even under high load" reyk@ | |||
2006-12-04 | regen | Martin Reindl | |
2006-12-04 | add vendor ID for Silicon Integrated Systems Corporation | Martin Reindl | |
2006-12-03 | don't include <net80211/ieee80211_amrr.h> | Damien Bergamini | |
rate control is handled by firmware. | |||
2006-12-03 | fix handling of the SIOCS80211CHANNEL ioctl in monitor mode: | Damien Bergamini | |
don't call xxx_set_chan() if the interface is not up&running. patch from Steffen Schuetz (st dot sch at gmx dot net) with minor modifications by me. closes kernel/5313 | |||
2006-12-03 | don't schedule a USB task in {ural,rum}_newstate() if we're called from | Damien Bergamini | |
a process context. this avoids potential races in {ural,rum}_stop(). | |||
2006-12-03 | The device doesn't always detach gracefully from the bus after a firmware | Damien Bergamini | |
upload. We thus force a port reset and a re-exploration on the parent hub after firmware upload. In uath_newstate(), if we're called from a process context, we don't need to schedule a USB task. This fixes a problem in uath_stop(): when moving to the S_INIT state, the task was scheduled after the device was reset. Don't abort the RX firmware command pipe in uath_stop(), otherwise we will never receive commands ACKs from the firmware anymore. We now survive to an ifconfig down up. | |||
2006-12-02 | Add a "break" which makes AL7230B initialize now. Still doesn't work | Marcus Glocker | |
afterwards, but ... Spotted by claudio@, ok deraadt@ jsg@ | |||
2006-11-30 | cosmetic | Damien Bergamini | |
2006-11-30 | fix PHY initialization for ZD1211B. | Damien Bergamini | |
we were iterating from 0 to N(zyd_def_phy), but N(zyd_def_phy) is not equal to N(zyd_def_phyB). we were probably writting garbage to the PHY. | |||
2006-11-30 | fix setting of MAC register ZYD_MAC_RETRY for ZD1211B. | Damien Bergamini | |
maximum retry count must be set for each EDCA access category. | |||
2006-11-30 | unitialized variable, busted by dlg, fixed by dlg | Theo de Raadt | |
2006-11-30 | more ZD1211B devices | Jonathan Gray | |
2006-11-30 | regen | Jonathan Gray | |
2006-11-30 | Add a bunch more ZD1211B devices mostly from http://zd1211.ath.cx/ | Jonathan Gray | |
2006-11-29 | Detach correctly; ok deraadt@ | Miod Vallat | |
2006-11-29 | Remaining bits required for ZD1211B support. | Jonathan Gray | |
Seems to work fine with Linksys and 3Com adapters. | |||
2006-11-29 | match Linksys WUSBF54G | Jonathan Gray | |
2006-11-29 | regen | Jonathan Gray | |
2006-11-29 | Linksys WUSBF54G | Jonathan Gray | |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne | |
ok miod@ marco@ deraadt@ | |||
2006-11-28 | another motorola device. | Dale Rahn | |
2006-11-28 | sync | Dale Rahn | |
2006-11-28 | yet another cdce device. | Dale Rahn | |
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@ |