summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwn
Commit message (Expand)AuthorAgeFilesLines
...
* Notify firmware about various HT parameters once associated.bschmidt2011-05-082-25/+37
* Add support for TX packet aggregation.bschmidt2011-05-083-64/+282
* Add support for RX packet aggregation.bschmidt2011-05-082-17/+45
* Add support for transmitting frames at MCS rates.bschmidt2011-05-082-14/+54
* Prepare for transmitting frames at MCS rates:bschmidt2011-05-083-88/+66
* Read chainmask information before announcing it.bschmidt2011-05-081-22/+22
* Add HT capabilities to probe requests.bschmidt2011-05-081-4/+3
* Disable background scan support for 4965 adapters.bschmidt2011-05-081-1/+3
* RX aggregation is slightly different then the legacy path, we will onlybschmidt2011-05-081-1/+0
* Allocate all TX rings, those will be use for TX packet aggregation.bschmidt2011-05-081-7/+0
* Use the enhanced TX power information availabe on newer EEPROMs.bschmidt2011-05-083-9/+45
* Hook HT channel setup.bschmidt2011-05-081-35/+43
* The 6000 series adapters have a slightly different offset for band 6,bschmidt2011-05-082-1/+15
* Re-add 2 device IDs which got lost.bschmidt2011-05-081-0/+2
* Now that all bits are in for 1030/6230 adapters enable those.bschmidt2011-04-201-32/+25
* The 6000 series gen2 adapters have 2 firmware images, one withbschmidt2011-04-201-2/+4
* Add basic support for advanced bluetooth coexistence requiredbschmidt2011-04-203-2/+105
* Enable DC calibration for all 6000 series devices, except thosebschmidt2011-04-191-1/+6
* Pull some features out of the firmware:bschmidt2011-04-193-3/+20
* Add some new features:bschmidt2011-04-163-3/+69
* Bring over the HAL/OPS changes, instead of two const structs it is nowbschmidt2011-04-162-166/+160
* Read RX/TX chainmasks directly of the EEPROM. Some chips are known tobschmidt2011-04-161-14/+8
* Just a whitespace sync, some more style(9) conform then others.bschmidt2011-04-163-225/+158
* Sync comments with OpenBSD.bschmidt2011-04-162-37/+38
* Sync debug and error messages with OpenBSD.bschmidt2011-04-161-84/+65
* Shuffle code around a bit. Mostly to group functional connected things,bschmidt2011-04-162-306/+301
* Rename some stuff in favour of the OpenBSD names:bschmidt2011-04-161-26/+26
* Fix WME/QoS handling:bschmidt2011-04-161-27/+43
* Remove if_ierrors which do not necessarily indicate a RX error, alsobschmidt2011-04-161-3/+2
* Instead of hardcoding TX rates and using that to fill the retry tablebschmidt2011-04-162-85/+70
* Replace RX/TX ring allocation error messages with something more sanebschmidt2011-04-161-22/+14
* Prevent double-free, also use the same error codes as OpenBSD.bschmidt2011-04-161-3/+2
* Add missing bus_dmamap_sync calls as well as remove two duplicate ones.bschmidt2011-04-161-4/+8
* Unify TX/RX ring allocation, finish the descriptior DMA stuff beforebschmidt2011-04-161-9/+10
* Make sure to destroy all DMA tags and maps.bschmidt2011-04-161-7/+19
* Rewrite DMA segment handling to be more inline with the OpenBSD code.bschmidt2011-04-161-46/+62
* scratch_paddr has the same address pre-assigned, use that instead.bschmidt2011-04-161-4/+2
* In case a new mbuf can't be loaded, reuse the old one.bschmidt2011-04-161-0/+12
* OpenBSD uses IWN_RBUF_SIZE not MJUMPAGESIZE for the RX path, also replacebschmidt2011-04-161-12/+10
* Remove the flags argument of iwn_dma_contig_alloc(), it is always setbschmidt2011-04-161-23/+21
* RSSI related syncs with the OpenBSD code:bschmidt2011-04-161-17/+11
* Pass errors that might happen during state transitions up to net80211.bschmidt2011-04-161-3/+11
* Obtain the channel number directly from the laster RXON command, alsobschmidt2011-04-161-5/+4
* fix the order of the prototypes from the previosu commitbschmidt2011-04-151-1/+1
* The 6005 series devices need additional temperature offset calibrationbschmidt2011-04-152-1/+44
* Revert some of local calibration changes in favour of the OpenBSDbschmidt2011-04-152-266/+133
* remove debug left-oversbschmidt2011-04-151-2/+2
* Split up watchdog and calibration callout. This allows us to use differentbschmidt2011-04-152-48/+64
* Split out bluetooth coexistence setup.bschmidt2011-04-151-8/+16
* Fixes for firmware handling:bschmidt2011-04-151-8/+14
OpenPOWER on IntegriCloud