summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath9k: free GPIO resource for SOC GPIOsMiaoqing Pan2016-03-115-0/+23
* ath9k: make GPIO API to support both of WMAC and SOCMiaoqing Pan2016-03-118-120/+174
* ath9k: define correct GPIO numbers and bits maskMiaoqing Pan2016-03-113-17/+96
* ath9k_htc: fix up indents with spacesBob Copeland2016-03-111-7/+7
* ath9k: fix a misleading indentationBob Copeland2016-03-111-5/+5
* ath5k: fix incorrect indentationBob Copeland2016-03-112-3/+3
* ath9k: set correct peak detect thresholdMiaoqing Pan2016-03-111-14/+11
* ath9k: use AR_SREV_9003_PCOEM to identify PCOEM chipsMiaoqing Pan2016-03-111-4/+1
* ath9k: enable manual peak cal for all ar9300 chipsMiaoqing Pan2016-03-111-8/+6
* ath9k: Update AR9580 initvalsMiaoqing Pan2016-03-111-2/+2
* ath9k: Update QCA956x initvalsMiaoqing Pan2016-03-111-1/+1
* ath9k: Update AR9565 initvalsMiaoqing Pan2016-03-111-1/+1
* ath9k: Update AR955x initvalsMiaoqing Pan2016-03-111-1/+1
* ath9k: Update AR9485 initvalsMiaoqing Pan2016-03-111-2/+2
* ath9k: Update AR9462 initvalsMiaoqing Pan2016-03-112-4/+4
* ath9k: Update AR9340 initvalsMiaoqing Pan2016-03-111-2/+2
* ath9k: Update AR933x initvalsMiaoqing Pan2016-03-112-4/+4
* ath9k: Update AR9003 2.2 initvalsMiaoqing Pan2016-03-111-2/+2
* ath9k: Update QCA953x initvalsMiaoqing Pan2016-03-111-2/+2
* ath10k: set MAC timestamp in management Rx framePeter Oh2016-03-082-0/+20
* ath10k: deliver mgmt frames from htt to monitor vifs onlyGrzegorz Bajorski2016-03-082-36/+40
* 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
* wil6210: P2P_DEVICE virtual interface supportLior David2016-03-077-26/+152
* wil6210: p2p initial supportDedy Lansky2016-03-076-16/+389
* wil6210: add support for platform specific notification eventsMaya Erez2016-03-073-5/+40
* wil6210: basic PBSS/PCP supportLior David2016-03-072-13/+16
* wil6210: switch to generated wmi.hLior David2016-03-077-701/+652
* wil6210: add support for discovery mode during scanLior David2016-03-074-3/+17
* wil6210: replay attack detectionVladimir Kondratiev2016-03-076-17/+226
* wil6210: Set permanent MAC address to wiphyHamad Kadmany2016-03-071-0/+2
* wil6210: AP: prevent connecting to already connected stationMaya Erez2016-03-071-0/+8
* wil6210: remove BACK RX and TX workersMaya Erez2016-03-073-202/+41
* ath10k: fix firmware assert in monitor modeRajkumar Manoharan2016-03-061-1/+4
* ath10k: change htt tx desc/qcache peer limit configMichal Kazior2016-03-064-9/+18
* ath10k: fix HTT Tx CE ring sizeMichal Kazior2016-03-061-1/+1
* ath10k: implement push-pull txMichal Kazior2016-03-066-22/+186
* ath10k: keep track of queue depth per txqMichal Kazior2016-03-063-0/+13
* ath10k: store txq in skb_cbMichal Kazior2016-03-062-2/+18
* ath10k: implement updating shared htt txq stateMichal Kazior2016-03-063-0/+110
* ath10k: implement wake_tx_queueMichal Kazior2016-03-065-0/+157
* ath10k: add new htt message generation/parsing logicMichal Kazior2016-03-063-1/+255
* ath10k: add fast peer_map lookupMichal Kazior2016-03-063-6/+71
* ath10k: maintain peer_id for each sta and vifMichal Kazior2016-03-062-0/+40
* ath10k: refactor tx pending managementMichal Kazior2016-03-064-74/+71
* ath10k: unify txpath decisionMichal Kazior2016-03-061-11/+43
* ath10k: refactor tx codeMichal Kazior2016-03-061-55/+96