summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wil6210
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-161-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-1/+1
|\
| * treewide: Fix printk() message errorsMasanari Iida2016-12-141-1/+1
* | wil6210: align to latest auto generated wmi.hLior David2016-12-011-128/+264
* | wil6210: add debugfs blobs for UCODE code and dataLior David2016-12-013-15/+33
* | wil6210: validate wil_pmc_alloc parametersMaya Erez2016-12-011-6/+49
* | wil6210: delay remain on channel when scan is activeLior David2016-12-015-61/+149
* | wil6210: support NL80211_ATTR_WIPHY_RETRY_SHORTLior David2016-11-234-0/+97
* | wil6210: align to latest auto generated wmi.hLior David2016-11-231-2/+206
* | wil6210: add support for abort scanMaya Erez2016-11-235-34/+87
* | wil6210: fix deadlock when using fw_no_recovery optionLior David2016-11-231-7/+8
* | wil6210: add support for power save enable / disableMaya Erez2016-11-233-1/+67
* | wil6210: fix net queue stop/wakeDedy Lansky2016-11-235-16/+117
* | net: use core MTU range checking in wireless driversJarod Wilson2016-10-201-16/+1
|/
* wil6210: extract firmware version from file headerLior David2016-08-317-6/+46
* wil6210: extract firmware capabilities from FW fileLior David2016-08-316-27/+106
* wil6210: align to latest auto generated wmi.hLior David2016-08-311-0/+292
* wil6210: fix protection of wil->scan_requestLior David2016-08-314-3/+10
* wil6210: fix wiphy registration sequenceLior David2016-08-193-16/+26
* wil6210: prevent usage of incorrect TX hwtailMaya Erez2016-08-191-2/+7
* wil6210: Fix driver down flowLazar Alexei2016-08-191-14/+2
* wil6210: fix stop p2p device handlingMaya Erez2016-08-195-18/+61
* wil6210: change HALP logging category to IRQLior David2016-08-192-15/+15
* wil6210: support rx key setting for all TIDsMaya Erez2016-08-191-35/+81
* wil6210: fix HALP handling in case of HALP vote time-outMaya Erez2016-08-193-4/+15
* wil6210: align to latest auto generated wmi.hMaya Erez2016-08-191-79/+561
* nl80211: support beacon report scanningAvraham Stern2016-07-064-7/+25
* wil6210: abort P2P search when stopping P2P deviceLior David2016-06-142-0/+17
* wil6210: fix chan check in wil_p2p_listenMaya Erez2016-06-141-2/+4
* wil6210: align wil log functions to wil_dbg_ratelimited implementationMaya Erez2016-05-281-26/+20
* wil6210: add pm_notify handlingMaya Erez2016-05-284-4/+98
* wil6210: fix dma mapping error cleanup in __wil_tx_vring_tsoMaya Erez2016-05-281-1/+1
* wil6210: protect wil_vring_fini_tx in parallel to tx completionsMaya Erez2016-05-281-0/+14
* wil6210: guarantee safe access to rx descriptors shared memoryMaya Erez2016-05-281-0/+6
* wil6210: fix race conditions between TX send and completionMaya Erez2016-05-281-0/+20
* wil6210: add support for device led configurationMaya Erez2016-05-115-0/+281
* wil6210: prevent deep sleep of 60G device in critical pathsMaya Erez2016-04-265-32/+194
* wil6210: unmask RX_HTRSH interrupt only when connectedMaya Erez2016-04-262-1/+22
* wil6210: print debug message when transmitting while disconnectedMaya Erez2016-04-263-1/+19
* wil6210: change RX_HTRSH interrupt print level to debugMaya Erez2016-04-261-5/+2
* wil6210: support regular scan on P2P_DEVICE interfaceLior David2016-04-263-2/+10
* wil6210: add function name to wil log macrosMaya Erez2016-04-262-6/+10
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-123-4/+4
* wil6210: allow empty WMI commands in debugfs wmi_sendLior David2016-04-041-2/+2
* wil6210: add oob_mode module parameterLior David2016-03-072-0/+17
* wil6210: pass is_go flag to firmwareLior David2016-03-073-3/+11
* wil6210: fix no_fw_recovery mode with change_virtual_intfLior David2016-03-074-1/+8
* wil6210: clean ioctl debug messageLior David2016-03-072-7/+10
* wil6210: fix race conditions in p2p listen and searchLior David2016-03-074-25/+53