aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller11-75/+178
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid 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
2017-04-13wil6210: fix check for sparrow D0 FW fileHamad Kadmany1-1/+3
2017-04-13wil6210: protect against sporadic interrupt during suspend flowMaya Erez1-1/+12
2017-04-13wil6210: fix protection against connections during resetHamad Kadmany1-2/+9
2017-04-13wil6210: align to latest auto generated wmi.hDedy Lansky1-21/+52
2017-04-13wil6210: support 8KB RX buffersLior David4-5/+36
2017-04-13wil6210: restore power save state after internal FW resetLazar Alexei3-11/+29
2017-04-13wil6210: fix sequence for scan-abort during resetHamad Kadmany1-4/+4
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg1-7/+4
2017-03-09wil6210: add oob_mode for AP certificationLior David2-6/+19
2017-03-09wil6210: correctly report locally generated disconnect in STA modeDedy Lansky4-1/+7
2017-03-09wil6210: use WMI_DISCONNECT_CMDID upon connect timeoutDedy Lansky1-3/+27
2017-03-09wil6210: protect list of pending wmi events during flushHamad Kadmany1-0/+5
2017-03-09wil6210: store bss object and use cfg80211_connect_bss()Dedy Lansky4-5/+12
2017-03-09wil6210: missing reinit_completion in HALP votingMaya Erez1-0/+1
2017-03-09wil6210: use print_hex_dump_debug instead of print_hex_dump_bytesDedy Lansky2-20/+33
2017-03-09wil6210: bus_request platform operation refinementLior David4-7/+17
2017-03-09wil6210: do not start regular scan on stopped p2p deviceLior David1-10/+11