aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-102-2/+1
* [ath] Only process beacon frames for the IBSS/BSSID if appropriate.Adrian Chadd2016-04-091-62/+79
* [net80211] migrate the time_* macros to ieee80211_* namespace.Adrian Chadd2016-03-301-1/+1
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-1/+1
* Fix up the ath(4) device names for QCA chipsets.Adrian Chadd2016-02-292-31/+28
* [ath] remove the inline version of the register access macros.Adrian Chadd2016-01-032-16/+13
* ... and that would've never worked. Sorry!Adrian Chadd2016-01-021-8/+3
* [ath] add explicit bus barriers.Adrian Chadd2016-01-022-2/+33
* fix ht/40 configuration for ar9331 (hornet).Adrian Chadd2015-11-302-6/+6
* [ath_hal] use the correct revision information for QCA953x.Adrian Chadd2015-11-282-4/+2
* * Add device string for QCA955x (scorpion);Adrian Chadd2015-11-282-0/+7
* wrap in ATH_DEBUG.Adrian Chadd2015-11-281-2/+2
* [ath] conditionally print out the rate series information if ATH_DEBUG_XMIT i...Adrian Chadd2015-11-271-3/+4
* [ath] listen to all beacons in IBSS and software beacon miss.Adrian Chadd2015-11-251-3/+7
* [ath] migrate ioctl and busdma memory operations out into separate source files.Adrian Chadd2015-11-249-507/+836
* Fix kernel build, broken in r290612Renato Botelho2015-11-092-2/+2
* ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.Adrian Chadd2015-11-0913-21/+41
* ath(4) - reflect whether this is a full or fast channel change.Adrian Chadd2015-11-071-2/+2
* ath(4) - don't try to free buffers / return an error if we've committedAdrian Chadd2015-11-031-1/+11
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-121-1/+0
* net80211: separate mbuf cleanup from ieee80211_fragment()Adrian Chadd2015-10-123-27/+10
* Flip on fast frames support for AR5416 and AR9300 series NICs.Adrian Chadd2015-10-101-7/+1
* Remove the unnecessary cast.Kevin Lo2015-10-051-2/+1
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...Adrian Chadd2015-10-031-3/+3
* net80211: drop redundant 3rd parameter from iv_key_set().Adrian Chadd2015-10-032-4/+2
* Remove the references to the TX IC lock - i ended up solving thisAdrian Chadd2015-09-293-26/+0
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-223-8/+7
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-222-27/+11
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-2713-409/+216
* Remove most of the references of ifp->if_softc and replace withAdrian Chadd2015-08-175-44/+37
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-0814-233/+414
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-0714-414/+233
* Add a hack-around to this fatal taskqueue running whilst the NICAdrian Chadd2015-08-051-0/+3
* Call the WMAC DDR flush before handling an interrupt for theAdrian Chadd2015-07-041-1/+9
* Wake up the hardware before doing anything in sysctl.Adrian Chadd2015-07-041-48/+231
* Use device_printf() instead of if_printf(). No functional changes.Gleb Smirnoff2015-05-295-80/+94
* 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
* Begin plumbing ieee80211_rx_stats through the receive path.Adrian Chadd2015-05-253-4/+6
* 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
* Return the correct HAL data type for HAL_DIAG_ANI_STATS.Adrian Chadd2015-04-062-20/+10
* Use the HAL API for returning ar5212AniState, rather than just dumpingAdrian Chadd2015-04-012-3/+24
* Start the process of migrating the ANI statistics out of the HALs and intoAdrian Chadd2015-04-014-4/+48
* Move the HAL channel survey support out to be in the top-level HAL,Adrian Chadd2015-03-298-30/+58
* Add a new field to HAL_ANISTATS - the extension channel busy count.Adrian Chadd2015-03-291-0/+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
* Lay some groundwork for having this stuff hang off of AHB rather thanAdrian Chadd2015-03-021-3/+16