summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/athn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-101-2/+2
* Repair athn(4) in client mode against WPA2 access points.stsp2020-07-061-8/+17
* Add the 'nomimo' nwflag which disables MIMO in 11n mode.stsp2020-04-291-38/+51
* Configure Tx interrupt mitigation thresholds on athn(4) devices.stsp2020-04-281-1/+7
* Offload CCMP (WPA2) encryption and decryption to athn(4) hardware.stsp2020-04-271-64/+57
* For AR9271, use correct clock control register and add a macro to access it.kevlo2019-05-171-2/+2
* Fix athn(4) 9280 1T2R devices; broken since my noisefloor calib commitstsp2019-05-141-2/+2
* Make athn(4) configure timing of control frames explicitly.stsp2019-03-011-2/+85
* Complete athn(4) noisefloor calibration code and enable it.stsp2019-02-011-4/+109
* Enable IQ/ADC calibration in the athn(4) driver.stsp2019-01-311-4/+15
* net80211: stub SIOCS80211SCAN, make ifconfig scan instant.pirofti2018-04-261-3/+1
* Replace slot time durations with macros.kevlo2017-07-031-2/+3
* Fix a uvm fault in athn_clock_rate():stsp2017-05-181-2/+3
* Add missing malloc(9) return value check in athn_node_alloc().stsp2017-01-171-2/+2
* Rename ieee80211_mira_node_destroy() to ieee80211_mira_cancel_timeouts().stsp2017-01-121-4/+4
* Finish initial 11n support for athn(4).stsp2017-01-121-16/+116
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modestsp2016-01-051-7/+2
* ieee80211com's ic_sup_mcs array is smaller than it used to be because part ofstsp2015-12-031-6/+4
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-5/+6
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* replace the ifqueues in net80211 with mbuf_queues.dlg2015-11-041-3/+3
* arp_ifinit() is no longer needed.mpi2015-10-251-5/+1
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-3/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* Stop abusing the rcvif pointer to pass wireless nodes down to thempi2014-03-191-3/+3
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-2/+2
* Instead of comparing the lower and higher addresses of all the multicastmpi2013-11-261-6/+4
* Add missing parenthesis to make tick calculation work as intended. Shouldkrw2013-11-151-2/+2
* replace things like "start + interval > ticks" withdlg2013-11-111-2/+2
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Fix the sotfware.jsing2013-01-141-2/+2
* Init values for the AR9485 were for version 1.0 of this chip, which accordingstsp2012-10-201-4/+18
* Add support for power saving in Host AP mode.kettenis2012-08-251-2/+11
* Allow a variable number of words for the Serializer/Deserializer programming.kettenis2012-06-101-7/+28
* fix LEDs handling.damien2011-01-081-10/+18
* the USB frontend has its own switch_chan() function, so no need todamien2011-01-081-4/+1
* "athn* at uhub? port ?"damien2011-01-061-11/+40
* when stopping Rx, set the AR_DIAG_RX_ABORT bit too.damien2010-12-311-3/+3
* move reading of the hardware revision earlier.damien2010-12-311-6/+4
* commit some bits that will be required by AR9271/AR7010damien2010-12-311-28/+59
* move the printing of the MAC address to the same line than the MAC rev.damien2010-12-311-9/+12
* Make the athn(4) back-end more bus agnostic by moving read and writedamien2010-12-311-3/+48
* remove the unused if_init callback in struct ifnetjsg2010-08-271-2/+1
* - in STA mode, when associated, stop receiving beacons from other BSS.damien2010-08-181-6/+13
* Enable periodic (every 4 minutes) power amplifier calibrationdamien2010-08-121-4/+13
* For chips in open-loop power control mode, periodically (every 30 secs)damien2010-08-121-3/+12