aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-25wil6210: support parsing brd file address from fw fileMaya Erez4-11/+184
2018-01-25wil6210: enlarge FW mac_rgf_ext section for Sparrow D0Lior David3-3/+18
2018-01-25wil6210: fix random failure to bring network interface upLior David5-2/+138
2018-01-25wil6210: configure OTP HW vectors in SW reset flowMaya Erez2-0/+26
2018-01-25wil6210: support flashless deviceDedy Lansky3-29/+87
2018-01-25wil6210: add support for Talyn AHB address mapMaya Erez4-17/+92
2018-01-25wil6210: recognize Talyn JTAG IDMaya Erez2-0/+7
2018-01-25wil6210: add Talyn PCIe device IDMaya Erez1-0/+2
2018-01-09wil6210: remove reference to preset_chandefLior David6-7/+5
2018-01-09wil6210: remove leftover "FIXME"sDedy Lansky3-4/+2
2018-01-09wil6210: prevent parallel suspend and dump collectionMaya Erez4-8/+54
2018-01-09wil6210: set platform features based on FW capabilitiesMaya Erez3-0/+18
2018-01-09wil6210: add platform capabilities bitmapMaya Erez4-4/+35
2018-01-09wil6210: support 40bit DMA addressesLazar Alexei4-22/+28
2018-01-09wil6210: support Scheduled scanDedy Lansky5-18/+395
2017-12-27wil6210: fix build warnings without CONFIG_PMArnd Bergmann2-19/+8
2017-12-02wil6210: update statistics for suspendLazar Alexei4-27/+59
2017-12-02wil6210: remove suspend time statisticsLazar Alexei4-39/+4
2017-12-02wil6210: fix PCIe bus mastering in case of interface downLazar Alexei3-19/+19
2017-12-02wil6210: get suspend reject reason and resume triggers from FWLazar Alexei2-6/+57
2017-12-02wil6210: missing length check in wil_cfg80211_mgmt_txLior David1-3/+7
2017-12-02wil6210: missing length check in wmi_set_ieLior David1-1/+7
2017-12-02wil6210: add block size checks during FW loadLior David3-21/+49
2017-12-02wil6210: fix length check in __wmi_sendLior David2-2/+22
2017-12-02wil6210: abort properly in cfg suspendHamad Kadmany1-2/+5
2017-12-02wil6210: refresh FW capabilities during interface upLior David4-27/+33
2017-12-02wil6210: print human readable names of WMI commands and eventsDedy Lansky1-5/+232
2017-12-02wil6210: run-time PM when interface downLazar Alexei6-20/+237
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller4-56/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27ath: Convert timers to use timer_setup()Kees Cook3-11/+10
2017-10-27wil6210: remove SSID debugfsJohannes Berg1-45/+0
2017-08-31wil6210: ensure P2P device is stopped before removing interfaceLior David1-28/+29
2017-08-31wil6210: increase connect timeoutLior David1-1/+1
2017-08-31wil6210: clear PAL_UNIT_ICR part of device resetDedy Lansky2-0/+3
2017-08-31wil6210: move pre-FW configuration to separate functionDedy Lansky1-18/+22
2017-08-31wil6210: align to latest auto generated wmi.hLazar Alexei1-239/+475
2017-08-31wil6210: make debugfs compilation optionalGidon Studinski3-1/+19
2017-08-31wil6210: ratelimit errors in TX/RX interruptsLior David1-6/+8
2017-08-08wil6210: move vring_idle_trsh definition to wil6210_privGidon Studinski4-8/+6
2017-08-08wil6210: store FW RF calibration resultDedy Lansky4-0/+19
2017-08-08wil6210: fix interface-up checkHamad Kadmany2-2/+4
2017-08-08wil6210: notify wiphy on wowlan supportMaya Erez1-0/+10
2017-08-08wil6210: add statistics for suspend timeMaya Erez4-4/+40
2017-08-08wil6210: check no_fw_recovery in resume failure recoveryMaya Erez1-1/+3
2017-08-08wil6210: support FW RSSI reportingDedy Lansky5-9/+23
2017-08-08wil6210: protect against invalid length of tx management frameHamad Kadmany2-0/+6
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller14-260/+1222
2017-06-21wil6210: remove ioctl interfaceMaya Erez4-190/+0
2017-06-21wil6210: add support for PCIe D3hot in system suspendMaya Erez11-49/+603