Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-24 | Remove a bunch of redundant defines that are also in net80211. | Jonathan Gray | |
From a change by David Young to NetBSD. | |||
2005-09-23 | Handle SI4126 operations differently on ADM8211B. This | Jonathan Gray | |
is the final piece required to make ADM8211B based devices work. Based around what the Linux driver does. ok reyk@ | |||
2005-09-23 | cleanup and simplify the regulation domain handling. some devices are | Reyk Floeter | |
known to have a broken/unsupported regulation domain stored in their EEPROM, we use the default instead (Canada). there's no need to manually define COUNTRYCODE in ar5xxx.c anymore for invalid EEPROMs but it's still possible to force a specific country - your choice. ok aanriot@ | |||
2005-09-23 | change the fallback regulation domain to FCC2A (Canada) instead of | Reyk Floeter | |
FCC1A (US) which makes more sense to us. discussed with aanriot@ | |||
2005-09-22 | remove the very basic ath(4) rate control implementation and use | Reyk Floeter | |
rssadapt(9) instead. this may need some further work but now it's in the right place and shared with other drivers (like ral(4)). yes jsg@ | |||
2005-09-22 | revert 1.82 and 1.83 of ami.c and 1.26 of amivar.h since it seems to be | David Gwynne | |
causing random lockups on my machine. sigh. | |||
2005-09-22 | Print MAC name and version and use "address" instead of | Jonathan Gray | |
"802.11 address" when printing MAC address. | |||
2005-09-21 | fix ami_drv_inq so it uses ami_cmd's ability to use an arbitrary kernel | David Gwynne | |
buffer for passthrough io rather than setting its own up. | |||
2005-09-21 | dont use the scsi xfer in ami_done to figure out if we have to sync a | David Gwynne | |
buffer or not. this will allow us to issue arbitrary passthrough commands without needing them to come in via ami_scsi_raw_cmd. useful for management functionality... | |||
2005-09-21 | remove the bits in the ccb that were needed to support scsi commands on | David Gwynne | |
the passthrough bus when bounce buffers were used. | |||
2005-09-21 | rename nsg to nsge in struct ami_passthrough to be consistent with the | David Gwynne | |
naming elsewhere in this driver. suggested by marco@ | |||
2005-09-21 | use the ccbs passthrough command in the raw scsi path rather than | David Gwynne | |
allocating it and a bounce buffer for each scsi io. gets rid of the alloc sleeps and frees and simplifies things greatly. | |||
2005-09-21 | allocate space in each ccb to store a passthrough command | David Gwynne | |
2005-09-19 | don't attach unsupported radio chipsets | Reyk Floeter | |
based on a diff by jsg@ | |||
2005-09-19 | dont use htole32 to set up values to be assigned to an 8 bit field. | David Gwynne | |
2005-09-19 | replace the pointer mess used to handle wakeups on ccbs with a real flag | David Gwynne | |
tested and ok krw@ | |||
2005-09-19 | Typo 'taget' -> 'target'. | Kenneth R Westerback | |
ok dlg@ | |||
2005-09-18 | ansi. No binary change. | Jonathan Gray | |
2005-09-18 | speeling | David Gwynne | |
2005-09-17 | add some Realtek chip ids | Brad Smith | |
2005-09-15 | Don't fake MODE SENSE page 4 info inside raid drivers, just let sd | Kenneth R Westerback | |
fake a geometry. Page 4 info does not get used for size information. Eliminate now unused union scsi_disk_pages. ok marco@ mickey@ pre-lock. | |||
2005-09-15 | Move two tiny sa2400 init functions back into calling sa2400 init function. | Jonathan Gray | |
2005-09-15 | Remove rtw_rfbus_write abstraction for readability. | Jonathan Gray | |
2005-09-14 | As the _create functions for all the rf transceivers now just set some | Jonathan Gray | |
default values, remove them and do value setting in rtw_rf_attach. | |||
2005-09-14 | Remove rtw_rf/rtw_rfbus and some other related abstractions | Jonathan Gray | |
which made things overly complicated. | |||
2005-09-10 | copy the MAC address from sc_arpcom.ac_enaddr to sc_enaddr in | Brad Smith | |
gem_init() just before calling gem_init_regs() so the proper MAC address gets programmed into the card (if it has been changed by say ifconfig lladdr for example). Noticed and diff tested by: Troex Nevelin <troex at fury dot scancode dot ru> | |||
2005-09-10 | Prettier diagnostic message; ok deraadt@. | Alexander Yurchenko | |
2005-09-10 | ansi, no binary change. | Jonathan Gray | |
ok reyk@ | |||
2005-09-08 | use ieee80211_iterate_nodes to iterate the nodes and add a extra check | Reyk Floeter | |
for the maximal number of gpio pins. | |||
2005-09-08 | fix a possible division by zero by using minimal default values for the | Reyk Floeter | |
beacon interval and the beacon miss timeout (beacon interval * 7). | |||
2005-09-08 | Remove the last of the FreeBSD compatiblity goop. | Jonathan Gray | |
ok reyk@ | |||
2005-09-08 | Remove FreeBSD if_printf compat function from net80211. | Jonathan Gray | |
ok reyk@ | |||
2005-09-07 | sync on shutdown | Michael Shalayeff | |
2005-09-06 | Step three: remove now unused advmcode*. | Kenneth R Westerback | |
Requested by deraadt@ a while ago. | |||
2005-09-06 | Step two: use advmcode* in their new location. | Kenneth R Westerback | |
Requested by deraadt@ a while ago. | |||
2005-08-31 | Remove check that prevents disks that are not in the unused state to move to | Marco Peereboom | |
hot spare state. This *should* be detected in f/w however there is one known case where it does not work and hence this workaround was committed. By having this in there disks that were removed and reinserted that used to be hotspares show up as unused however the meta data on disk conflicts with this preventing it to be moved to hotspare. OK, commit this, deraadt@ | |||
2005-08-31 | Fix some tsleep magic. Code done by krw@ | Marco Peereboom | |
feel free to commit, krw@ ok deraadt@ | |||
2005-08-31 | Make ioctls stop polling for completion. This enhances the responsiveness | Marco Peereboom | |
of the system. tested and ok krw@, dlg@, deraadt@ | |||
2005-08-30 | unfortunately large fixes to memleaks caused by abuse of incomplete | David Gwynne | |
allocmem and freemem functions. freemem now unmaps dma memory from the kernel address space instead of leaking it. lots of tweaks and input from marco (who also found the bug in the first place). lots of testing by krw and marco. ok krw@ marco@ permitted by deraadt@ | |||
2005-08-27 | Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps. | Damien Bergamini | |
Fix IFS parameters settings (account for Rx/Tx turnaround time). Fix WME settings (Best Effort). ok deraadt@ reyk@ henning@ tested by many | |||
2005-08-27 | Define some ATA security feature set commands. | Jonathan Gray | |
ok grange@ deraadt@ | |||
2005-08-27 | move some debug messages to use the debug macros so they dont appear | Anil Madhavapeddy | |
during normal operation. deraadt@ ok | |||
2005-08-27 | backout unapproved diff | Theo de Raadt | |
2005-08-25 | Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps. | Damien Bergamini | |
Fix IFS parameters settings (account for Rx/Tx turnaround time). Fix WME settings (Best Effort). | |||
2005-08-24 | Test xs->bp before de-referencing it. Initialize it to NULL, not 0. | Kenneth R Westerback | |
ok deraadt@ | |||
2005-08-22 | Only let unused disks be marked hot spares. ok deraadt@ | Marco Peereboom | |
2005-08-21 | update the 802.11 station address if the ethernet lladdr has been changed. | Reyk Floeter | |
pointed out by Nick Holmes and Justin Reigle. | |||
2005-08-21 | remove the IEEE80211_C_SCANALL capability, it should be used on | Reyk Floeter | |
devices with firmware-based scanning only. pointed out in a discussion about iwi(4) and ipw(4). | |||
2005-08-21 | Parameter being passed __func__ must be const char *. Allows aac to | Kenneth R Westerback | |
compile with AAC_DEBUG set. ok deraadt@ | |||
2005-08-20 | handle timeouts and errors better | Michael Shalayeff | |