summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-08-05ath9k: Add more PCI IDs for WB225 cardsSujith Manoharan1-0/+72
2013-08-05ath9k: Fix antenna control init for AR9485Sujith Manoharan1-1/+13
2013-08-05ath9k: Remove ath_ant_comb_update()Sujith Manoharan4-28/+1
2013-08-05ath9k: Support ANT diversity for WB225Sujith Manoharan3-41/+86
2013-08-05ath9k: Set SWCOM value for CUS198Sujith Manoharan2-0/+2
2013-08-05ath9k: Remove "shared_chain_lnadiv"Sujith Manoharan4-4/+3
2013-08-05ath9k: Program HW for WB195 diversitySujith Manoharan2-0/+66
2013-08-05ath9k: Enable WLAN/BT Ant Diversity for WB225/WB195Sujith Manoharan1-5/+13
2013-08-05ath9k: Rename ath9k_hw_antctrl_shared_chain_lnadivSujith Manoharan4-9/+7
2013-08-05ath9k: Add a HW capability for WLAN/BT RX diversitySujith Manoharan4-9/+28
2013-08-05ath9k: Cleanup WLAN/BT RX diversitySujith Manoharan4-28/+26
2013-08-05ath9k: Fix antenna diversity for CUS198Sujith Manoharan3-26/+59
2013-08-05ath9k: Print LNA combining mode during initSujith Manoharan1-15/+9
2013-08-05ath9k: Add information about antenna diversitySujith Manoharan1-0/+52
2013-08-02Merge tag 'for-linville-20130730' of git://github.com/kvalo/ath6klJohn W. Linville19-454/+959
2013-08-01ath9k: Add statistics for antenna diversitySujith Manoharan3-28/+95
2013-08-01ath9k: Use a subroutine to calculate ALT ratioSujith Manoharan1-94/+79
2013-08-01ath9k: Simplify checks in quick_scanSujith Manoharan1-10/+10
2013-08-01ath9k: Use a helper function for checking LNA optionsSujith Manoharan1-87/+79
2013-08-01ath9k: Use a subroutine to try LNA switchSujith Manoharan1-40/+52
2013-08-01ath9k: Add ALT check for cards with GROUP-3 configSujith Manoharan1-17/+33
2013-08-01ath9k: Use a subroutine to check for short scanSujith Manoharan1-14/+23
2013-08-01ath9k: Do a quick scan only when scan_not_start is trueSujith Manoharan3-9/+26
2013-08-01ath9k: Add a debugfs file for antenna diversitySujith Manoharan1-0/+64
2013-08-01Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-1/+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