aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-31wil6210: extract firmware version from file headerLior David7-6/+46
2016-08-31wil6210: extract firmware capabilities from FW fileLior David6-27/+106
2016-08-31wil6210: align to latest auto generated wmi.hLior David1-0/+292
2016-08-31wil6210: fix protection of wil->scan_requestLior David4-3/+10
2016-08-19wil6210: fix wiphy registration sequenceLior David3-16/+26
2016-08-19wil6210: prevent usage of incorrect TX hwtailMaya Erez1-2/+7
2016-08-19wil6210: Fix driver down flowLazar Alexei1-14/+2
2016-08-19wil6210: fix stop p2p device handlingMaya Erez5-18/+61
2016-08-19wil6210: change HALP logging category to IRQLior David2-15/+15
2016-08-19wil6210: support rx key setting for all TIDsMaya Erez1-35/+81
2016-08-19wil6210: fix HALP handling in case of HALP vote time-outMaya Erez3-4/+15
2016-08-19wil6210: align to latest auto generated wmi.hMaya Erez1-79/+561
2016-07-06nl80211: support beacon report scanningAvraham Stern4-7/+25
2016-06-14wil6210: abort P2P search when stopping P2P deviceLior David2-0/+17
2016-06-14wil6210: fix chan check in wil_p2p_listenMaya Erez1-2/+4
2016-05-28wil6210: align wil log functions to wil_dbg_ratelimited implementationMaya Erez1-26/+20
2016-05-28wil6210: add pm_notify handlingMaya Erez4-4/+98
2016-05-28wil6210: fix dma mapping error cleanup in __wil_tx_vring_tsoMaya Erez1-1/+1
2016-05-28wil6210: protect wil_vring_fini_tx in parallel to tx completionsMaya Erez1-0/+14
2016-05-28wil6210: guarantee safe access to rx descriptors shared memoryMaya Erez1-0/+6
2016-05-28wil6210: fix race conditions between TX send and completionMaya Erez1-0/+20
2016-05-11wil6210: add support for device led configurationMaya Erez5-0/+281
2016-04-26wil6210: prevent deep sleep of 60G device in critical pathsMaya Erez5-32/+194
2016-04-26wil6210: unmask RX_HTRSH interrupt only when connectedMaya Erez2-1/+22
2016-04-26wil6210: print debug message when transmitting while disconnectedMaya Erez3-1/+19
2016-04-26wil6210: change RX_HTRSH interrupt print level to debugMaya Erez1-5/+2
2016-04-26wil6210: support regular scan on P2P_DEVICE interfaceLior David3-2/+10
2016-04-26wil6210: add function name to wil log macrosMaya Erez2-6/+10
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg3-4/+4
2016-04-04wil6210: allow empty WMI commands in debugfs wmi_sendLior David1-2/+2
2016-03-07wil6210: add oob_mode module parameterLior David2-0/+17
2016-03-07wil6210: pass is_go flag to firmwareLior David3-3/+11
2016-03-07wil6210: fix no_fw_recovery mode with change_virtual_intfLior David4-1/+8
2016-03-07wil6210: clean ioctl debug messageLior David2-7/+10
2016-03-07wil6210: fix race conditions in p2p listen and searchLior David4-25/+53
2016-03-07wil6210: P2P_DEVICE virtual interface supportLior David7-26/+152
2016-03-07wil6210: p2p initial supportDedy Lansky6-16/+389
2016-03-07wil6210: add support for platform specific notification eventsMaya Erez3-5/+40
2016-03-07wil6210: basic PBSS/PCP supportLior David2-13/+16
2016-03-07wil6210: switch to generated wmi.hLior David7-701/+652
2016-03-07wil6210: add support for discovery mode during scanLior David4-3/+17
2016-03-07wil6210: replay attack detectionVladimir Kondratiev6-17/+226
2016-03-07wil6210: Set permanent MAC address to wiphyHamad Kadmany1-0/+2
2016-03-07wil6210: AP: prevent connecting to already connected stationMaya Erez1-0/+8
2016-03-07wil6210: remove BACK RX and TX workersMaya Erez3-202/+41
2016-03-06Merge 'net-next/master'Kalle Valo1-0/+10
2016-03-06Merge ath-next from ath.gitKalle Valo7-176/+340
2016-02-24cfg80211: basic support for PBSS network typeLior David1-0/+10
2016-02-02wil6210: TX vring optimizationHamad Kadmany2-4/+4
2016-02-02wil6210: protect synchronous wmi commands handlingMaya Erez1-4/+13