aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-11ath9k: Allow platform override BTCoex pinMiaoqing Pan1-10/+35
2016-03-11ath9k: cleanup led_pin initialMiaoqing Pan5-47/+31
2016-03-11ath9k: free GPIO resource for SOC GPIOsMiaoqing Pan5-0/+23
2016-03-11ath9k: make GPIO API to support both of WMAC and SOCMiaoqing Pan8-120/+174
2016-03-11ath9k: define correct GPIO numbers and bits maskMiaoqing Pan3-17/+96
2016-03-11ath9k_htc: fix up indents with spacesBob Copeland1-7/+7
2016-03-11ath9k: fix a misleading indentationBob Copeland1-5/+5
2016-03-11ath5k: fix incorrect indentationBob Copeland2-3/+3
2016-03-11ath9k: set correct peak detect thresholdMiaoqing Pan1-14/+11
2016-03-11ath9k: use AR_SREV_9003_PCOEM to identify PCOEM chipsMiaoqing Pan1-4/+1
2016-03-11ath9k: enable manual peak cal for all ar9300 chipsMiaoqing Pan1-8/+6
2016-03-11ath9k: Update AR9580 initvalsMiaoqing Pan1-2/+2
2016-03-11ath9k: Update QCA956x initvalsMiaoqing Pan1-1/+1
2016-03-11ath9k: Update AR9565 initvalsMiaoqing Pan1-1/+1
2016-03-11ath9k: Update AR955x initvalsMiaoqing Pan1-1/+1
2016-03-11ath9k: Update AR9485 initvalsMiaoqing Pan1-2/+2
2016-03-11ath9k: Update AR9462 initvalsMiaoqing Pan2-4/+4
2016-03-11ath9k: Update AR9340 initvalsMiaoqing Pan1-2/+2
2016-03-11ath9k: Update AR933x initvalsMiaoqing Pan2-4/+4
2016-03-11ath9k: Update AR9003 2.2 initvalsMiaoqing Pan1-2/+2
2016-03-11ath9k: Update QCA953x initvalsMiaoqing Pan1-2/+2
2016-03-08ath10k: set MAC timestamp in management Rx framePeter Oh2-0/+20
2016-03-08ath10k: deliver mgmt frames from htt to monitor vifs onlyGrzegorz Bajorski2-36/+40
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-06ath10k: fix firmware assert in monitor modeRajkumar Manoharan1-1/+4
2016-03-06ath10k: change htt tx desc/qcache peer limit configMichal Kazior4-9/+18
2016-03-06ath10k: fix HTT Tx CE ring sizeMichal Kazior1-1/+1
2016-03-06ath10k: implement push-pull txMichal Kazior6-22/+186
2016-03-06ath10k: keep track of queue depth per txqMichal Kazior3-0/+13
2016-03-06ath10k: store txq in skb_cbMichal Kazior2-2/+18
2016-03-06ath10k: implement updating shared htt txq stateMichal Kazior3-0/+110
2016-03-06ath10k: implement wake_tx_queueMichal Kazior5-0/+157
2016-03-06ath10k: add new htt message generation/parsing logicMichal Kazior3-1/+255
2016-03-06ath10k: add fast peer_map lookupMichal Kazior3-6/+71
2016-03-06ath10k: maintain peer_id for each sta and vifMichal Kazior2-0/+40
2016-03-06ath10k: refactor tx pending managementMichal Kazior4-74/+71