summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* [ath] remove the inline version of the register access macros.adrian2016-01-032-16/+13
* ... and that would've never worked. Sorry!adrian2016-01-021-8/+3
* [ath] add explicit bus barriers.adrian2016-01-022-2/+33
* fix ht/40 configuration for ar9331 (hornet).adrian2015-11-302-6/+6
* [ath_hal] use the correct revision information for QCA953x.adrian2015-11-282-4/+2
* * Add device string for QCA955x (scorpion);adrian2015-11-282-0/+7
* wrap in ATH_DEBUG.adrian2015-11-281-2/+2
* [ath] conditionally print out the rate series information if ATH_DEBUG_XMIT i...adrian2015-11-271-3/+4
* [ath] listen to all beacons in IBSS and software beacon miss.adrian2015-11-251-3/+7
* [ath] migrate ioctl and busdma memory operations out into separate source files.adrian2015-11-249-507/+836
* Fix kernel build, broken in r290612garga2015-11-092-2/+2
* ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.adrian2015-11-0913-21/+41
* ath(4) - reflect whether this is a full or fast channel change.adrian2015-11-071-2/+2
* ath(4) - don't try to free buffers / return an error if we've committedadrian2015-11-031-1/+11
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...adrian2015-10-121-1/+0
* net80211: separate mbuf cleanup from ieee80211_fragment()adrian2015-10-123-27/+10
* Flip on fast frames support for AR5416 and AR9300 series NICs.adrian2015-10-101-7/+1
* Remove the unnecessary cast.kevlo2015-10-051-2/+1
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...adrian2015-10-031-3/+3
* net80211: drop redundant 3rd parameter from iv_key_set().adrian2015-10-032-4/+2
* Remove the references to the TX IC lock - i ended up solving thisadrian2015-09-293-26/+0
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapadrian2015-09-223-8/+7
* net80211 & wireless drivers: remove duplicate defines (noop)adrian2015-09-222-27/+11
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-2713-410/+217
* Remove most of the references of ifp->if_softc and replace withadrian2015-08-175-44/+37
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-0814-234/+415
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-0714-415/+234
* Add a hack-around to this fatal taskqueue running whilst the NICadrian2015-08-051-0/+3
* Call the WMAC DDR flush before handling an interrupt for theadrian2015-07-041-1/+9
* Wake up the hardware before doing anything in sysctl.adrian2015-07-041-48/+231
* Use device_printf() instead of if_printf(). No functional changes.glebius2015-05-295-80/+94
* Change three methods in struct ieee80211com, namely ic_updateslot,glebius2015-05-251-10/+9
* Set ic_softc in all 802.11 drivers. Not required right now, but will beglebius2015-05-251-0/+1
* Begin plumbing ieee80211_rx_stats through the receive path.adrian2015-05-253-4/+6
* Make net80211 drivers supply their device name to the net80211 layer, soglebius2015-05-251-0/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Return the correct HAL data type for HAL_DIAG_ANI_STATS.adrian2015-04-062-20/+10
* Use the HAL API for returning ar5212AniState, rather than just dumpingadrian2015-04-012-3/+24
* Start the process of migrating the ANI statistics out of the HALs and intoadrian2015-04-014-4/+48
* Move the HAL channel survey support out to be in the top-level HAL,adrian2015-03-298-30/+58
* Add a new field to HAL_ANISTATS - the extension channel busy count.adrian2015-03-291-0/+1
* Fix more ticks wrapping bugs exposed by the ticks wrapping bug check.adrian2015-03-291-3/+3
* Fix a long-standing bug with the early MAC address initialisation path,adrian2015-03-291-1/+5
* Update if_ath(4) to check for "hint.ath.X.macaddr" for an override MAC address.adrian2015-03-281-2/+58
* Lay some groundwork for having this stuff hang off of AHB rather thanadrian2015-03-021-3/+16
* Move the lock destruction/creation to earlier in the process - ifadrian2015-02-141-15/+20
* Cast everything to something longer than 32 bits so the sample maskadrian2015-01-281-1/+1
* Print out the final_rix if there's a problem.adrian2015-01-281-2/+2
* Add a new HAL capability - required to compile the updated AR9300adrian2015-01-281-1/+2
* Oops; correctly reload the CCA registers with the uncapped valueadrian2015-01-171-1/+2
OpenPOWER on IntegriCloud