aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2015-02-03ath9k: Check early for multi-vif/STA conditionsSujith Manoharan1-15/+7
2015-02-03ath9k: Remove redundant device_can_wakeup() checkSujith Manoharan1-6/+0
2015-02-03ath9k: Return early for error conditionsSujith Manoharan1-6/+6
2015-02-03ath9k: Remove ATH9K_HW_WOW_DEVICE_CAPABLESujith Manoharan3-8/+1
2015-01-29ath10k: fix target wakeup timeoutRajkumar Manoharan1-1/+1
2015-01-29ath10k: Enable the MCS8 and MCS9 at 2.4G bandYanbo Li2-3/+13
2015-01-29ath10k: disable sta keepaliveMichal Kazior2-0/+47
2015-01-29ath10k: implement sta keepalive commandJanusz Dziedzic4-0/+82
2015-01-29ath10k: use per-vif wmm param setup if possibleMichal Kazior1-5/+17
2015-01-29ath10k: implement per-vdev wmm param setup commandMichal Kazior5-0/+63
2015-01-29ath10k: move wmm param storage to vifMichal Kazior6-34/+35
2015-01-29ath9k: Enable manual peak detect calibrationSujith Manoharan1-2/+8
2015-01-29ath9k: Set correct peak detect thresholdSujith Manoharan1-4/+11
2015-01-29ath9k: Fix manual peak calibration initializationSujith Manoharan1-8/+30
2015-01-29ath9k: Add a macro to identify PCOEM chipsSujith Manoharan1-0/+3
2015-01-29ath9k: Update AR955x initvalsSujith Manoharan1-2/+2
2015-01-29ath9k: Update QCA953x initvalsSujith Manoharan1-2/+2
2015-01-29wil6210: move Rx reorder buffer allocation out of spinlockVladimir Kondratiev1-4/+4
2015-01-29wil6210: implement cfg80211 probe_client() opVladimir Kondratiev3-0/+108
2015-01-29wil6210: implement skb Tx status reportingVladimir Kondratiev2-2/+18
2015-01-29wil6210: remove unnecessary interrupt moderation module parametersVladimir Shulman1-33/+5
2015-01-29wil6210: interrupt moderation configuration updateVladimir Shulman1-2/+2
2015-01-29wil6210: tuning rings sizeVladimir Shulman1-2/+2
2015-01-29wil6210: Add Tx queue len configurationVladimir Shulman2-4/+10
2015-01-29wil6210: ignore firmware failure to gracefully stop APDedy Lansky1-5/+7
2015-01-29wil6210: fix timing of netif_carrier_on indicationDedy Lansky5-34/+12
2015-01-29wil6210: sync WMI with firmwareVladimir Kondratiev2-14/+59
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2015-01-27ath9k and ath9k_htc: rename variable "led_blink"Hong Xu6-8/+8
2015-01-27ath10k: fix pmf for wmi-tlv on qca6174Marek Kwaczynski1-0/+6
2015-01-27ath10k: remove sw encryption for pmfMarek Kwaczynski1-4/+1
2015-01-27ath10k: disable irqs after fw crashMichal Kazior1-0/+2
2015-01-27ath10k: disable uapsd autotriggerMichal Kazior1-0/+33
2015-01-27ath10k: implement uapsd autotrigger commandJanusz Dziedzic3-0/+122
2015-01-27ath10k: fix nullfunc workaroundMichal Kazior1-0/+1
2015-01-27ath10k: fix dtim period with beacon templatesMichal Kazior1-1/+1
2015-01-27ath10k: use idr api for msdu_idsMichal Kazior3-59/+35
2015-01-27ath10k: fix 10.2 fw stats parsingMichal Kazior2-2/+212
2015-01-27ath10k: split fw pdev stats parsingMichal Kazior2-71/+99
2015-01-27ath10k: add support for qca6174Michal Kazior9-35/+302
2015-01-27ath10k: add support for qca6174 Rx descriptorsMichal Kazior2-2/+25
2015-01-27ath10k: reset chip before reading chip_id in probeMichal Kazior1-12/+18
2015-01-27ath10k: implement rx reorder supportMichal Kazior5-36/+463
2015-01-27ath10k: introduce struct ath10k_skb_rxcbMichal Kazior3-8/+18
2015-01-27ath10k: implement diag eventMichal Kazior2-0/+58
2015-01-27ath10k: implement diag data container eventMichal Kazior3-0/+128
2015-01-27ath10k: use IEEE80211_HW_SW_CRYPTO_CONTROLJohannes Berg1-1/+15
2015-01-23ath5k: document a fall-through case in ath5k_hw_set_opmodeJohn Linville1-0/+1
2015-01-23ath9k_htc: remove dead code in error path of ath9k_htc_txcompletion_cbJohn Linville1-5/+1
2015-01-23ath9k_htc: Add a module parameter to disable blinkHong Xu3-0/+11