Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | ath9k: Support ANT diversity for WB225 | Sujith Manoharan | 2013-08-05 | 3 | -41/+86 | |
* | | | | | | ath9k: Set SWCOM value for CUS198 | Sujith Manoharan | 2013-08-05 | 2 | -0/+2 | |
* | | | | | | ath9k: Remove "shared_chain_lnadiv" | Sujith Manoharan | 2013-08-05 | 4 | -4/+3 | |
* | | | | | | ath9k: Program HW for WB195 diversity | Sujith Manoharan | 2013-08-05 | 2 | -0/+66 | |
* | | | | | | ath9k: Enable WLAN/BT Ant Diversity for WB225/WB195 | Sujith Manoharan | 2013-08-05 | 1 | -5/+13 | |
* | | | | | | ath9k: Rename ath9k_hw_antctrl_shared_chain_lnadiv | Sujith Manoharan | 2013-08-05 | 4 | -9/+7 | |
* | | | | | | ath9k: Add a HW capability for WLAN/BT RX diversity | Sujith Manoharan | 2013-08-05 | 4 | -9/+28 | |
* | | | | | | ath9k: Cleanup WLAN/BT RX diversity | Sujith Manoharan | 2013-08-05 | 4 | -28/+26 | |
* | | | | | | ath9k: Fix antenna diversity for CUS198 | Sujith Manoharan | 2013-08-05 | 3 | -26/+59 | |
* | | | | | | ath9k: Print LNA combining mode during init | Sujith Manoharan | 2013-08-05 | 1 | -15/+9 | |
* | | | | | | ath9k: Add information about antenna diversity | Sujith Manoharan | 2013-08-05 | 1 | -0/+52 | |
* | | | | | | Merge tag 'for-linville-20130730' of git://github.com/kvalo/ath6kl | John W. Linville | 2013-08-02 | 19 | -454/+959 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | ath10k: fix rts/fragmentation threshold setup | Michal Kazior | 2013-07-30 | 1 | -26/+28 | |
| * | | | | | ath10k: fix memleak in mac setup | Michal Kazior | 2013-07-30 | 1 | -11/+15 | |
| * | | | | | ath10k: don't reset HTC endpoints unnecessarily | Michal Kazior | 2013-07-30 | 1 | -1/+0 | |
| * | | | | | ath10k: prevent HTC from being used after stopping | Michal Kazior | 2013-07-30 | 2 | -16/+15 | |
| * | | | | | ath10k: create debugfs interface to trigger fw crash | Michal Kazior | 2013-07-30 | 1 | -0/+57 | |
| * | | | | | ath10k: fix NULL dereference for injected packets | Michal Kazior | 2013-07-30 | 1 | -4/+8 | |
| * | | | | | ath10k: implement fw crash simulation command | Michal Kazior | 2013-07-30 | 2 | -0/+38 | |
| * | | | | | ath10k: implement device recovery | Michal Kazior | 2013-07-30 | 7 | -19/+144 | |
| * | | | | | ath10k: skip fw stats debugfs interface if device is down | Michal Kazior | 2013-07-30 | 1 | -14/+16 | |
| * | | | | | ath10k: store firmware files in memory | Michal Kazior | 2013-07-30 | 2 | -52/+109 | |
| * | | | | | ath10k: defer hw setup to start/stop mac80211 hooks | Michal Kazior | 2013-07-30 | 3 | -32/+81 | |
| * | | | | | ath10k: make sure all resources are freed upon ath10k_stop() | Michal Kazior | 2013-07-30 | 1 | -0/+25 | |
| * | | | | | ath10k: move free_vdev_map initialization | Michal Kazior | 2013-07-30 | 1 | -2/+2 | |
| * | | | | | ath10k: decouple suspend code | Michal Kazior | 2013-07-30 | 5 | -154/+138 | |
| * | | | | | ath10k: reset BMI state upon init | Michal Kazior | 2013-07-30 | 3 | -0/+9 | |
| * | | | | | ath10k: allow deferred regd update | Michal Kazior | 2013-07-30 | 2 | -7/+26 | |
| * | | | | | ath10k: decouple core start/stop logic | Michal Kazior | 2013-07-30 | 2 | -12/+34 | |
| * | | | | | ath10k: decouple pci start/stop logic | Michal Kazior | 2013-07-30 | 2 | -39/+91 | |
| * | | | | | ath10k: add missing debug prints | Michal Kazior | 2013-07-30 | 1 | -0/+6 | |
| * | | | | | ath10k: abort scan properly if wmi_scan_stop fails | Michal Kazior | 2013-07-30 | 1 | -0/+4 | |
| * | | | | | ath10k: improve locking | Michal Kazior | 2013-07-30 | 1 | -2/+55 | |
| * | | | | | ath10k: embed HTT struct inside ath10k | Michal Kazior | 2013-07-30 | 7 | -34/+34 | |
| * | | | | | ath10k: embed HTC struct inside ath10k | Michal Kazior | 2013-07-30 | 7 | -46/+27 | |
| * | | | | | ath10k: rename hif callback | Michal Kazior | 2013-07-30 | 3 | -9/+9 | |
| * | | | | | ath10k: change function to take struct ath10k as arg | Michal Kazior | 2013-07-30 | 1 | -3/+3 | |
| * | | | | | ath10k: provide errno if bmi read/write fails | Michal Kazior | 2013-07-30 | 1 | -2/+4 | |
| * | | | | | ath10k: lower print level for a message | Michal Kazior | 2013-07-30 | 1 | -2/+3 | |
| * | | | | | ath10k: silent warning in IBSS mode | Michal Kazior | 2013-07-30 | 1 | -2/+2 | |
| * | | | | | ath10k: fix typo in define name | Michal Kazior | 2013-07-30 | 3 | -6/+6 | |
| * | | | | | ath10k: remove ath10k_bus | Michal Kazior | 2013-07-30 | 3 | -10/+1 | |
| * | | | | | ath10k: do not setup rts/frag thresholds for suspended interfaces | Michal Kazior | 2013-07-30 | 1 | -2/+2 | |
| * | | | | | ath10k: setup rts/frag thresholds upon vdev creation | Michal Kazior | 2013-07-30 | 1 | -1/+19 | |
| * | | | | | ath10k: fix possible deadlock | Michal Kazior | 2013-07-30 | 1 | -4/+6 | |
| * | | | | | ath10k: fix teardown ordering | Michal Kazior | 2013-07-30 | 1 | -1/+1 | |
* | | | | | | ath9k: Add statistics for antenna diversity | Sujith Manoharan | 2013-08-01 | 3 | -28/+95 | |
* | | | | | | ath9k: Use a subroutine to calculate ALT ratio | Sujith Manoharan | 2013-08-01 | 1 | -94/+79 | |
* | | | | | | ath9k: Simplify checks in quick_scan | Sujith Manoharan | 2013-08-01 | 1 | -10/+10 | |
* | | | | | | ath9k: Use a helper function for checking LNA options | Sujith Manoharan | 2013-08-01 | 1 | -87/+79 |