summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwn
Commit message (Expand)AuthorAgeFilesLines
* Migrate ifp->if_softc -> ic->ic_softc.adrian2015-08-171-8/+5
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-082-147/+224
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-072-224/+147
* Attempt to make 5GHz HT/40 work on the 6xxx series NICs.adrian2015-07-072-20/+46
* First cut at attempting to buffer frames until we see a beacon.adrian2015-06-192-0/+151
* Disable bgscan for now - it interferes with 11n activity and generaladrian2015-06-041-0/+2
* Change three methods in struct ieee80211com, namely ic_updateslot,glebius2015-05-251-2/+2
* Use ic_printf() instead of if_printf().glebius2015-05-251-3/+2
* Store softc in ic_softc and access it without using struct ifnet.glebius2015-05-251-11/+12
* Make net80211 drivers supply their device name to the net80211 layer, soglebius2015-05-251-0/+1
* Various iwn(4) fixes.adrian2015-05-161-22/+22
* iwn, wlan: fix typoseadler2015-04-101-1/+1
* Remove a private copy of ieee80211_add_ssid().adrian2014-12-191-13/+0
* Mechanically convert to if_inc_counter().glebius2014-09-191-10/+10
* Implement htprotmode handling.adrian2014-09-081-3/+6
* (more) correctly account TX completion status for A-MPDU session frames.adrian2014-09-081-26/+53
* Bring over some more status codes from the Linux iwlwifi driver.adrian2014-09-081-12/+91
* Inform the rate control code if a single frame AMPDU transmission succeedsadrian2014-08-281-8/+31
* Fix antenna configuration, microcode version checks and rate selectionadrian2014-08-283-84/+152
* Do the iwn(4) panic reinitialisation under IWN_LOCK().adrian2014-08-031-3/+9
* Shadow RAM support is apparently not at all working on the Intel 5300 Wifi.adrian2014-06-141-1/+1
* - Don't check the dma map address for a static DMA mapping against NULLjhb2014-06-131-10/+6
* Remove debugging printf that crept in in r266770.gavin2014-05-271-1/+1
* Add support for the Intel Centrino Wireless-N 105 chipset.gavin2014-05-272-1/+41
* Make iwn(4) able to get itself back into working condition aftertrasz2014-05-222-2/+52
* Erm, revert r266544; wrong tree.trasz2014-05-221-54/+2
* Make iwn(4) able to get itself back into working condition aftertrasz2014-05-221-2/+54
* Fix the required calibration flags for the Centrino 1000 NIC.adrian2014-05-101-4/+6
* Add a missing comma between error message definitions.brueffer2014-04-131-1/+1
* Handle the newer-style bluetooth message format from the (at least)adrian2014-03-041-14/+84
* Add the bluetooth information structs to the firmware RX statistics message.adrian2014-03-011-6/+52
* Track and expose the latest statistics from the firmware.adrian2014-02-243-0/+68
* Reserve a bit for statistics debugging. I'll hopefully use it soon.adrian2014-02-241-0/+1
* Fix a typo.adrian2014-02-231-1/+1
* Fix indentation.adrian2014-02-231-2/+2
* 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
OpenPOWER on IntegriCloud