summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwn
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-5/+5
* Include opt_wlan.h so the net80211 RX debug API compiles correctly.adrian2012-11-301-0/+2
* fix a panic resulting from a stray '&'bschmidt2012-11-271-1/+1
* We need to defer passing the DELBA request to the firmware until the aggrbschmidt2012-06-271-9/+48
* Fix a TX aggregation issue, if after the last compressed BA notificationbschmidt2012-06-271-7/+34
* Remove nitems() now that it lives in <sys/param.h> since r236486.marius2012-06-021-2/+0
* remove unused vap variablebschmidt2012-05-201-2/+0
* Discard frames after a DELBA which where queued during an active BAbschmidt2012-05-201-0/+5
* Add some more 100/130 series device IDs.bschmidt2012-05-201-0/+3
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.adrian2012-04-151-5/+5
* Use the M_AMPDU_MPDU flag to determine when to manually set the seqno andbschmidt2012-04-151-6/+3
* 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
OpenPOWER on IntegriCloud