summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2016-09-09ath9k: improve powersave filter handlingFelix Fietkau1-3/+9
2016-09-09ath9k: use ieee80211_tx_status_noskb where possibleFelix Fietkau1-32/+62
2016-09-09ath10k: fix throughput regression in multi client modeRajkumar Manoharan2-2/+2
2016-09-09ath10k: implement NAPI supportRajkumar Manoharan8-96/+159
2016-09-02ath9k: mark ath_fill_led_pin() staticBaoyou Xie1-1/+1
2016-09-02ath10k: fix spelling mistake "montior" -> "monitor"Colin Ian King1-1/+1
2016-09-02ath10k: Fix broken NULL func data frame status for 10.4Mohammed Shafi Shajakhan3-0/+10
2016-09-02ath10k: replace config_enabled() with IS_REACHABLE()Masahiro Yamada1-1/+1
2016-09-02ath10k: Added support for extended dbglog module id for 10.4Maharaja Kennadyrajan6-11/+64
2016-09-02ath10k: use complete() instead complete_all()Daniel Wagner2-9/+9
2016-09-02ath10k: fix sending frame in management path in push txq logicAshok Raj Nagarajan1-0/+20
2016-09-02ath10k: improve wake_tx_queue ops performanceRajkumar Manoharan1-1/+17
2016-09-02ath10k: suppress warnings when getting wmi WDS peer event idMohammed Shafi Shajakhan1-0/+1
2016-09-02ath10k: fix group privacy action frame decryption for qca4019Rajkumar Manoharan3-5/+33
2016-09-02ath10k: hide kernel addresses from logs using %pK format specifierMaharaja Kennadyrajan11-27/+27
2016-09-02ath10k: Add WMI_SERVICE_PERIODIC_CHAN_STAT_SUPPORT wmi serviceTamizh chelvam1-0/+5
2016-08-31wil6210: extract firmware version from file headerLior David7-6/+46
2016-08-31wil6210: extract firmware capabilities from FW fileLior David6-27/+106
2016-08-31wil6210: align to latest auto generated wmi.hLior David1-0/+292
2016-08-31wil6210: fix protection of wil->scan_requestLior David4-3/+10
2016-08-31ath10k: fix spurious tx/rx during bootMichal Kazior1-0/+68
2016-08-31ath10k: add wmi command barrier utilityMichal Kazior3-0/+33
2016-08-31ath10k: implement wmi echo eventMichal Kazior4-1/+72
2016-08-31ath10k: implement wmi echo commandMichal Kazior3-0/+69
2016-08-31ath10k: add testmode support for 10.4 firmwareTamizh chelvam1-0/+23
2016-08-31ath10k: handle testmode events for 10.2 and 10.4 based firmwareTamizh chelvam1-0/+26
2016-08-31ath10k: move firmware_swap_code_seg_info to ath10k_fw_fileTamizh chelvam4-22/+34
2016-08-19wil6210: fix wiphy registration sequenceLior David3-16/+26
2016-08-19wil6210: prevent usage of incorrect TX hwtailMaya Erez1-2/+7
2016-08-19wil6210: Fix driver down flowLazar Alexei1-14/+2
2016-08-19wil6210: fix stop p2p device handlingMaya Erez5-18/+61
2016-08-19wil6210: change HALP logging category to IRQLior David2-15/+15
2016-08-19wil6210: support rx key setting for all TIDsMaya Erez1-35/+81
2016-08-19wil6210: fix HALP handling in case of HALP vote time-outMaya Erez3-4/+15
2016-08-19wil6210: align to latest auto generated wmi.hMaya Erez1-79/+561
2016-08-19ath9k: consider return code onEduardo Abinader1-2/+4
2016-08-19ath9k: fix misleading indentBob Copeland1-1/+1
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-27/+27
2016-08-14net: wireless: ath: ar5523: ar5523: don't print error when allocating urb failsWolfram Sang1-7/+2
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada10-27/+27
2016-07-19ath9k_hw: implement temperature compensation support for AR9003+Felix Fietkau2-3/+23
2016-07-19ath9k_hw: get rid of some duplicate code in calibration initFelix Fietkau1-32/+22
2016-07-19ath9k_hw: simplify ar9003_hw_per_calibrationFelix Fietkau1-27/+26
2016-07-19ath9k_hw: fix duplicate (and partially wrong) definition of AR_CH0_THERMFelix Fietkau1-15/+10
2016-07-19ath9k_hw: fix spectral scan on AR9285 and newerFelix Fietkau2-10/+27
2016-07-19ath9k: simplify the code-paths when not using the built-in EEPROMMartin Blumenstingl3-53/+41
2016-07-19ath6kl: sme_state shortcut to SME_DISCONNECTED removedDan Kephart1-2/+0
2016-07-19ath6kl: Unset IFF_LOWER_UP flag on AP mode leave.Pierre Le Magourou1-0/+1
2016-07-19ath6kl: Fix wrong regulatory domain disconnection.Pierre Le Magourou1-1/+2
2016-07-19ath6kl: Fix WLAN tethering authentication problem.Pierre Le Magourou1-4/+5