aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2013-07-31iwlwifi: mvm: Enable user set TX powerMatti Gottlieb4-2/+40
2013-07-31iwlwifi: mvm: reprobe device on firmware error during restartJohannes Berg1-1/+39
2013-07-31iwlwifi: mvm: remove the default calibration values for 7000Emmanuel Grumbach1-55/+0
2013-07-31iwlwifi: mvm: new api to get signal strengthAvri Altman3-17/+46
2013-07-31iwlwifi: pcie: disable L1 Active after pci_enable_deviceEmmanuel Grumbach1-5/+5
2013-07-31iwlwifi: dvm: fix calling ieee80211_chswitch_done() with NULLStanislaw Gruszka1-1/+4
2013-07-31ath10k: detect the number of spatial streams supported by hwMichal Kazior3-12/+20
2013-07-31ath10k: improve tx throughput on slow machinesMichal Kazior1-3/+3
2013-07-30ath10k: fix rts/fragmentation threshold setupMichal Kazior1-26/+28
2013-07-30ath10k: fix memleak in mac setupMichal Kazior1-11/+15
2013-07-30ath10k: don't reset HTC endpoints unnecessarilyMichal Kazior1-1/+0
2013-07-30ath10k: prevent HTC from being used after stoppingMichal Kazior2-16/+15
2013-07-30ath10k: create debugfs interface to trigger fw crashMichal Kazior1-0/+57
2013-07-30ath10k: fix NULL dereference for injected packetsMichal Kazior1-4/+8
2013-07-30ath10k: implement fw crash simulation commandMichal Kazior2-0/+38
2013-07-30ath10k: implement device recoveryMichal Kazior7-19/+144
2013-07-30ath10k: skip fw stats debugfs interface if device is downMichal Kazior1-14/+16
2013-07-30ath10k: store firmware files in memoryMichal Kazior2-52/+109
2013-07-30ath10k: defer hw setup to start/stop mac80211 hooksMichal Kazior3-32/+81
2013-07-30ath10k: make sure all resources are freed upon ath10k_stop()Michal Kazior1-0/+25
2013-07-30ath10k: move free_vdev_map initializationMichal Kazior1-2/+2
2013-07-30ath10k: decouple suspend codeMichal Kazior5-154/+138
2013-07-30ath10k: reset BMI state upon initMichal Kazior3-0/+9
2013-07-30ath10k: allow deferred regd updateMichal Kazior2-7/+26
2013-07-30ath10k: decouple core start/stop logicMichal Kazior2-12/+34
2013-07-30ath10k: decouple pci start/stop logicMichal Kazior2-39/+91
2013-07-30ath10k: add missing debug printsMichal Kazior1-0/+6
2013-07-30ath10k: abort scan properly if wmi_scan_stop failsMichal Kazior1-0/+4
2013-07-30ath10k: improve lockingMichal Kazior1-2/+55
2013-07-30ath10k: embed HTT struct inside ath10kMichal Kazior7-34/+34
2013-07-30ath10k: embed HTC struct inside ath10kMichal Kazior7-46/+27
2013-07-30ath10k: rename hif callbackMichal Kazior3-9/+9
2013-07-30ath10k: change function to take struct ath10k as argMichal Kazior1-3/+3
2013-07-30ath10k: provide errno if bmi read/write failsMichal Kazior1-2/+4
2013-07-30ath10k: lower print level for a messageMichal Kazior1-2/+3
2013-07-30ath10k: silent warning in IBSS modeMichal Kazior1-2/+2
2013-07-30ath10k: fix typo in define nameMichal Kazior3-6/+6
2013-07-30ath10k: remove ath10k_busMichal Kazior3-10/+1
2013-07-30ath10k: do not setup rts/frag thresholds for suspended interfacesMichal Kazior1-2/+2
2013-07-30ath10k: setup rts/frag thresholds upon vdev creationMichal Kazior1-1/+19
2013-07-30ath10k: fix possible deadlockMichal Kazior1-4/+6
2013-07-30ath10k: fix teardown orderingMichal Kazior1-1/+1
2013-07-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville9-39/+57
2013-07-29Merge branch 'for-linville-current' of git://github.com/kvalo/athJohn W. Linville1-1/+1
2013-07-29rt2x00: fix stop queueStanislaw Gruszka1-7/+11
2013-07-26brcmfmac: inform cfg80211 about disconnect when device is unpluggedArend van Spriel1-1/+4
2013-07-26mwifiex: Add missing endian conversion.Tomasz Moń1-2/+2
2013-07-26mwifiex: code rearrangement in sdio.cAmitkumar Karwar1-107/+104
2013-07-26mwifiex: handle driver initialization error pathsAmitkumar Karwar2-28/+56
2013-07-26iwlwifi: pcie: clear RFKILL interrupt in AMPGEmmanuel Grumbach2-0/+10