summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* 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
* Until there's a full MCI implementation - just implement a placeholderadrian2015-01-171-0/+68
* Add bluetooth MCI coexistence HAL methods - used for AR9462 and AR9565 NICs.adrian2015-01-161-0/+12
* Check the right value correctly.adrian2015-01-161-1/+1
* Bump the valid GPIO range for rfkill up from 8 to 16.adrian2014-12-231-1/+9
* Fix the following -Werror warning from clang 3.5.0, while building thedim2014-11-231-1/+7
* Convert the callouts back to using mutexes.adrian2014-11-151-10/+4
* Migrate the callouts from using mutex locks to being mpsafe withadrian2014-11-141-9/+23
* Add a missing file from the last commit.adrian2014-09-301-0/+669
* Add initial support for the AR9485 CUS198 / CUS230 variants.adrian2014-09-3017-11/+232
* Fix up the EDMA RX setup path to correctly initialise and reset the RX FIFO.adrian2014-09-203-83/+133
OpenPOWER on IntegriCloud