aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/mac80211-ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-2/+0
2017-01-12ath5k: drop bogus warning on drv_set_key with unsupported cipherFelix Fietkau1-2/+1
2015-05-06mac80211: extend get_tkip_seq to all keysJohannes Berg1-1/+0
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-13/+2
2015-01-08cfg80211: remove "channel" from survey namesJohannes Berg1-8/+8
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-2/+4
2014-09-05mac80211: extend set_coverage_class signatureLorenzo Bianconi1-1/+1
2014-07-01ath5k: support for FIF_FCSFAIL filterMathy Vanhoef1-0/+2
2014-02-24ath5k: set SURVEY_INFO_IN_USE on get_surveyFelix Fietkau1-0/+1
2013-08-16ath5k: enable support for 5 MHz and 10 MHz channelsSimon Wunderlich1-1/+1
2013-07-18ath5k: fix extra set bit in multicast maskBob Copeland1-1/+1
2013-06-12ath5k: make use of the new rate control APIThomas Huehn1-1/+1
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-2/+2
2012-12-10ath5k: fix tx path skb leaksFelix Fietkau1-1/+1
2012-11-09mac80211: clarify interface iteration and make it configurableJohannes Berg1-2/+3
2012-09-24ath5k: disable HW crypto in management frameChun-Yeow Yeoh1-0/+3
2012-09-24Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2012-09-10mac80211: add key flag for management keysJohannes Berg1-1/+1
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+2
2012-08-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+2
2012-08-13ath5k: fix spin_lock_irqsave/spin_lock_bh nesting in meshBob Copeland1-3/+2
2012-08-10ath5k: Put power_level where it belongs and rename itNick Kossifidis1-2/+2
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-1/+2
2012-07-17ath5k: fix txop limit handlingFelix Fietkau1-1/+1
2012-04-10ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches1-0/+2
2012-03-06ath5k: allow AP and mesh mode to operate simultaneouslyChun-Yeow Yeoh1-0/+4
2012-01-24ath5k: claim support for IBSS RSNAntonio Quartulli1-0/+8
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller1-1/+1
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller1-3/+3
2011-08-08ath5k: clean up base.h and its usePavel Roskin1-0/+2
2011-08-08ath5k: remove unused and write-only structures and fieldsPavel Roskin1-3/+0
2011-07-22ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappersPavel Roskin1-14/+0
2011-07-20ath5k: merge ath5k_hw and ath5k_softcPavel Roskin1-124/+119
2011-07-11ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin1-2/+2
2011-06-17ath5k: minor cleanupPavel Roskin1-4/+2
2011-04-12ath5k: fix slot time handlingFelix Fietkau1-0/+9
2011-03-11ath5k: implement ieee80211_ops->{get,set}_ringparamJohn W. Linville1-0/+43
2011-03-07ath5k: Put hardware in PROMISC mode if there is more than 1 stations.Ben Greear1-2/+17
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-3/+3
2011-02-18ath5k: move external function definitions to a header fileBob Copeland1-17/+0
2011-01-28ath5k: Fix short and long retry configurationBruno Randolf1-0/+9
2011-01-05ath5k: qualify global modparam_nohwcrypt variableJohn W. Linville1-2/+2
2011-01-04ath5k: Move mac80211 functions into new fileBruno Randolf1-0/+774