aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_keycache.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* net80211 + drivers: convert to ieee80211_crypto_get_key_wepidx().Andriy Voskoboinyk2016-12-071-1/+2
* net80211: drop redundant 3rd parameter from iv_key_set().Adrian Chadd2015-10-031-2/+1
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-221-12/+4
* Remove most of the references of ifp->if_softc and replace withAdrian Chadd2015-08-171-3/+3
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-3/+3
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-3/+3
* Bring over some initial power save management support, reset pathAdrian Chadd2014-04-301-2/+14
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Don't allocate or program a key for the AR5210.Adrian Chadd2012-11-191-0/+17
* Add a 'vap' to ath_keyset().Adrian Chadd2011-11-081-3/+20
* Break the keycache management functions out into if_ath_keycache.c .Adrian Chadd2011-03-021-0/+497