summaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath.c
Commit message (Expand)AuthorAgeFilesLines
* WiFi: fix ieee80211_media_change() callersBjoern A. Zeeb2020-09-071-11/+2
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+1
* [ath] [ath_hal] Propagate the HAL_RESET_TYPE through to the chip reset; set i...Adrian Chadd2020-05-251-8/+13
* [ath] Hopefully recover better-er upon RX restart on AR9380.Adrian Chadd2020-05-211-0/+1
* [ath] [ath_rate] Extend ath_rate_sample to better handle 11n rates and aggreg...Adrian Chadd2020-05-151-3/+7
* [ath] [ath_rate] Add some extra data into the rate control lookup.Adrian Chadd2020-05-131-0/+8
* [ath] Attempt to fix epoch handling.Adrian Chadd2020-02-201-1/+1
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-1/+1
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-24/+21
* [ath] [ath_rate] Fix ANI calibration during non-ACTIVE states; start poking a...Adrian Chadd2019-05-051-0/+57
* ath(4): Fix typo in debugging codeConrad Meyer2018-07-051-1/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* [ath] Use the BSSID address logic for STA VAPs too.Adrian Chadd2018-02-071-1/+2
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [ath] Begin using the replacement EDCA functions.Adrian Chadd2017-10-121-1/+5
* [ath] [ath_hal] (etc, etc) - begin the task of re-modularising the HAL.Adrian Chadd2017-05-251-3/+6
* [ath] initial station side quiet IE support.Adrian Chadd2017-02-091-1/+182
* [ath] fix "doing stuff before wakeup" warning; add comments for ACK/CTS handl...Adrian Chadd2017-01-271-0/+103
* [ath] modify cabq and per-node packet usage limits.Adrian Chadd2017-01-231-8/+11
* ath: adapt LDPC support checksAndriy Voskoboinyk2017-01-211-1/+2
* [ath] ensure both iv_ampdu_limit and iv_ampdu_rxmax is set.Adrian Chadd2017-01-211-0/+1
* [ath] force wake the hardware if we see a missed beacon.Adrian Chadd2016-11-281-19/+55
* [ath_hal] retire a "long RX desc" flag, store/use the TX/RX timestamp length.Adrian Chadd2016-07-081-1/+14
* [ath] commit initial bluetooth coexistence support for the MCI NICs.Adrian Chadd2016-06-021-0/+14
* dev/ath: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-8/+8
* [ath] add LDPC capability support and LDPC RX support.Adrian Chadd2016-04-261-0/+13
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemAndriy Voskoboinyk2016-04-201-2/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+0
* Fix up the ath(4) device names for QCA chipsets.Adrian Chadd2016-02-291-1/+1
* [ath] migrate ioctl and busdma memory operations out into separate source files.Adrian Chadd2015-11-241-495/+2
* ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.Adrian Chadd2015-11-091-4/+6
* ath(4) - don't try to free buffers / return an error if we've committedAdrian Chadd2015-11-031-1/+11
* net80211: separate mbuf cleanup from ieee80211_fragment()Adrian Chadd2015-10-121-2/+2
* Remove the unnecessary cast.Kevin Lo2015-10-051-2/+1
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-221-15/+7
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-317/+172
* Remove most of the references of ifp->if_softc and replace withAdrian Chadd2015-08-171-33/+26
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-182/+316
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-316/+182
* Add a hack-around to this fatal taskqueue running whilst the NICAdrian Chadd2015-08-051-0/+3
* Use device_printf() instead of if_printf(). No functional changes.Gleb Smirnoff2015-05-291-70/+81
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-10/+9
* Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff2015-05-251-0/+1
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-251-0/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Fix more ticks wrapping bugs exposed by the ticks wrapping bug check.Adrian Chadd2015-03-291-3/+3
* Fix a long-standing bug with the early MAC address initialisation path,Adrian Chadd2015-03-291-1/+5
* Update if_ath(4) to check for "hint.ath.X.macaddr" for an override MAC address.Adrian Chadd2015-03-281-2/+58
* Check the right value correctly.Adrian Chadd2015-01-161-1/+1