summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-02wil6210: wait for disconnect completionVladimir Kondratiev3-20/+22
2016-02-02wil6210: prevent access to vring_tx_data lock during its initMaya Erez2-5/+24
2016-01-26wil6210: handle multiple connect/disconnect eventsMaya Erez4-93/+156
2016-01-26wil6210: find TX vring only if vring_tx_data is enabledMaya Erez1-5/+12
2016-01-26wil6210: handle tx completions only if vring tx data is enabledMaya Erez1-2/+3
2016-01-26wil6210: use extra IEs from probe responseLior David1-39/+102
2016-01-26wil6210: fix privacy flag calculation in change_beaconLior David1-4/+4
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds11-20/+110
2016-01-07wil6210: support for platform specific crash recoveryLior David6-10/+73
2016-01-07wil6210: fix kernel OOPS when stopping interface during Rx trafficHamad Kadmany1-1/+11
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro1-9/+3
2015-12-31wil6210: fix a warning message conditionDan Carpenter1-1/+1