aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwn
Commit message (Expand)AuthorAgeFilesLines
* Migrate ifp->if_softc -> ic->ic_softc.Adrian Chadd2015-08-171-8/+5
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-082-147/+224
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-072-224/+147
* Attempt to make 5GHz HT/40 work on the 6xxx series NICs.Adrian Chadd2015-07-072-20/+46
* First cut at attempting to buffer frames until we see a beacon.Adrian Chadd2015-06-192-0/+151
* Disable bgscan for now - it interferes with 11n activity and generalAdrian Chadd2015-06-041-0/+2
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-2/+2
* Use ic_printf() instead of if_printf().Gleb Smirnoff2015-05-251-3/+2
* Store softc in ic_softc and access it without using struct ifnet.Gleb Smirnoff2015-05-251-11/+12
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-251-0/+1
* Various iwn(4) fixes.Adrian Chadd2015-05-161-22/+22
* iwn, wlan: fix typosEitan Adler2015-04-101-1/+1
* 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