summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ath10k: implement rx reorder supportMichal Kazior2015-01-275-36/+463
| | * | ath10k: introduce struct ath10k_skb_rxcbMichal Kazior2015-01-273-8/+18
| | * | ath10k: implement diag eventMichal Kazior2015-01-272-0/+58
| | * | ath10k: implement diag data container eventMichal Kazior2015-01-273-0/+128
| | * | ath10k: fix hwmon temperature input unitsRajkumar Manoharan2015-01-151-1/+2
| | * | ath10k: document switch case fall-through in __ath10k_scan_finishJohn W. Linville2015-01-151-0/+1
| | * | ath10k: prevent fw reg dump spamMichal Kazior2015-01-151-2/+6
| | * | ath10k: fix duration calculation for quiet paramRajkumar Manoharan2015-01-151-1/+1
| | * | ath10k: implement support for ap beacon offloadingMichal Kazior2015-01-151-0/+162
| | * | ath10k: implement p2p bcn ie commandMichal Kazior2015-01-154-0/+66
| | * | ath10k: implement prb tmpl wmi commandMichal Kazior2015-01-154-0/+75
| | * | ath10k: implement beacon template commandMichal Kazior2015-01-154-0/+103
| | * | ath10k: implement new beacon tx status eventMichal Kazior2015-01-152-0/+62
| | * | ath10k: fix config_enabled check for hwmonRajkumar Manoharan2015-01-131-1/+1
| | * | ath10k: Fix potential Rx ring corruptionVasanthakumar Thiagarajan2015-01-131-0/+5
| | * | ath10k: fixup wait_for_completion_timeout return handlingNicholas Mc Guire2015-01-134-7/+5Star
| | * | ath10k: fill max_num_vdevs for wmi-tlvMichal Kazior2015-01-131-0/+1
| | * | ath10k: Remove unused htt->max_throughput_mbpsSujith Manoharan2015-01-132-2/+0Star
| | * | ath10k: fix error return codeJulia Lawall2015-01-131-1/+3
| | * | ath10k: add support to send delbaRajkumar Manoharan2015-01-131-0/+52
| | * | ath10k: add support to send addba responseRajkumar Manoharan2015-01-131-0/+51
| | * | ath10k: add support to send addba requestRajkumar Manoharan2015-01-131-0/+52
| | * | ath10k: Implement sta_add_debugfsRajkumar Manoharan2015-01-135-1/+107
| | * | ath10k: add wmi support for delba_sendRajkumar Manoharan2015-01-133-0/+53
| | * | ath10k: add wmi support for addba_set_respRajkumar Manoharan2015-01-133-0/+51
| | * | ath10k: add wmi support for addba_sendRajkumar Manoharan2015-01-133-0/+50
| | * | ath10k: add wmi support for addba_clear_respRajkumar Manoharan2015-01-133-0/+47
| | * | ath10k: Enable RX batchingSujith Manoharan2015-01-121-1/+4
| | * | ath10k: Fix DMA burst sizeSujith Manoharan2015-01-122-1/+4
| * | | Merge tag 'iwlwifi-next-for-kalle-2015-02-03' of https://git.kernel.org/pub/s...Kalle Valo2015-02-0626-176/+503
| |\ \ \
| | * | | iwlwifi: mvm: reduce quota thresholdJohannes Berg2015-02-031-1/+1
| | * | | iwlwifi: mvm: don't send a command the firmware doesn't knowEmmanuel Grumbach2015-02-021-1/+2
| | * | | iwlwifi: mvm: Fix building channels in scan_config_cmdIlan Peer2015-02-011-2/+2
| | * | | iwlwifi: mvm: Enable EBS also in single scan on umac interfaceHaim Dreyfuss2015-02-011-0/+7
| | * | | iwlwifi: mvm: fix failure path when power_update fails in add_interfaceLuciano Coelho2015-02-011-1/+1
| | * | | iwlwifi: mvm: Fix a few EBS error handling bugsHaim Dreyfuss2015-02-012-3/+13
| | * | | iwlwifi: allow to define the stuck queue timer per queueEmmanuel Grumbach2015-02-0113-62/+87
| | * | | iwlwifi: mvm: enable watchdog on Tx queues for mvmEmmanuel Grumbach2015-02-016-16/+10Star
| | * | | iwlwifi: mvm: ignore stale TDLS ch-switch responsesArik Nemtsov2015-02-012-2/+16
| | * | | iwlwifi: mvm: improve TDLS ch-sw state machineArik Nemtsov2015-02-012-14/+35
| | * | | iwlwifi: pcie: disable the SCD_BASE_ADDR when we resume from WoWLANEmmanuel Grumbach2015-02-011-1/+6
| | * | | iwlwifi: pcie: prepare the enablement of 31 TFD queuesEmmanuel Grumbach2015-02-014-32/+40
| | * | | iwlwifi: mvm: rs: enable forcing single stream Tx decisionEyal Shapira2015-02-013-0/+102
| | * | | iwlwifi: mvm: add beamformer supportEyal Shapira2015-02-015-28/+177
| | * | | iwlwifi: pcie: don't dump useless data when a TFD queue hangsEmmanuel Grumbach2015-02-011-6/+0Star
| | * | | iwlwifi: mvm: always use mac color zeroLuciano Coelho2015-02-011-3/+0Star
| | * | | iwlwifi: mvm: remove space padding after sysassert descriptionJohannes Berg2015-02-011-1/+1
| | * | | iwlwifi: mvm: don't reprobe if we fail during reconfig and fw_restart is falseLuciano Coelho2015-02-011-5/+5
| | * | | iwlwifi: mvm: check IWL_UCODE_TLV_API_SCD_CFG in API and not in capaEmmanuel Grumbach2015-01-251-1/+1
| * | | | brcm80211: Delete unnecessary checks before two function callsMarkus Elfring2015-02-062-3/+2Star