summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwn
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Intel Centrino Wireless-N 135 chipset.gavin2014-01-082-0/+36
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.kevlo2014-01-081-1/+1
* Move the retune notification print to a debug print.adrian2014-01-051-1/+1
* - Probe with BUS_PROBE_DEFAULT instead of 0.marius2013-12-301-12/+1
* - There's no need to keep track of resource IDs.marius2013-12-292-17/+17
* Fix the Intel 6150 support.adrian2013-12-281-2/+1
* Add some initial support for the Intel 6235.adrian2013-12-093-16/+57
* Refactor out the scan id and scan vap as part of the scan work.adrian2013-12-071-17/+22
* Add a channel parameter to iwn_scan().adrian2013-12-071-4/+4
* Refactor out the scan channel to be assigned early on in iwn_scan()adrian2013-12-071-3/+5
* Begin fleshing out some code to handle tracking PLCP error ratesadrian2013-12-072-14/+118
* Add some PLCP thresholds from Linux iwlwifi driver in preparation foradrian2013-12-071-0/+21
* * Sort the copyright lines by dateadrian2013-12-021-6/+5
* Overhaul the iwn(4) scan infrastructure to be slightly more "correct"adrian2013-12-023-30/+253
* Log the rx ring offset as part of the debug message.adrian2013-12-021-2/+2
* Oops - fix bad indent. Sorry!adrian2013-12-021-1/+1
* Add some sanity checks to the TLV fetch.adrian2013-12-021-2/+10
* Add some code to double-check whether we're correctly populating theadrian2013-12-021-1/+20
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-8/+8
* Disable this debugging - it's far too verbose when doing TX rate debugging.adrian2013-11-291-0/+2
* Use the correct endian-ness accessor for this TLV field.adrian2013-11-291-1/+1
* Add definitions for the microcode TLV flags entry (type 18.)adrian2013-11-261-0/+54
* Add a new debug section.adrian2013-11-261-0/+1
* Centrino Wireless-N 2200 does not have bluetooth support.eadler2013-11-161-1/+1
* Fix (I think!) the scan timeouts on the intel NICs.adrian2013-11-141-0/+5
* This is "scan_flags" from Linux.adrian2013-11-141-1/+1
* Leave a note that the 5300 is a 3x3 NIC.adrian2013-11-131-0/+4
* Correctly initialise the 2-chain antenna mask in the link quality table.adrian2013-11-131-1/+39
* Commit over some work to prepare the iwn(4) driver for further chipsetadrian2013-11-123-147/+1048
* Fix up the link quality lookup and re-enable multi-rate retry.adrian2013-11-121-17/+62
* Grr. For some odd reason, setting this to a single antenna on my 5100adrian2013-11-121-1/+1
* Use the negotiated HT rate set when generating the link quality table.adrian2013-11-121-4/+7
* Comment what 'mimo' does in the link quality table.adrian2013-11-121-1/+11
* Don't default to antennas A+B; some NICs use Antennas B+C to transmit.adrian2013-11-121-1/+1
* If A-MPDU transmission fails entirely, then no BA is received from theadrian2013-11-111-3/+15
* Replace the hard-coded RX queue value check with IWN_UNSOLICITED_RX_NOTIF.adrian2013-11-111-1/+1
* Fix off-by-one. Sorry!adrian2013-11-111-1/+1
* Use IWN_NBANDS rather than a hard-coded limit.adrian2013-11-111-2/+2
* Send EAPOL frames at the management rate, not the data rate.adrian2013-11-111-0/+2
* Add some new driver definitions as part of the chip support updates:adrian2013-11-091-0/+17
* Add Bluetooth/PAN (personal area networking) commands.adrian2013-11-041-0/+19
* Add device ids for the Centrino 2x00 devices.adrian2013-11-041-0/+14
* Remove trailing whitespace.adrian2013-11-041-2/+2
* Don't base the rate table selection based on the channel mode;adrian2013-10-311-2/+13
* Fix the PLCP lookup code in iwn(4) to base the 11n decision on whetheradrian2013-10-291-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* add 0x8b, lifted from Linux iwlegacy/commands.hadrian2013-10-261-0/+1
* Begin fleshing out a knob to enable/disable bluetooth coexistence.adrian2013-10-252-2/+38
* Temporarily disable multi-rate retry (link quality) and eliminate rateadrian2013-10-251-25/+70
* Break out the debug code into a new include file in preparation foradrian2013-10-242-74/+103
OpenPOWER on IntegriCloud