summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwn
Commit message (Expand)AuthorAgeFilesLines
* MFC r314287:avos2017-03-031-0/+1
* MFC r309822, r310375gonzo2017-01-041-4/+17
* iwn: add watchdog for scanning.avos2016-05-262-1/+17
* iwn: fix comments for iwn_read_eeprom_channels().avos2016-05-061-2/+2
* iwn: fix device reset after watchdog timeout.avos2016-05-042-18/+1
* sys/dev: minor spelling fixes.pfg2016-05-031-1/+1
* iwn: do not buffer frames for non-passive channels (it's not needed).avos2016-05-021-2/+4
* iwn: switch to ieee80211_add_channel*()avos2016-05-011-69/+37
* sys: Make use of our rounddown() macro when sys/param.h is available.pfg2016-04-301-1/+1
* [iwn] Don't try to seamlessly recover from a firmware panic; just restartadrian2016-04-031-1/+14
* wpi, iwn: fix check in find_eeprom_channel()avos2016-04-031-1/+2
* Remove bogus cast.kevlo2016-02-191-1/+1
* wpi, iwn: implement ic_getradiocaps methodavos2016-01-121-14/+52
* iwn: reduce code duplication in iwn_read_firmware()avos2016-01-041-11/+17
* iwn(4): various simple fixesavos2015-11-051-7/+7
* Remove BUS_DMA_NOWAIT from bus_dma_tag_create() invocations as it'skevlo2015-10-211-5/+3
* Switch PCI register reads from using magic numbers to using the nameskevlo2015-10-211-4/+4
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...adrian2015-10-121-8/+1
* net80211: free node reference in the ieee80211_parent_xmitpkt() when error ha...adrian2015-10-121-3/+1
* Fix locking after my EDCA update change.adrian2015-09-291-1/+3
* Fix up error path handling after the recent churn.adrian2015-09-241-10/+8
* net80211 & wireless drivers: remove duplicate defines (noop)adrian2015-09-221-7/+3
* Remove the software queue, which is a remnant of ifnet ifqueue.glebius2015-09-022-57/+17
* Remove now unneeded includes.glebius2015-08-311-7/+0
* Migrate the stats API for iwn(4) into a cdev ioctl, rather than tyingadrian2015-08-303-11/+74
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-272-216/+142
* 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
OpenPOWER on IntegriCloud