summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-10-31ath10k: remove unneeded semicolonYueHaibing1-1/+1
2019-10-22ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipeHui Peng1-0/+8
2019-10-14ath10k: Correct error handling of dma_map_single()Bjorn Andersson1-1/+3
2019-10-14ath: rename regulatory rulesTomislav Požega1-25/+25
2019-10-14ath10k: fix memory leak for tpc_stats_finalMiaoqing Pan1-0/+1
2019-10-14ath10k: fix array out-of-bounds accessMiaoqing Pan2-19/+32
2019-10-11ath10k: fix null dereference on pointer crash_dataColin Ian King1-1/+1
2019-10-11ath10k: enable transmit data ack RSSI for QCA9884Abhishek Ambure1-0/+1
2019-10-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo30-420/+713
2019-10-02wil6210: check len before memcpy() callsDenis Efremov1-2/+4
2019-10-02ar5523: check NULL before memcpy() in ar5523_cmd()Denis Efremov1-1/+2
2019-10-02ath10k: add support for hardware rfkillWen Gong9-1/+178
2019-10-02ath10k: restore QCA9880-AR1A (v1) detectionChristian Lamparter1-11/+25
2019-10-02ath10k: fix offchannel tx failure when no ath10k_mac_tx_frm_has_freqBen Greear1-11/+11
2019-10-02cw1200: Fix a signedness bug in cw1200_load_firmware()Dan Carpenter1-3/+3
2019-10-02rtw88: remove misleading module parameter rtw_fw_support_lpsYan-Hsuan Chuang3-18/+25
2019-10-02rtw88: add deep PS PG mode for 8822cYan-Hsuan Chuang9-3/+147
2019-10-02rtw88: select deep PS mode when module is insertedYan-Hsuan Chuang5-0/+22
2019-10-02rtw88: not to enter LPS by coex strategyYan-Hsuan Chuang1-0/+3
2019-10-02rtw88: add deep power save supportYan-Hsuan Chuang8-5/+195
2019-10-02rtw88: leave PS state for dynamic mechanismYan-Hsuan Chuang1-7/+8
2019-10-02rtw88: LPS enter/leave should be protected by lockYan-Hsuan Chuang3-4/+13
2019-10-02rtw88: remove unused lps state check helperYan-Hsuan Chuang2-6/+0
2019-10-02rtw88: not to control LPS by each vifYan-Hsuan Chuang6-29/+12
2019-10-02rtw88: not to enter or leave PS under IRQYan-Hsuan Chuang6-53/+2
2019-10-02rtw88: pci: reset H2C queue indexes in a single writeYan-Hsuan Chuang1-3/+3
2019-10-02rtw88: remove redundant flag check helper functionYan-Hsuan Chuang7-39/+24
2019-10-02rtlwifi: rtl8723be: Remove set but not used variables 'reg_ecc','reg_eac'zhengbin1-6/+2
2019-10-02rtlwifi: rtl8192ee: Remove set but not used variables 'reg_ecc','reg_eac'zhengbin1-6/+2
2019-10-02rtlwifi: rtl8192ee: Remove set but not used variables 'short_gi','buf_len'zhengbin1-8/+0
2019-10-02rtlwifi: Remove set but not used variables 'dataempty','hoffset'zhengbin1-4/+2
2019-10-02rtlwifi: Remove set but not used variable 'rtstate'zhengbin1-3/+0
2019-10-02rtl8xxxu: prevent leaking urbNavid Emamdoost1-0/+1
2019-10-02net/wireless: Use kmemdup rather than duplicating its implementationFuqian Huang3-8/+4
2019-10-01ath9k_htc: Discard undersized packetsMasashi Honma1-4/+19
2019-10-01ath9k_htc: Modify byte order for an error messageMasashi Honma1-1/+1
2019-10-01ath9k_hw: fix uninitialized variable dataDenis Efremov1-1/+1
2019-10-01ath10k: fix backtrace on coredumpAnilkumar Kolli1-3/+8
2019-10-01ath10k: coredump: fix IRAM addr for QCA9984, QCA4019, QCA9888 and QCA99x0Anilkumar Kolli1-3/+3
2019-10-01ath10k: switch to ieee80211_tx_dequeue_niErik Stromdahl1-1/+1
2019-10-01ath10k: change sw version print format to hexTomislav Požega1-1/+1
2019-10-01ath10k: print supported MCS rates within service ready eventTomislav Požega4-1/+8
2019-10-01ath10k: print service ready returned channel rangeTomislav Požega1-1/+5
2019-10-01ath10k: add 2ghz channel arguments to service ready structureTomislav Požega4-0/+12
2019-10-01ath9k: remove unused including <linux/version.h>YueHaibing1-1/+0
2019-10-01mwifiex: use 'total_ie_len' in mwifiex_update_bss_desc_with_ie()Brian Norris1-8/+6
2019-10-01libertas: fix a potential NULL pointer dereferenceAllen Pais1-0/+5
2019-10-01rtlwifi: Remove excessive check in _rtl_ps_inactive_ps()Denis Efremov1-2/+1
2019-10-01rtlwifi: prevent memory leak in rtl_usb_probeNavid Emamdoost1-1/+4
2019-10-01rtlwifi: rtl8723ae: Remove unused 'rtstatus' variableAustin Kim1-3/+0