aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwn
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly initialise the 2-chain antenna mask in the link quality table.Adrian Chadd2013-11-131-1/+39
* Commit over some work to prepare the iwn(4) driver for further chipsetAdrian Chadd2013-11-123-147/+1048
* Fix up the link quality lookup and re-enable multi-rate retry.Adrian Chadd2013-11-121-17/+62
* Grr. For some odd reason, setting this to a single antenna on my 5100Adrian Chadd2013-11-121-1/+1
* Use the negotiated HT rate set when generating the link quality table.Adrian Chadd2013-11-121-4/+7
* Comment what 'mimo' does in the link quality table.Adrian Chadd2013-11-121-1/+11
* Don't default to antennas A+B; some NICs use Antennas B+C to transmit.Adrian Chadd2013-11-121-1/+1
* If A-MPDU transmission fails entirely, then no BA is received from theAdrian Chadd2013-11-111-3/+15
* Replace the hard-coded RX queue value check with IWN_UNSOLICITED_RX_NOTIF.Adrian Chadd2013-11-111-1/+1
* Fix off-by-one. Sorry!Adrian Chadd2013-11-111-1/+1
* Use IWN_NBANDS rather than a hard-coded limit.Adrian Chadd2013-11-111-2/+2
* Send EAPOL frames at the management rate, not the data rate.Adrian Chadd2013-11-111-0/+2
* Add some new driver definitions as part of the chip support updates:Adrian Chadd2013-11-091-0/+17
* Add Bluetooth/PAN (personal area networking) commands.Adrian Chadd2013-11-041-0/+19
* Add device ids for the Centrino 2x00 devices.Adrian Chadd2013-11-041-0/+14
* Remove trailing whitespace.Adrian Chadd2013-11-041-2/+2
* Don't base the rate table selection based on the channel mode;Adrian Chadd2013-10-311-2/+13
* Fix the PLCP lookup code in iwn(4) to base the 11n decision on whetherAdrian Chadd2013-10-291-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* add 0x8b, lifted from Linux iwlegacy/commands.hAdrian Chadd2013-10-261-0/+1
* Begin fleshing out a knob to enable/disable bluetooth coexistence.Adrian Chadd2013-10-252-2/+38
* Temporarily disable multi-rate retry (link quality) and eliminate rateAdrian Chadd2013-10-251-25/+70
* Break out the debug code into a new include file in preparation forAdrian Chadd2013-10-242-74/+103
* Add #ifdef wrapper around definitions so they aren't included multipleAdrian Chadd2013-10-241-0/+4
* Migrate iwn(4) to use the new ieee80211_tx_complete() API.Adrian Chadd2013-08-291-35/+23
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-2/+2
* Use the correct structure size when flipping the BT coex state machine.Adrian Chadd2013-08-111-1/+1
* Prepare for the PAN (personal area network) support for iwn(4).Adrian Chadd2013-08-112-60/+164
* Cap the number of streams supported to two for now.Adrian Chadd2013-08-081-0/+14
* Fixing a typo.Hiren Panchasara2013-08-041-1/+1
* Add in some definitions required for later iwn(4) device support.Adrian Chadd2013-08-021-5/+259
* Break out the iwn(4) device IDs into if_iwn_devid.h, as well as addAdrian Chadd2013-08-023-48/+331
* Now that conf/options knows about if_iwn.h, add it to if_iwn.c.Adrian Chadd2013-08-011-0/+1
* iwn(4) debugging improvements.Adrian Chadd2013-08-012-11/+113
* Implement some function tracing.Adrian Chadd2013-07-271-9/+293
* Support setting up the iwn debug flags during probe/attach byAdrian Chadd2013-07-241-3/+12
* Add new IDs for The Intel 2230 wireless NIC.Adrian Chadd2013-07-241-0/+2
* Implement basic 802.11n awareness in the PHY and AMRR rate control code.Adrian Chadd2013-07-042-40/+110
* Enable the station-side power management flag.Adrian Chadd2013-07-041-4/+4
* Fixing incorrect id for Intel Centrino Wireless-N 130.Hiren Panchasara2013-06-301-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-5/+5
* Include opt_wlan.h so the net80211 RX debug API compiles correctly.Adrian Chadd2012-11-301-0/+2
* fix a panic resulting from a stray '&'Bernhard Schmidt2012-11-271-1/+1
* We need to defer passing the DELBA request to the firmware until the aggrBernhard Schmidt2012-06-271-9/+48
* Fix a TX aggregation issue, if after the last compressed BA notificationBernhard Schmidt2012-06-271-7/+34
* Remove nitems() now that it lives in <sys/param.h> since r236486.Marius Strobl2012-06-021-2/+0
* remove unused vap variableBernhard Schmidt2012-05-201-2/+0
* Discard frames after a DELBA which where queued during an active BABernhard Schmidt2012-05-201-0/+5
* Add some more 100/130 series device IDs.Bernhard Schmidt2012-05-201-0/+3
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.Adrian Chadd2012-04-151-5/+5