summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wil6210
AgeCommit message (Expand)AuthorFilesLines
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.or...David 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.or...David 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
2017-06-21wil6210: prevent platform callbacks after uninitDedy Lansky1-4/+9
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-05-23wil6210: support devices with different PCIe bar sizeMaya Erez4-12/+17
2017-05-23wil6210: Improve AP stop handlingHamad Kadmany1-0/+2
2017-05-23wil6210: add option to load FTM FWHamad Kadmany2-7/+20
2017-05-23wil6210: low level RF sector APILior David1-0/+573
2017-05-19wil6210: use memdup_userGeliang Tang1-8/+4
2017-04-24Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller11-75/+178
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller1-9/+5
2017-04-13wil6210: prevent access to 11AD device if resume failsMaya Erez2-2/+15
2017-04-13wil6210: fix array out of bounds access in pmcDedy Lansky1-2/+2
2017-04-13wil6210: remove HALP voting in debugfs ioblobMaya Erez3-26/+2
2017-04-13wil6210: fix memory access violation in wil_memcpy_from/toio_32Dedy Lansky1-3/+17