summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210
Commit message (Expand)AuthorAgeFilesLines
...
| * ath: Convert timers to use timer_setup()Kees Cook2017-10-273-11/+10
| * wil6210: remove SSID debugfsJohannes Berg2017-10-271-45/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* wil6210: ensure P2P device is stopped before removing interfaceLior David2017-08-311-28/+29
* wil6210: increase connect timeoutLior David2017-08-311-1/+1
* wil6210: clear PAL_UNIT_ICR part of device resetDedy Lansky2017-08-312-0/+3
* wil6210: move pre-FW configuration to separate functionDedy Lansky2017-08-311-18/+22
* wil6210: align to latest auto generated wmi.hLazar Alexei2017-08-311-239/+475
* wil6210: make debugfs compilation optionalGidon Studinski2017-08-313-1/+19
* wil6210: ratelimit errors in TX/RX interruptsLior David2017-08-311-6/+8
* wil6210: move vring_idle_trsh definition to wil6210_privGidon Studinski2017-08-084-8/+6
* wil6210: store FW RF calibration resultDedy Lansky2017-08-084-0/+19
* wil6210: fix interface-up checkHamad Kadmany2017-08-082-2/+4
* wil6210: notify wiphy on wowlan supportMaya Erez2017-08-081-0/+10
* wil6210: add statistics for suspend timeMaya Erez2017-08-084-4/+40
* wil6210: check no_fw_recovery in resume failure recoveryMaya Erez2017-08-081-1/+3
* wil6210: support FW RSSI reportingDedy Lansky2017-08-085-9/+23
* wil6210: protect against invalid length of tx management frameHamad Kadmany2017-08-082-0/+6
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-2514-260/+1222
|\
| * wil6210: remove ioctl interfaceMaya Erez2017-06-214-190/+0
| * wil6210: add support for PCIe D3hot in system suspendMaya Erez2017-06-2111-49/+603
| * wil6210: prevent platform callbacks after uninitDedy Lansky2017-06-211-4/+9
| * wil6210: support devices with different PCIe bar sizeMaya Erez2017-05-234-12/+17
| * wil6210: Improve AP stop handlingHamad Kadmany2017-05-231-0/+2
| * wil6210: add option to load FTM FWHamad Kadmany2017-05-232-7/+20
| * wil6210: low level RF sector APILior David2017-05-231-0/+573
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
|/
* wil6210: use memdup_userGeliang Tang2017-05-191-8/+4
* Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller2017-04-2411-75/+178
|\
| * wil6210: prevent access to 11AD device if resume failsMaya Erez2017-04-132-2/+15
| * wil6210: fix array out of bounds access in pmcDedy Lansky2017-04-131-2/+2
| * wil6210: remove HALP voting in debugfs ioblobMaya Erez2017-04-133-26/+2
| * wil6210: fix memory access violation in wil_memcpy_from/toio_32Dedy Lansky2017-04-131-3/+17
| * wil6210: fix check for sparrow D0 FW fileHamad Kadmany2017-04-131-1/+3
| * wil6210: protect against sporadic interrupt during suspend flowMaya Erez2017-04-131-1/+12
| * wil6210: fix protection against connections during resetHamad Kadmany2017-04-131-2/+9
| * wil6210: align to latest auto generated wmi.hDedy Lansky2017-04-131-21/+52
| * wil6210: support 8KB RX buffersLior David2017-04-134-5/+36
| * wil6210: restore power save state after internal FW resetLazar Alexei2017-04-133-11/+29
| * wil6210: fix sequence for scan-abort during resetHamad Kadmany2017-04-131-4/+4
* | Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-201-9/+5
|\ \ | |/ |/|
| * cfg80211: move add/change interface monitor flags into paramsJohannes Berg2017-04-131-7/+4
| * cfg80211: refactor cfg80211_calculate_bitrate()Johannes Berg2017-03-061-2/+1
* | wil6210: add oob_mode for AP certificationLior David2017-03-092-6/+19
* | wil6210: correctly report locally generated disconnect in STA modeDedy Lansky2017-03-094-1/+7
* | wil6210: use WMI_DISCONNECT_CMDID upon connect timeoutDedy Lansky2017-03-091-3/+27
* | wil6210: protect list of pending wmi events during flushHamad Kadmany2017-03-091-0/+5
* | wil6210: store bss object and use cfg80211_connect_bss()Dedy Lansky2017-03-094-5/+12