aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | ath9k: Support ANT diversity for WB225Sujith Manoharan2013-08-053-41/+86
* | | | | | ath9k: Set SWCOM value for CUS198Sujith Manoharan2013-08-052-0/+2
* | | | | | ath9k: Remove "shared_chain_lnadiv"Sujith Manoharan2013-08-054-4/+3
* | | | | | ath9k: Program HW for WB195 diversitySujith Manoharan2013-08-052-0/+66
* | | | | | ath9k: Enable WLAN/BT Ant Diversity for WB225/WB195Sujith Manoharan2013-08-051-5/+13
* | | | | | ath9k: Rename ath9k_hw_antctrl_shared_chain_lnadivSujith Manoharan2013-08-054-9/+7
* | | | | | ath9k: Add a HW capability for WLAN/BT RX diversitySujith Manoharan2013-08-054-9/+28
* | | | | | ath9k: Cleanup WLAN/BT RX diversitySujith Manoharan2013-08-054-28/+26
* | | | | | ath9k: Fix antenna diversity for CUS198Sujith Manoharan2013-08-053-26/+59
* | | | | | ath9k: Print LNA combining mode during initSujith Manoharan2013-08-051-15/+9
* | | | | | ath9k: Add information about antenna diversitySujith Manoharan2013-08-051-0/+52
* | | | | | Merge tag 'for-linville-20130730' of git://github.com/kvalo/ath6klJohn W. Linville2013-08-0219-454/+959
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | ath10k: fix rts/fragmentation threshold setupMichal Kazior2013-07-301-26/+28
| * | | | | ath10k: fix memleak in mac setupMichal Kazior2013-07-301-11/+15
| * | | | | ath10k: don't reset HTC endpoints unnecessarilyMichal Kazior2013-07-301-1/+0
| * | | | | ath10k: prevent HTC from being used after stoppingMichal Kazior2013-07-302-16/+15
| * | | | | ath10k: create debugfs interface to trigger fw crashMichal Kazior2013-07-301-0/+57
| * | | | | ath10k: fix NULL dereference for injected packetsMichal Kazior2013-07-301-4/+8
| * | | | | ath10k: implement fw crash simulation commandMichal Kazior2013-07-302-0/+38
| * | | | | ath10k: implement device recoveryMichal Kazior2013-07-307-19/+144
| * | | | | ath10k: skip fw stats debugfs interface if device is downMichal Kazior2013-07-301-14/+16
| * | | | | ath10k: store firmware files in memoryMichal Kazior2013-07-302-52/+109
| * | | | | ath10k: defer hw setup to start/stop mac80211 hooksMichal Kazior2013-07-303-32/+81
| * | | | | ath10k: make sure all resources are freed upon ath10k_stop()Michal Kazior2013-07-301-0/+25
| * | | | | ath10k: move free_vdev_map initializationMichal Kazior2013-07-301-2/+2
| * | | | | ath10k: decouple suspend codeMichal Kazior2013-07-305-154/+138
| * | | | | ath10k: reset BMI state upon initMichal Kazior2013-07-303-0/+9
| * | | | | ath10k: allow deferred regd updateMichal Kazior2013-07-302-7/+26
| * | | | | ath10k: decouple core start/stop logicMichal Kazior2013-07-302-12/+34
| * | | | | ath10k: decouple pci start/stop logicMichal Kazior2013-07-302-39/+91
| * | | | | ath10k: add missing debug printsMichal Kazior2013-07-301-0/+6
| * | | | | ath10k: abort scan properly if wmi_scan_stop failsMichal Kazior2013-07-301-0/+4
| * | | | | ath10k: improve lockingMichal Kazior2013-07-301-2/+55
| * | | | | ath10k: embed HTT struct inside ath10kMichal Kazior2013-07-307-34/+34
| * | | | | ath10k: embed HTC struct inside ath10kMichal Kazior2013-07-307-46/+27
| * | | | | ath10k: rename hif callbackMichal Kazior2013-07-303-9/+9
| * | | | | ath10k: change function to take struct ath10k as argMichal Kazior2013-07-301-3/+3
| * | | | | ath10k: provide errno if bmi read/write failsMichal Kazior2013-07-301-2/+4
| * | | | | ath10k: lower print level for a messageMichal Kazior2013-07-301-2/+3
| * | | | | ath10k: silent warning in IBSS modeMichal Kazior2013-07-301-2/+2
| * | | | | ath10k: fix typo in define nameMichal Kazior2013-07-303-6/+6
| * | | | | ath10k: remove ath10k_busMichal Kazior2013-07-303-10/+1
| * | | | | ath10k: do not setup rts/frag thresholds for suspended interfacesMichal Kazior2013-07-301-2/+2
| * | | | | ath10k: setup rts/frag thresholds upon vdev creationMichal Kazior2013-07-301-1/+19
| * | | | | ath10k: fix possible deadlockMichal Kazior2013-07-301-4/+6
| * | | | | ath10k: fix teardown orderingMichal Kazior2013-07-301-1/+1
* | | | | | ath9k: Add statistics for antenna diversitySujith Manoharan2013-08-013-28/+95
* | | | | | ath9k: Use a subroutine to calculate ALT ratioSujith Manoharan2013-08-011-94/+79
* | | | | | ath9k: Simplify checks in quick_scanSujith Manoharan2013-08-011-10/+10
* | | | | | ath9k: Use a helper function for checking LNA optionsSujith Manoharan2013-08-011-87/+79