aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski5-8/+8
2019-09-12wil6210: ignore reset errors for FW during probeLior David1-3/+1
2019-09-12wil6210: fix RX short frame checkLior David1-2/+2
2019-09-12wil6210: use writel_relaxed in wil_debugfs_iomem_x32_setLior David1-1/+2
2019-09-12wil6210: report boottime_ns in scan resultsMaya Erez1-4/+17
2019-09-12wil6210: properly initialize discovery_expired_workDedy Lansky1-0/+1
2019-09-12wil6210: verify cid value is validAlexei Avshalom Lazar1-0/+6
2019-09-12wil6210: make sure DR bit is read before rest of the status messageDedy Lansky2-18/+18
2019-09-12wil6210: fix PTK re-key raceAhmad Masri9-3/+276
2019-09-12wil6210: add debugfs to show PMC ring contentDedy Lansky3-0/+40
2019-09-12wil6210: add wil_netif_rx() helper functionDedy Lansky2-24/+38
2019-09-12ath10k: fix channel info parsing for non tlv targetRakesh Pillai3-9/+17
2019-09-12ath10k: adjust skb length in ath10k_sdio_mbox_rx_packetNicolas Boichat1-8/+21
2019-09-12ath10k: free beacon buf later in vdev teardownBen Greear1-4/+5
2019-09-10ath9k: release allocated buffer if timed outNavid Emamdoost1-0/+1
2019-09-10ath9k_htc: release allocated buffer if timed outNavid Emamdoost1-0/+3
2019-09-10ath9k: Remove unneeded variable to store return valuezhong jiang1-3/+1
2019-09-10ath10k: add reorder and change PN check logic for mac80211Wen Gong1-2/+89
2019-09-10ath10k: add mic bytes for pmf management packetWen Gong1-0/+8
2019-09-04ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe()Hui Peng1-0/+8
2019-09-04wcn36xx: use dynamic allocation for large variablesArnd Bergmann1-81/+105
2019-09-04ath6kl: Fix a possible null-pointer dereference in ath6kl_htc_mbox_create()Jia-Ju Bai1-2/+2
2019-09-04ath9k: dynack: set ackto to max timeout in ath_dynack_resetLorenzo Bianconi1-7/+13
2019-09-04ath9k: dynack: set max timeout according to channel widthLorenzo Bianconi1-8/+30
2019-09-04ath9k: dynack: properly set last timeout timestamp in ath_dynack_resetLorenzo Bianconi1-1/+1
2019-09-04ath9k: dyanck: introduce ath_dynack_set_timeout routineLorenzo Bianconi1-16/+21
2019-09-04ath9k: dynack: fix possible deadlock in ath_dynack_node_{de}initLorenzo Bianconi1-4/+4
2019-09-04ath9k: add loader for AR92XX (and older) pci(e)Christian Lamparter3-0/+233
2019-09-04carl9170: remove set but not used variable 'udev'YueHaibing1-2/+0
2019-09-04wil6210: Delete an unnecessary kfree() call in wil_tid_ampdu_rx_alloc()Markus Elfring1-1/+0
2019-09-04wil6210: Add EDMG channel supportAlexei Avshalom Lazar6-13/+240
2019-09-04wil6210: fix wil_cid_valid with negative cid valuesColin Ian King1-1/+1
2019-08-21nl80211: Add support for EDMG channelsAlexei Avshalom Lazar1-1/+1
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach2-2/+4
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)3-8/+6
2019-07-20wireless: fix nl80211 vendor commandsJohannes Berg1-0/+4
2019-07-15ath10k: work around uninitialized vht_pfr variableArnd Bergmann1-0/+2
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-15/+15
2019-07-01Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo39-227/+832
2019-06-28ath10k: pci: remove unnecessary castsKalle Valo1-10/+6
2019-06-28ath10k: remove unnecessary 'out of memory' messageKalle Valo1-3/+1
2019-06-28ath10k: destroy sdio workqueue while remove sdio moduleWen Gong1-0/+3
2019-06-28ath10k: Move non-fatal warn logs to dbg level for SDIO chipWen Gong1-1/+1
2019-06-28ath10k: Fix memory leak in qmiDundi Raviteja1-0/+1
2019-06-27ath10k: add new hw_ops for sdio chipWen Gong3-1/+6
2019-06-27wil6210: drop old event after wmi_call timeoutAhmad Masri1-1/+12
2019-06-27wil6210: set WIL_WMI_CALL_GENERAL_TO_MS as wmi_call timeoutAhmad Masri5-18/+29
2019-06-27wil6210: add support for reading multiple RFs temperature via debugfsTzahi Sabo4-17/+117
2019-06-27wil6210: publish max_msdu_size to FW on BCAST ringMaya Erez1-0/+1
2019-06-27wil6210: update cid boundary check of wil_find_cid/_by_idx()Alexei Avshalom Lazar2-5/+5