Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-04 | remove vlan header. | Brad Smith | |
2006-02-28 | Switch to software WEP in a way mostly similiar to what David Young | Jonathan Gray | |
did in NetBSD. Fixes WEP on aanriot@'s ADM8211A. ok deraadt@ | |||
2006-02-25 | comment code that is currently unused (radar detection and dynamic rx | Damien Bergamini | |
sensitivity tuning). fix a typo while i'm here. | |||
2006-02-25 | instead of panicing when tx rate is zero, fallback to 1Mbps. | Damien Bergamini | |
this is a temporary workaround since we should really not see any node with an empty rate set but it seems to happen in hostap mode. | |||
2006-02-25 | load the firmware only when necessary (first call to rt2661_init or if the | Damien Bergamini | |
cardbus socket has been powered off). restore the call to rt2661_init() in the watchdog since the firmware is not reloaded in this case. fixes "timeout waiting for BBP" errors seen on some PCI adapters. | |||
2006-02-24 | Make the "ring buffer overrun" message a DEBUG message instead | Brad Smith | |
of a DIAGNOSTIC message for now, this should be looked at after release. | |||
2006-02-24 | remove NetBSD rnd(4) code. | Brad Smith | |
2006-02-21 | remove some commented out and NetBSD-specific code. | Brad Smith | |
2006-02-21 | add missing MTU ioctl switch case. | Brad Smith | |
Noticed by: Ben Lovett <ben at tilderoot dot com> | |||
2006-02-20 | Fix kernel builds without bpfilter. Linking is still broken. | Damien Bergamini | |
"Please commit this diff ASAP" brad@ | |||
2006-02-20 | Be sure to call shutdownhook_disestablish() as this is a removeable device. | Jonathan Gray | |
ok mickey@ | |||
2006-02-18 | don't try to release references to nodes that have been freed by net80211. | Damien Bergamini | |
in HostAP mode, when switching to the INIT state, net80211 sends a DISASSOC and a DEAUTH frame to all associated stations and immediately free all the nodes while we may still hold references to them in our Tx queues. hopefully, this should fix PRs 4469/kernel and 4953/kernel. | |||
2006-02-17 | Missed part of last atw commit. | Jonathan Gray | |
2006-02-17 | Use ieee80211_compute_duration() instead of homerolled function. | Jonathan Gray | |
From a change to NetBSD by David Young. Tested by aanriot@ on ADM8211A and me on ADM8211B. | |||
2006-02-15 | don't re-init the interface on watchdog timeout. we need to reload the | Damien Bergamini | |
firmware which can't be done outside of a process context. instead, just turn the interface down (rt2661_stop) for now. | |||
2006-02-11 | Move a bit more under MPT_DEBUG. | Kenneth R Westerback | |
ok marco@ | |||
2006-02-10 | Fix LBA48 access for ServerWorks SATA. | Mark Kettenis | |
ok grange@ | |||
2006-02-08 | eliminate a reset when configuring the IP address. | Brad Smith | |
tested by kettenis@ | |||
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
ok mickey marco mbalmer niklas brad | |||
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2006-02-05 | Add a fix from David Young to not set the ring indexes to something | Jonathan Gray | |
obviously invalid, which can occur when ejecting a CardBus rtw. | |||
2006-02-05 | Rework code a bit more and move mpt_print_header() completely under | Kenneth R Westerback | |
MPT_DEBUG. May shave a few more bytes, makes logic a bit clearer. No functional change. ok marco@ | |||
2006-02-05 | and the softc addition too. | Brad Smith | |
2006-02-05 | call gem_setladrf() if the NIC is already running and only the | Brad Smith | |
PROMISC or ALLMULTI flags are being adjusted or if adjusting the multicast addresses instead of doing a full re-init of the chip. ok kettenis@ | |||
2006-02-04 | Redo debugging mechanism to something less loud and more useful. | Marco Peereboom | |
Shaves 22k of the kernel. ok krw | |||
2006-02-02 | make an exposed printf for debugging a debug printf and add a few commas | Brad Smith | |
in the dmesg printing to make the dmesg entry look a little nicer. ok mickey@ | |||
2006-02-01 | dont clutter up dmesg with useless or redundant information | David Gwynne | |
prodded by deraadt@ | |||
2006-02-01 | a driver for the phillips pcf8584 i2c controller as found on the sun netra | David Gwynne | |
t1 105. tested by henning@ djm@ ok kettenis@ put it in deraadt@ | |||
2006-01-30 | Add basic radiotap support. Modelled somewhat after | Jonathan Gray | |
ral and NetBSD wi radiotap. "looks ok" damien@ | |||
2006-01-30 | only flush the TX descriptors in re_start() if there are packets | Brad Smith | |
to be transmitted. tested by jsg@ | |||
2006-01-29 | Don't ask bus_dmamem_alloc() for zero bytes. 'bioctl -H x:y amiz' no | Kenneth R Westerback | |
longer triggers a panic. ok marco@ dlg@. | |||
2006-01-28 | Consider temperatures below -45 degC to be invalid for Winbond chips. | Mark Kettenis | |
2006-01-28 | remove 2 printf's from dc_coal() too. | Brad Smith | |
2006-01-28 | Make sure that HW VLAN stripping is not enabled and remove unused code | Brad Smith | |
for HW VLAN stripping. | |||
2006-01-28 | remove printf's from dc_newbuf(). | Brad Smith | |
2006-01-26 | Make lm at iic detach properly, and use config_detach(9) to fully detach | Mark Kettenis | |
lm at iic if we attach lm at isa for the same chip. tested by robert@, krw@ | |||
2006-01-23 | update sm(4) from NetBSD, including support for more models and MII; | Martin Reindl | |
also activate ISA attachment; ok brad@ | |||
2006-01-22 | Nothing uses this file anymore. | Alexander Yurchenko | |
ok miod@ | |||
2006-01-20 | - xl_encap(): free the mbuf chain and return if bus_dmamap_load_mbuf() | Brad Smith | |
returns an error other than EFBIG. - xl_encap(): remove a redundant check already done in xl_start_90xB(). - merge xl_encap_90xB() into xl_encap(). | |||
2006-01-19 | Try to disable unconnected temperature sensors. | Mark Kettenis | |
2006-01-19 | Replace SENSOR_ADD() macro with a pair of functions | Alexander Yurchenko | |
sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@ | |||
2006-01-17 | Support W83791SD as an lm(4) without sensors. | Mark Kettenis | |
2006-01-15 | Commit missing bits too: | Mark Kettenis | |
If we attach an lm(4) to isa(4) that is already attached to iic(4), disable the one attached to iic(4). idea from deraadt@ | |||
2006-01-14 | Move isa-specific members of struct lm_softc into lm_isa.c. | Mark Kettenis | |
2006-01-14 | Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean up | Mark Kettenis | |
lm78var.h. Now that I've completely rewritten the driver, replace copyright with my own. suggested by deraadt@ | |||
2006-01-14 | - give rate to rx radiotap | Damien Bergamini | |
- read TSF high 32bit word before low 32bit word to avoid wraparounds | |||
2006-01-14 | Correct the length of the rx radiotap to be that of the rx not tx | Jonathan Gray | |
struct. ok damien@ | |||
2006-01-13 | - fix short slot time | Damien Bergamini | |
- add WEP capability flag - make sure to reset fallback to CCK rates when switching to 802.11a - give BBP more time to initialize | |||
2006-01-13 | fix short slot time + cosmetic | Damien Bergamini | |
2006-01-13 | - simplify lookup of 802.11a channels (we know they exist) | Damien Bergamini | |
- kill two stupid comments while i'm here |