Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-30 | don't release the node twice if tx() fails | Damien Bergamini | |
2010-10-30 | use (ifp->if_softc != NULL) instead of (ifp->if_flags != 0) to check | Damien Bergamini | |
if interface was attached. both are correct but this is for consistency with other drivers. | |||
2010-10-30 | use hw sequence numbering for non-QoS frames | Damien Bergamini | |
2010-10-23 | check that a timeout(9) has been initialized before deleting it | Jacob Meuser | |
ok phessler | |||
2010-10-23 | create another kthread to run xfer abort tasks. xfer abort tasks cannot | Jacob Meuser | |
be run from the generic task kthread, because xfers that need to be aborted block newly queued tasks from running (i.e. the xfer to be aborted blocks the abort of that task). as there are now three types of usb tasks, add an argument to usb_init_task() and another member to struct usb_task to specify the task type. fixes boot hangs that are showing up because we now use usb tasks to attach/detach usb devices. | |||
2010-10-22 | Attach the two run(4) usb ids that krw@ added to usbdevs. | Damien Bergamini | |
"Feel free to commit!" krw@ | |||
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray | |
ok deraadt@ henning@ claudio@ | |||
2010-04-29 | - add another run, from markus bergkvist | Jasper Lievisse Adriaanse | |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst | |
sysctl.h was reliant on this particular include, and many drivers included sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed. ok deraadt | |||
2010-04-15 | new Hawking run(4) ids | Damien Bergamini | |
from Linux | |||
2010-04-14 | clean Sitecom run(4) ids. | Damien Bergamini | |
use real product names, add some ids, remove some ids that never made it into production. | |||
2010-04-06 | always enable both 2GHz and 5GHz LNAs regardless of the band | Damien Bergamini | |
we're using. fixes operation on some 5GHz channels (e.g 153). great thanks to Yao Zhao (dragonlinux at gmail dot com) for identifying the issue on run(4). | |||
2010-04-06 | add BELKIN F5D8055V2 | Alexander Hall | |
ok deraadt@, damien@ | |||
2010-04-04 | Fix 5GHz channels TX power settings for RT2860/RT2870 (does not | Damien Bergamini | |
affect RT3572.) Found (again!) by Yao Zhao (dragonlinux at gmail dot com) | |||
2010-03-27 | Fix TX power per rate settings. | Damien Bergamini | |
Found by Yao Zhao (dragonlinux at gmail dot com) | |||
2010-02-25 | new run(4) ids | Damien Bergamini | |
2010-02-24 | Sweex LW153 | Damien Bergamini | |
2010-02-24 | more run(4) ids | Damien Bergamini | |
2010-02-24 | ALLWIN Tech | Damien Bergamini | |
2010-02-19 | fix run_set_region_4 to set the whole region specified, | Damien Bergamini | |
not a quarter of it! | |||
2010-02-10 | check that rf reg is != 0xff, not rf val. | Damien Bergamini | |
2010-02-08 | remove redundant bits. | Damien Bergamini | |
2010-02-08 | final bits for RT3572 and some fixes for RT3070 and RT3071. | Damien Bergamini | |
2010-02-08 | add the 10us sifs directly to the pre-computed ack durations. | Damien Bergamini | |
2010-02-08 | simplify | Damien Bergamini | |
2010-02-08 | s/RT2860_MCU_CMD_BOOT/RT2860_MCU_CMD_RFRESET/ | Damien Bergamini | |
no binary change. | |||
2010-02-08 | fix BBP R82 for RT3572 | Damien Bergamini | |
2010-02-07 | writing to RT2860_TX_PIN_CFG requires some extra steps on RT3572 | Damien Bergamini | |
2010-02-07 | fix my 1.44->1.45 commit | Damien Bergamini | |
2010-02-07 | we're in 2010. | Damien Bergamini | |
no binary change. | |||
2010-02-07 | add two more ids for RT3572 and one more id for RT2770. | Damien Bergamini | |
save BBP R25 and R26 values on RT3572 at init. | |||
2010-02-07 | set tx mixer gain for RT3071 | Damien Bergamini | |
2010-02-07 | change RF init sequence for RT3572 | Damien Bergamini | |
2010-02-07 | cleanup run_rt3070_set_chan | Damien Bergamini | |
2010-02-07 | add a function to set the channel on RT3572. | Damien Bergamini | |
2010-02-07 | when calibrating filter, use better target values for >=RT3071 | Damien Bergamini | |
2010-02-07 | read vendor RF settings for >=RT3572 and tx mixer gains for >=RT3070 | Damien Bergamini | |
check if we have a hardware RF switch and if we must patch the DAC issue too. | |||
2010-02-07 | add a new function to set the AGC since the code is a bit different | Damien Bergamini | |
for RT3572. fix the initial AGC value for >=RT3070 while i'm here. | |||
2010-02-07 | use new mcu command to select the antenna on RT2020 | Damien Bergamini | |
requires the new firmware | |||
2010-02-07 | split 32-bit mac_rev into 16-bit mac_ver and mac_rev to avoid | Damien Bergamini | |
annoying shifts and masks. | |||
2010-02-07 | add rf init values for rt3572 | Damien Bergamini | |
add settings for 5GHz channels (rt3572 only) | |||
2010-02-07 | add channels 167, 169, 171, 173 for dual-band devices | Damien Bergamini | |
2009-12-10 | "please apply the same diff as for rt2860 to if_run.c" damien@ | Owain Ainsworth | |
original log message: fix a theoretical (but not possible) array bound overflow. since we will always match on a rate, we won't overflow, but in that case, make it more obvious by if the first 11 rates don't match, we assume the 12th. should shut up parfait. ok damien@ who came up with an identical diff | |||
2009-11-17 | another shitload of run(4) usb ids | Damien Bergamini | |
we have 159 ids now just for run(4) | |||
2009-11-03 | setting of WEP keys is defered until interface is brought up, | Damien Bergamini | |
so do nothing in set_key() if the interface is not up and running. fixes a panic reported by Steph (frlinux at gmail dot com) with run(4) on misc | |||
2009-09-16 | fix ENETRESET handling in run_ioctl() and run_media_change(). | Damien Bergamini | |
fixes a kernel panic reported by ckuethe@ on amd64 | |||
2009-08-10 | missing argument to DPRINTF. | Damien Bergamini | |
no binary change (RUN_DEBUG only). | |||
2009-07-29 | Linksys WUSB54GC v3 | Damien Bergamini | |
2009-06-17 | fix endianness issue on BE. | Damien Bergamini | |
2009-06-04 | the Sitecom WL-608 is a run(4) (although it is not 80.11n capable). | Damien Bergamini | |
it has an RT2070 MAC/BB which is a (cheap) single-chip 802.11g solution. USB ID provided by Michael Kiesel. |