aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwn
Commit message (Expand)AuthorAgeFilesLines
* Remove a private copy of ieee80211_add_ssid().Adrian Chadd2014-12-191-13/+0
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-10/+10
* Implement htprotmode handling.Adrian Chadd2014-09-081-3/+6
* (more) correctly account TX completion status for A-MPDU session frames.Adrian Chadd2014-09-081-26/+53
* Bring over some more status codes from the Linux iwlwifi driver.Adrian Chadd2014-09-081-12/+91
* Inform the rate control code if a single frame AMPDU transmission succeedsAdrian Chadd2014-08-281-8/+31
* Fix antenna configuration, microcode version checks and rate selectionAdrian Chadd2014-08-283-84/+152
* Do the iwn(4) panic reinitialisation under IWN_LOCK().Adrian Chadd2014-08-031-3/+9
* Shadow RAM support is apparently not at all working on the Intel 5300 Wifi.Adrian Chadd2014-06-141-1/+1
* - Don't check the dma map address for a static DMA mapping against NULLJohn Baldwin2014-06-131-10/+6
* Remove debugging printf that crept in in r266770.Gavin Atkinson2014-05-271-1/+1
* Add support for the Intel Centrino Wireless-N 105 chipset.Gavin Atkinson2014-05-272-1/+41
* Make iwn(4) able to get itself back into working condition afterEdward Tomasz Napierala2014-05-222-2/+52
* Erm, revert r266544; wrong tree.Edward Tomasz Napierala2014-05-221-54/+2
* Make iwn(4) able to get itself back into working condition afterEdward Tomasz Napierala2014-05-221-2/+54
* Fix the required calibration flags for the Centrino 1000 NIC.Adrian Chadd2014-05-101-4/+6
* Add a missing comma between error message definitions.Christian Brueffer2014-04-131-1/+1
* Handle the newer-style bluetooth message format from the (at least)Adrian Chadd2014-03-041-14/+84
* Add the bluetooth information structs to the firmware RX statistics message.Adrian Chadd2014-03-011-6/+52
* Track and expose the latest statistics from the firmware.Adrian Chadd2014-02-243-0/+68
* Reserve a bit for statistics debugging. I'll hopefully use it soon.Adrian Chadd2014-02-241-0/+1
* Fix a typo.Adrian Chadd2014-02-231-1/+1
* Fix indentation.Adrian Chadd2014-02-231-2/+2
* Add support for the Intel Centrino Wireless-N 135 chipset.Gavin Atkinson2014-01-082-0/+36
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-1/+1
* Move the retune notification print to a debug print.Adrian Chadd2014-01-051-1/+1
* - Probe with BUS_PROBE_DEFAULT instead of 0.Marius Strobl2013-12-301-12/+1
* - There's no need to keep track of resource IDs.Marius Strobl2013-12-292-17/+17
* Fix the Intel 6150 support.Adrian Chadd2013-12-281-2/+1
* Add some initial support for the Intel 6235.Adrian Chadd2013-12-093-16/+57
* Refactor out the scan id and scan vap as part of the scan work.Adrian Chadd2013-12-071-17/+22
* Add a channel parameter to iwn_scan().Adrian Chadd2013-12-071-4/+4
* Refactor out the scan channel to be assigned early on in iwn_scan()Adrian Chadd2013-12-071-3/+5
* Begin fleshing out some code to handle tracking PLCP error ratesAdrian Chadd2013-12-072-14/+118
* Add some PLCP thresholds from Linux iwlwifi driver in preparation forAdrian Chadd2013-12-071-0/+21
* * Sort the copyright lines by dateAdrian Chadd2013-12-021-6/+5
* Overhaul the iwn(4) scan infrastructure to be slightly more "correct"Adrian Chadd2013-12-023-30/+253
* Log the rx ring offset as part of the debug message.Adrian Chadd2013-12-021-2/+2
* Oops - fix bad indent. Sorry!Adrian Chadd2013-12-021-1/+1
* Add some sanity checks to the TLV fetch.Adrian Chadd2013-12-021-2/+10
* Add some code to double-check whether we're correctly populating theAdrian Chadd2013-12-021-1/+20
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-8/+8
* Disable this debugging - it's far too verbose when doing TX rate debugging.Adrian Chadd2013-11-291-0/+2
* Use the correct endian-ness accessor for this TLV field.Adrian Chadd2013-11-291-1/+1
* Add definitions for the microcode TLV flags entry (type 18.)Adrian Chadd2013-11-261-0/+54
* Add a new debug section.Adrian Chadd2013-11-261-0/+1
* Centrino Wireless-N 2200 does not have bluetooth support.Eitan Adler2013-11-161-1/+1
* Fix (I think!) the scan timeouts on the intel NICs.Adrian Chadd2013-11-141-0/+5
* This is "scan_flags" from Linux.Adrian Chadd2013-11-141-1/+1
* Leave a note that the 5300 is a 3x3 NIC.Adrian Chadd2013-11-131-0/+4