Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-19 | revert part of r1.6 commit. | Damien Bergamini | |
only data frames must reserve 4 bytes. | |||
2006-07-19 | fix rum_set_macaddr() and cleanup rum_set_bssid(). | Damien Bergamini | |
2006-07-19 | fix rum_write(). | Damien Bergamini | |
on RT2501USB, registers are 32bit thus the value doesn't fit into the wValue field (16bit) of a usb_device_request_t structure. define rum_write() using rum_write_multi(4). | |||
2006-07-19 | kick ASIC only after clearing STA registers. | Damien Bergamini | |
2006-07-19 | there aren't 10 STA registers on RT2501USB. | Damien Bergamini | |
clear only STA0 to STA2 included. | |||
2006-07-19 | wait for chip to settle *before* retrieving ASIC revision number since | Damien Bergamini | |
waiting for the chip to settle means waiting until ASIC revision number is different from zero. | |||
2006-07-19 | define rum_read() as rum_read_multi(). | Damien Bergamini | |
change the prototype to take a uin16_t instead of a uint32_t (register offsets are 16bit). | |||
2006-07-19 | fix rum_read_multi() to actually read at the requested index. | Damien Bergamini | |
2006-07-19 | remove redundant #define | Damien Bergamini | |
2006-07-18 | nuke sc->rssadapt_ch. it was used but not initialized. | Damien Bergamini | |
2006-07-18 | fix a broken conditional expression in rum_bbp_init(). | Damien Bergamini | |
2006-07-18 | mountroothooks don't return a value, so don't use USB_ATTACH_ERROR_RETURN | Damien Bergamini | |
(even if it's defined as return; under OpenBSD, it's just confusing). kill all soft tabs while i'm here. | |||
2006-07-18 | fix polling for busy bit in rum_bbp_{read,write} | Damien Bergamini | |
2006-07-18 | SEC_CSR registers have a different meaning in RT2501USB. | Damien Bergamini | |
leave them to zero for now since we don't support h/w crypto yet. | |||
2006-07-18 | fix rum_set_chan(): | Damien Bergamini | |
- don't read BBP register R3 since the returned value is unused - fix RF register R1 setting - fix RF register R3 setting - RF settings must be written three times (with only RF R3 changing) | |||
2006-07-18 | RF registers are 20 bits on RT2501USB, not 21. | Damien Bergamini | |
2006-07-18 | RT2501USB uses 32bit registers unlike RT2500USB. | Damien Bergamini | |
fix rum_bbp_read() while i'm here. | |||
2006-07-18 | RT2501USB needs to reserve room for a 32bit value aligned on a 32bit | Damien Bergamini | |
boundary at the end of each data transfer (unlike RT2500USB which reserves only 16bit). | |||
2006-07-18 | - move default register values into if_rumreg.h (for consistency w/ ural) | Damien Bergamini | |
- fix channel 11 RF R4 setting for RF2528 - overwrite BBP register 39 default value | |||
2006-07-18 | Tyops: simultaniously and carefull | Michael Knudsen | |
2006-07-17 | PC5740 is umodem not umsm. Should fix PR 5181. | Jonathan Gray | |
2006-07-17 | No point in memsetting individual struct members after memsetting the | Michael Knudsen | |
entire struct. ok dlg | |||
2006-07-17 | Prefer malloc over the stack for an array of 256 pointers. ok dlg@ | Miod Vallat | |
2006-07-16 | regen | Jonathan Gray | |
2006-07-16 | Add revision B1 of the D-Link DUB-E100. | Jonathan Gray | |
2006-07-16 | some knf, no binary change | David Gwynne | |
2006-07-16 | get rid of ifdef __OtherBSD__ cruft | David Gwynne | |
2006-07-14 | add ZyXEL USB id, remove useless comments and reorder USB devices. | Brad Smith | |
2006-07-14 | regen | Brad Smith | |
2006-07-14 | add a ZyXEL wireless adapter USB id. | Brad Smith | |
From Linux | |||
2006-07-12 | Do not split multibyte access on little endian architectures with no alignment | Miod Vallat | |
requirements; ok krw@ | |||
2006-07-09 | get rid of some ifdef __otherbsd__ goo. no binary change | David Gwynne | |
2006-07-09 | remove dead code | David Gwynne | |
2006-07-09 | I don't think we're talking about animals in here, so | Michael Knudsen | |
s/wether/whether/g. | |||
2006-07-07 | Regen | Pedro Martelletto | |
2006-07-07 | Add Microdia, okay miod@ | Pedro Martelletto | |
2006-07-04 | cleanup in zyd_openpipes(); no functional change. OK jsg@. | Xavier Santolaria | |
2006-07-04 | Harcoded hex values for control field don't work so | Jonathan Gray | |
ditch them and at least attempt to use the function that sets up the control field properly. | |||
2006-07-03 | minor knf; ok jsg@. | Xavier Santolaria | |
2006-07-03 | in zyd_start(): | Xavier Santolaria | |
net80211 may still try to send management frames even if the IFF_RUNNING flag is not set...; ok jsg@. | |||
2006-07-02 | If ieee80211_encap() returns NULL the node is already free, | Jonathan Gray | |
do not try to free it again. Modified version of a diff from Graham Gower. | |||
2006-07-02 | Move some of the verbose debug printfs like dumping packets | Jonathan Gray | |
to higher debug levels so we can tell what is happening. | |||
2006-07-02 | Send management frames at 1Mbit for better compatibility/chance | Jonathan Gray | |
of working. | |||
2006-07-02 | Rename several functions for consistency/simplicity. | Jonathan Gray | |
Discussed with Florian. | |||
2006-07-02 | Support for adapters with Airoha AL2230 radios from Florian. | Jonathan Gray | |
This lets me see beacons on my device. | |||
2006-07-02 | Fix channel frequency/flags in radiotap structures. | Jonathan Gray | |
Now I can see probes cycling 1->14 instead of just sitting at channel 1. | |||
2006-07-01 | Regen | Miod Vallat | |
2006-07-01 | More Canon scanners, from NetBSD via Matthieu Baptiste. | Miod Vallat | |
2006-07-01 | Remove a few noisy debug printfs that aren't doing anything useful. | Jonathan Gray | |
2006-07-01 | spacing | Jonathan Gray | |