| Commit message (Expand) | Author | Age | Files | Lines |
* | ath9k: Add Bluetooth Coexistence 3-wire support | Vasanthakumar Thiagarajan | 2009-08-28 | 9 | -27/+423 |
* | ath9k: Add infrastructure for generic hw timers | Vasanthakumar Thiagarajan | 2009-08-28 | 4 | -2/+278 |
* | ath9k: Remove hw capability bit meant for btcoex | Vasanthakumar Thiagarajan | 2009-08-28 | 3 | -7/+3 |
* | ath9k: Determine btcoex scheme type based on chip version | Vasanthakumar Thiagarajan | 2009-08-28 | 3 | -3/+20 |
* | ath9k: Move btcoex related data to a separate struct | Vasanthakumar Thiagarajan | 2009-08-28 | 5 | -9/+22 |
* | ath9k: Configure btcoex register during every reset | Vasanthakumar Thiagarajan | 2009-08-28 | 1 | -0/+3 |
* | ath9k: Move btcoex stuff from hw.[ch] to new btcoex.[ch] | Vasanthakumar Thiagarajan | 2009-08-28 | 6 | -47/+82 |
* | ath9k: Split ath9k_hw_btcoex_enable() into two logical pieces | Vasanthakumar Thiagarajan | 2009-08-28 | 4 | -3/+28 |
* | ath9k: Wrap DMA dump function with PS wakeup/restore | Sujith | 2009-08-28 | 1 | -0/+4 |
* | ath9k: Update INITVALs for AR9285 | Sujith | 2009-08-28 | 1 | -5/+5 |
* | ath9k: Handle PA cal usage properly | Sujith | 2009-08-28 | 1 | -0/+5 |
* | ath9k: Fix bugs in programming registers during PA CAL | Sujith | 2009-08-28 | 1 | -3/+2 |
* | ath9k: Reduce the frequency of PA offset calibration | Sujith | 2009-08-28 | 3 | -4/+29 |
* | ath9k: Fix read buffer overflow | Roel Kluin | 2009-08-28 | 1 | -8/+8 |
* | ath9k: Fix chainmask selection during scanning | Sujith | 2009-08-28 | 1 | -1/+6 |
* | ath9k: Add support FIF_OTHER_BSS filtering mode. | Javier Cardona | 2009-08-28 | 1 | -3/+4 |
* | ath9k: Nuke struct ath9k_node_stats | Vasanthakumar Thiagarajan | 2009-08-20 | 5 | -25/+8 |
* | ath9k: Fix bug in retrieving average beacon rssi | Vasanthakumar Thiagarajan | 2009-08-20 | 1 | -6/+1 |
* | ath: move regulatory info into shared common structure | Luis R. Rodriguez | 2009-08-20 | 7 | -43/+65 |
* | ath9k: Fix TX poll cancelling | Sujith | 2009-08-20 | 1 | -4/+3 |
* | mac80211: allow configure_filter callback to sleep | Johannes Berg | 2009-08-20 | 1 | -2/+1 |
* | ath9k: Updates for AR9287_12 version of chipset. | Vivek Natarajan | 2009-08-20 | 2 | -4/+11 |
* | ath9k: Fix ref power interpolation logic for AR9287 chipsets. | Vivek Natarajan | 2009-08-20 | 1 | -9/+3 |
* | ath9k: Enable LEDs for AR9287 chipsets. | Vivek Natarajan | 2009-08-20 | 4 | -15/+22 |
* | ath9k: Set AR_WA for AR9287 as it improves consistency in throughput. | Vivek Natarajan | 2009-08-20 | 1 | -1/+1 |
* | ath9k: Add open loop power control support for AR9287. | Vivek Natarajan | 2009-08-20 | 3 | -19/+52 |
* | ath9k: Set HW state properly | Sujith | 2009-08-14 | 1 | -0/+1 |
* | ath9k: Fix bug in PCI resume | Sujith | 2009-08-14 | 1 | -1/+3 |
* | ath9k: Remove duplicate variables | Sujith | 2009-08-14 | 3 | -21/+14 |
* | ath9k: Remove has_hw_phycounters | Sujith | 2009-08-14 | 4 | -112/+88 |
* | ath9k: update kconfig to indicate support for AR9002 family | Luis R. Rodriguez | 2009-08-14 | 1 | -1/+7 |
* | ath: add common ath_rxbuf_alloc() and make ath9k use it | Luis R. Rodriguez | 2009-08-14 | 3 | -38/+8 |
* | ath9k: Fix regression on receiving PS poll frames | Luis R. Rodriguez | 2009-08-14 | 1 | -0/+1 |
* | ath9k: Update beacon RSSI | Sujith | 2009-08-14 | 1 | -0/+4 |
* | ath9k: Remove local chainmask variable | Sujith | 2009-08-14 | 1 | -44/+42 |
* | ath9k: Cleanup TX power calculation for 4K chips | Sujith | 2009-08-14 | 1 | -37/+35 |
* | ath9k: Clean antenna configuration for 4K EEPROM chips | Sujith | 2009-08-14 | 3 | -53/+84 |
* | ath9k: Add macros for Antenna Diversity | Sujith | 2009-08-14 | 1 | -1/+19 |
* | ath9k: Cleanup ath9k_hw_4k_set_gain() interface | Sujith | 2009-08-14 | 1 | -11/+11 |
* | ath9k: Split eeprom.c into manageable pieces | Sujith | 2009-08-14 | 6 | -3745/+3814 |
* | ath9k: Remove a few DEBUG mesages | Sujith | 2009-08-14 | 1 | -103/+23 |
* | ath9k: Try to fix whitespace damage | Sujith | 2009-08-14 | 2 | -229/+215 |
* | ath9k: Cleanup function return types | Sujith | 2009-08-14 | 5 | -25/+11 |
* | ath9k: Remove unneeded assignment of protocol field | Sujith | 2009-08-14 | 1 | -1/+0 |
* | ath9k: use new FIF_PSPOLL configure filter | Luis R. Rodriguez | 2009-08-14 | 1 | -2/+1 |
* | ath9k: fix compile warning on ath9k_hw_AR9287_check_eeprom() | Luis R. Rodriguez | 2009-08-04 | 1 | -4/+9 |
* | ath9k: cancel xmit poll work at stop() callback | Luis R. Rodriguez | 2009-08-04 | 1 | -0/+2 |
* | ath9k: add initial hardware support for ar9271 | Luis R. Rodriguez | 2009-08-04 | 4 | -40/+314 |
* | ath9k: add initvals and registry definitions for AR9271 | Luis R. Rodriguez | 2009-08-04 | 3 | -0/+694 |
* | ath9k: add ar9271 revision and subrevision ID helpers | Luis R. Rodriguez | 2009-08-04 | 1 | -0/+12 |