summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwn
Commit message (Expand)AuthorAgeFilesLines
* MFC r281383:eadler2015-04-131-1/+1
* MFC: r260086marius2014-04-251-11/+1
* MFC: r260053marius2014-04-252-17/+17
* MFC: r264416brueffer2014-04-221-1/+1
* MFC r260444:kevlo2014-02-171-1/+1
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-8/+8
* Migrate iwn(4) to use the new ieee80211_tx_complete() API.adrian2013-08-291-35/+23
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-2/+2
* Use the correct structure size when flipping the BT coex state machine.adrian2013-08-111-1/+1
* Prepare for the PAN (personal area network) support for iwn(4).adrian2013-08-112-60/+164
* Cap the number of streams supported to two for now.adrian2013-08-081-0/+14
* Fixing a typo.hiren2013-08-041-1/+1
* Add in some definitions required for later iwn(4) device support.adrian2013-08-021-5/+259
* Break out the iwn(4) device IDs into if_iwn_devid.h, as well as addadrian2013-08-023-48/+331
* Now that conf/options knows about if_iwn.h, add it to if_iwn.c.adrian2013-08-011-0/+1
* iwn(4) debugging improvements.adrian2013-08-012-11/+113
* Implement some function tracing.adrian2013-07-271-9/+293
* Support setting up the iwn debug flags during probe/attach byadrian2013-07-241-3/+12
* Add new IDs for The Intel 2230 wireless NIC.adrian2013-07-241-0/+2
* Implement basic 802.11n awareness in the PHY and AMRR rate control code.adrian2013-07-042-40/+110
* Enable the station-side power management flag.adrian2013-07-041-4/+4
* Fixing incorrect id for Intel Centrino Wireless-N 130.hiren2013-06-301-1/+1
* 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
OpenPOWER on IntegriCloud