Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | ath9k: Check for NULL sta in ath_tx_start | Ben Greear | 2010-12-08 | 1 | -1/+4 | |
| | * | | | mac80211: Apply ht_opmode changes in ieee80211_change_bss | Helmut Schaa | 2010-12-08 | 1 | -0/+6 | |
| | * | | | cfg80211: Add new BSS attribute ht_opmode | Helmut Schaa | 2010-12-08 | 3 | -0/+12 | |
| | * | | | mac80211: Fix compilation error when mesh is disabled | Javier Cardona | 2010-12-07 | 1 | -0/+2 | |
| | * | | | ath9k: Remove dead code in recv.c | Mohammed Shafi Shajakhan | 2010-12-07 | 1 | -5/+4 | |
| | * | | | ath9k: Parse DTIM period from mac80211 | Mohammed Shafi Shajakhan | 2010-12-07 | 2 | -2/+4 | |
| | * | | | ath9k: Properly use unlikely check macro | Mohammed Shafi Shajakhan | 2010-12-07 | 1 | -3/+4 | |
| | * | | | ath9k_htc: Fix panic on FW download failure | Sujith Manoharan | 2010-12-07 | 1 | -2/+2 | |
| | * | | | ath9k_htc: Add support for handling TX power configuration | Sujith Manoharan | 2010-12-07 | 1 | -0/+6 | |
| | * | | | ath9k_htc: Cleanup device identification | Sujith Manoharan | 2010-12-07 | 7 | -30/+31 | |
| | * | | | mac80211: fix a compiler warning | Felix Fietkau | 2010-12-07 | 1 | -2/+1 | |
| | * | | | ath5k: Use capabilities information for the number of TX queues | Bruno Randolf | 2010-12-07 | 2 | -28/+41 | |
| | * | | | ath9k: Make DMA warning in ath_stoprecv WARN_ON_ONCE. | Ben Greear | 2010-12-07 | 2 | -2/+8 | |
| | * | | | ath9k: Add device id of AR9485 to pci table | Vasanthakumar Thiagarajan | 2010-12-07 | 1 | -0/+1 | |
| | * | | | ath9k_hw: Disable MRC CCK for AR9485 | Vasanthakumar Thiagarajan | 2010-12-07 | 1 | -1/+1 | |
| | * | | | ath9k_hw: Setup paprd only for supported chains | Vasanthakumar Thiagarajan | 2010-12-07 | 2 | -17/+36 | |
| | * | | | ath9k_hw: Program appropriate register for temperature compensation cal for A... | Vasanthakumar Thiagarajan | 2010-12-07 | 1 | -1/+1 | |
| | * | | | ath9k_hw: Add IQ cal changes for AR9485 | Vasanthakumar Thiagarajan | 2010-12-07 | 2 | -3/+255 | |
| | * | | | ath9k_hw: Define IQcal correction coefficient registers using index | Vasanthakumar Thiagarajan | 2010-12-07 | 2 | -8/+10 | |
| | * | | | ath9k_hw: Program appropriate chianmask for AR9485 before starting AGC/IQ cal | Vasanthakumar Thiagarajan | 2010-12-07 | 1 | -1/+3 | |
| | * | | | ath9k_hw: Configure power control only for the supported chains | Vasanthakumar Thiagarajan | 2010-12-07 | 1 | -12/+16 | |
| | * | | | ath9k_hw: Read and configure turnning caps to regulate freq accuracy | Vasanthakumar Thiagarajan | 2010-12-07 | 2 | -0/+22 | |
| | * | | | ath9k_hw: Configure internal regulator for AR9485 | Vasanthakumar Thiagarajan | 2010-12-07 | 2 | -15/+82 | |
| | * | | | ath9k_hw: Read and configure antenna diversity control for AR9485 | Vasanthakumar Thiagarajan | 2010-12-07 | 2 | -4/+30 | |
| | * | | | ath9k_hw: Configure xpa bias level for AR9485 | Vasanthakumar Thiagarajan | 2010-12-07 | 2 | -3/+13 | |
| | * | | | ath9k: Read spur channel information from eeprom for AR9485 | Vasanthakumar Thiagarajan | 2010-12-07 | 1 | -3/+32 | |
| | * | | | ath9k_hw: Add a helper function to get spur channel pointer from cal data for... | Vasanthakumar Thiagarajan | 2010-12-07 | 2 | -0/+11 | |
| | * | | | ath9k_hw: Find chansel of AR_PHY_65NM_CH0_SYNTH7 for AR9485 | Vasanthakumar Thiagarajan | 2010-12-07 | 2 | -1/+5 | |
| | * | | | ath9k: Configure pll control for AR9485 | Vasanthakumar Thiagarajan | 2010-12-07 | 2 | -1/+8 | |
| | * | | | ath9k_hw: Find the maximum number of chains that hw supports | Vasanthakumar Thiagarajan | 2010-12-07 | 2 | -1/+15 | |
| | * | | | ath9k: Enable extended synch for AR9485 to fix L0s recovery issue | Vasanthakumar Thiagarajan | 2010-12-07 | 5 | -0/+23 | |
| | * | | | ath9k: Disable TX STBC for AR9485 | Vasanthakumar Thiagarajan | 2010-12-07 | 1 | -1/+3 | |
| | * | | | ath9k_hw: Disable LDPC for AR9485 | Vasanthakumar Thiagarajan | 2010-12-07 | 1 | -2/+4 | |
| | * | | | ath9k_hw: Eeeprom changes for AR9485 | Vasanthakumar Thiagarajan | 2010-12-07 | 2 | -2/+7 | |
| | * | | | ath9k_hw: Initialize tx/rx gain table from initvals.h for AR9485 | Vasanthakumar Thiagarajan | 2010-12-07 | 1 | -20/+62 | |
| | * | | | ath9k_hw: Initialize mode registers for AR9485 | Vasanthakumar Thiagarajan | 2010-12-07 | 1 | -66/+129 | |
| | * | | | ath9k_hw: Enable hw initialization for AR9485 | Vasanthakumar Thiagarajan | 2010-12-07 | 3 | -0/+3 | |
| | * | | | ath9k_hw: Add initvals.h for AR9485 | Vasanthakumar Thiagarajan | 2010-12-07 | 1 | -0/+943 | |
| | * | | | ath9k_hw: Define hw version macros for AR9485 | Vasanthakumar Thiagarajan | 2010-12-07 | 1 | -0/+8 | |
| | * | | | ath5k: remove MODULE_VERSION | John W. Linville | 2010-12-07 | 1 | -1/+0 | |
| | * | | | ath: Fix ath_dbg access beyond array bound | Joe Perches | 2010-12-07 | 1 | -25/+2 | |
| | * | | | ath: Convert ath_print to ath_dbg | Joe Perches | 2010-12-07 | 36 | -1105/+1009 | |
| | * | | | ath: Convert ath_print(.., ATH_DBG_FATAL to ath_err | Joe Perches | 2010-12-07 | 21 | -254/+186 | |
| | * | | | ath: Add and use ath_printk and ath_<level> | Joe Perches | 2010-12-07 | 4 | -91/+124 | |
| | * | | | mac80211: fix dynamic-ps/pm_qos magic numbers | Eliad Peller | 2010-12-07 | 1 | -4/+5 | |
| | * | | | orinoco: allow IW_AUTH_MFP to pass through | David Kilroy | 2010-12-07 | 1 | -0/+8 | |
| | * | | | nl80211/mac80211: Report signal average | Bruno Randolf | 2010-12-07 | 8 | -1/+18 | |
| | * | | | iwlwifi: jiffies based tx queues watchdog | Stanislaw Gruszka | 2010-12-06 | 13 | -138/+91 | |
| | * | | | iwl3945: prevent too frequent firmware resets | Stanislaw Gruszka | 2010-12-06 | 1 | -0/+7 | |
| | * | | | cfg80211/mac80211: add mesh join/leave commands | Johannes Berg | 2010-12-06 | 14 | -115/+359 |