summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/common.c
Commit message (Expand)AuthorAgeFilesLines
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2017-05-191-1/+1
|\
| * ath9k: check ah->curchan when updating tx powerStanislaw Gruszka2017-05-191-1/+1
* | mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-281-3/+5
* | mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-281-5/+4Star
|/
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-2/+2
* Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.o...John W. Linville2014-11-191-4/+4
|\
| * ath9k_common: always update value in ath9k_cmn_update_txpowFelix Fietkau2014-10-231-4/+4
* | ath9k|ath9k_htc: Seperate the software crypto flag for Tx and RxChun-Yeow Yeoh2014-11-171-1/+1
|/
* ath9k: move ath9k_rx_skb_postprocess to common.cOleksij Rempel2014-02-121-0/+52
* ath9k: move ath9k_rx_accept to common.cOleksij Rempel2014-02-121-0/+88
* ath9k: move ath9k_process_rate to common.cOleksij Rempel2014-02-121-0/+42
* ath9k: move ath9k_process_rssi to common.cOleksij Rempel2014-02-121-0/+62
* ath9k_common: get rid of an unnecessary variableFelix Fietkau2013-12-181-3/+1Star
* ath9k: make ath9k_cmn_update_ichannel staticFelix Fietkau2013-10-141-8/+8
* ath9k_hw: simplify channel flagsFelix Fietkau2013-10-141-57/+18Star
* ath9k: use chandef instead of channel_typeSimon Wunderlich2013-08-161-26/+41
* ath9k_common: remove ath9k_cmn_padposFelix Fietkau2013-04-101-14/+0Star
* mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-251-2/+3
* ath9k_hw: clean up tx power handlingFelix Fietkau2011-10-111-2/+4
* ath9k: Move ath9k_init_crypto to commonRajkumar Manoharan2011-08-241-0/+26
* ath9k: Drag the driver to the year 2011Sujith Manoharan2011-05-191-1/+1
* ath9k_hw: Move bt_stomp to hw from common.Vivek Natarajan2011-04-281-31/+0Star
* ath9k: cleanup few redundant macrosMohammed Shafi Shajakhan2011-04-041-1/+1
* ath9k: move update tx power to commonRajkumar Manoharan2011-02-031-0/+11
* ath: Convert ath_print to ath_dbgJoe Perches2010-12-071-2/+2
* ath9k: initialize per-channel tx power limits instead of hardcoding themFelix Fietkau2010-11-151-9/+6Star
* ath9k: Use common ath key management functionsBruno Randolf2010-09-161-270/+0Star
* ath/ath9k: Replace common->splitmic with a flagBruno Randolf2010-09-161-6/+6
* ath9k: fix spurious MIC failure reportsFelix Fietkau2010-08-311-0/+11
* ath9k_common: Move bt_stomp to common for sharing with ath9k_htc.Vivek Natarajan2010-08-241-0/+31
* mac80211: use cipher suite selectorsJohannes Berg2010-08-161-15/+21
* ath9k: fix crash with WEP in ad-hoc modeFelix Fietkau2010-07-021-0/+4
* ath9k_common: Move count_streams to common moduleSujith2010-06-041-0/+13
* ath9k_common: use allocated key cache entries for multi BSS crypto supportFelix Fietkau2010-06-031-10/+27
* ath9k: Move ath9k specific RX code to driverSujith2010-06-021-264/+0Star
* ath9k_common: drop incomming frames with an invalid hardware rateLuis R. Rodriguez2010-05-071-2/+1Star
* ath9k_common: move the rate status setting into ath9k_process_rate()Luis R. Rodriguez2010-05-071-13/+27
* ath9k: fix another source of corrupt framesFelix Fietkau2010-05-071-2/+8
* ath9k: remove usage of deprecated noise valueJohn W. Linville2010-04-281-1/+0Star
* ath9k: Do not indicate RX_FLAG_DECRYPTED for unprotected framesJouni Malinen2010-03-311-1/+2
* ath9k_common: Move RX filter code to ath9k_htcSujith2010-03-311-82/+0Star
* ath9k_htc: Support for AR9271 chipset.Sujith2010-03-231-0/+421
* ath9k: Proper padding/unpadding for the TX/RX path.Benoit Papillault2009-11-281-9/+15
* ath9k: remove warnings related to signed/unsigned type mismatchJohn W. Linville2009-11-251-2/+0Star
* ath9k: This patch fix RX unpadding for any received frame.Benoit PAPILLAULT2009-11-231-5/+14
* ath9k: fix massive rx packet loss issueFelix Fietkau2009-11-161-0/+1
* ath9k_common: clarify and correct jumbogram processingLuis R. Rodriguez2009-11-111-10/+11
* ath9k_common: remove ath9k_compute_qual()Luis R. Rodriguez2009-11-111-42/+0Star
* ath9k_common: add new module to share 802.11n driver helpersLuis R. Rodriguez2009-11-111-0/+326