summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwn
Commit message (Expand)AuthorAgeFilesLines
* strip (R) to match manpage and pci_vendorsbschmidt2012-03-271-29/+29
* Add support for 6150 series devices.bschmidt2012-03-271-0/+2
* Use suspend/resume methods provided by net80211. This ensures that thebschmidt2012-03-231-16/+4
* On state changes from RUN to anything else the AGGR sessions arebschmidt2012-01-271-5/+7
* Don't rely on MCS7 being at index 7 while determining the amountbschmidt2012-01-031-1/+1
* Fix some net80211 enum nits:bschmidt2011-12-171-5/+5
* The DC calibration result obtained during initialization can't bebschmidt2011-11-212-1/+29
* Let net80211 also know about stopped BA sessions. This fixes some issuesbschmidt2011-10-241-0/+1
* Fix bmiss notifications, events should be sent when NOT scanning.bschmidt2011-10-131-1/+1
* Recognize the Intel(R) Centrino(R) Wireless-N 130.marius2011-10-091-0/+1
* Manually set the channel when using monitor mode - the firmwareadrian2011-09-201-0/+12
* Make sure to drop the IEEE80211_RATE_BASIC flag even for MCS rates.bschmidt2011-06-101-7/+9
* Enable HT40 (40MHz channel width) support.bschmidt2011-06-041-1/+1
* Only consider QoS frames for TX packet aggregation.bschmidt2011-06-041-1/+2
* The firmware of 4965 series adapters seems to die while trying to sendbschmidt2011-06-041-6/+10
* Add module version to iwi/ipw/wpi and iwn.bschmidt2011-05-311-0/+2
* Only update the scheduler's byte count table for aggregation queues.bschmidt2011-05-151-6/+4
* Enable 11n (sans HT40) support.bschmidt2011-05-081-35/+20
* 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
OpenPOWER on IntegriCloud