Age | Commit message (Expand) | Author | Files | Lines |
2009-11-11 | ath5k: add LED definition for BenQ Joybook R55v | Bob Copeland | 1 | -0/+2 |
2009-11-11 | ath5k: add LED support for HP Compaq CQ60 | Bob Copeland | 1 | -0/+2 |
2009-11-11 | ath5k: don't reset mcast filter when configuring the mode | Bob Copeland | 1 | -1/+0 |
2009-10-30 | ath9k: fix misplaced semicolon on rate control | Luis R. Rodriguez | 1 | -1/+1 |
2009-09-30 | ar9170: fix bug in iq-auto calibration value calculation | Christian Lamparter | 1 | -4/+2 |
2009-09-25 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -1/+1 |
2009-09-23 | ath9k: Initialize txgain and rxgain for newer AR9287 chipsets. | Vivek Natarajan | 1 | -2/+2 |
2009-09-23 | ath9k: Fix RFKILL bugs | Sujith | 1 | -7/+1 |
2009-09-23 | ar9170usb: add usbid for TP-Link TL-WN821N v2 | Christian Lamparter | 1 | -0/+2 |
2009-09-23 | ath9k: Disable autosleep feature by default. | Vivek Natarajan | 1 | -9/+1 |
2009-09-23 | ath9k: Fix regression in PA calibration | Sujith | 1 | -0/+1 |
2009-09-23 | ath9k: Fix bug in chain handling | Senthil Balasubramanian | 1 | -1/+3 |
2009-09-23 | ath9k: Fix AHB reset for AR9280 | Vivek Natarajan | 1 | -1/+1 |
2009-09-23 | ath9k: Adjust the chainmasks properly | Senthil Balasubramanian | 1 | -5/+15 |
2009-09-23 | ath9k: Do a full reset for AR9280 | Vasanthakumar Thiagarajan | 1 | -2/+2 |
2009-09-23 | ath9k: Don't read NF when chip has gone through full sleep mode | Vasanthakumar Thiagarajan | 1 | -1/+1 |
2009-09-23 | ath9k: Fix rx data corruption | Vasanthakumar Thiagarajan | 1 | -0/+9 |
2009-09-23 | ath9k: Fix chip wakeup issue | Sujith | 1 | -1/+1 |
2009-09-23 | ath9k: Restore TSF after RESET | Sujith | 1 | -0/+9 |
2009-09-23 | ath9k: Revamp PCIE workarounds | Vivek Natarajan | 4 | -72/+103 |
2009-09-23 | ath9k: Set default noise floor value for AR9287 | Vivek Natarajan | 2 | -0/+3 |
2009-09-23 | ath9k: Fix bug in ANI channel handling | Sujith | 1 | -2/+4 |
2009-09-21 | trivial: fix typos "man[ae]g?ment" -> "management" | Uwe Kleine-Koenig | 1 | -1/+1 |
2009-09-14 | ath9k: Fix bug in ANI channel handling | Sujith | 1 | -2/+4 |
2009-09-09 | ath9k: Initialize the priority gpio for BT coex 3-wire | Vasanthakumar Thiagarajan | 2 | -2/+5 |
2009-09-09 | ath9k: Get rid of the modparam btcoex_enable | Vasanthakumar Thiagarajan | 1 | -4/+0 |
2009-09-09 | ath9k: Enable btcoex based on the subsystem id of the device | Vasanthakumar Thiagarajan | 4 | -1/+30 |
2009-09-09 | ath9k: Store subsystem id in struct hw_version | Vasanthakumar Thiagarajan | 5 | -6/+10 |
2009-09-09 | ath9k: Remove unnecessary casting to u8 in pci_read_config_byte() call | Vasanthakumar Thiagarajan | 1 | -2/+1 |
2009-09-09 | ath9k: Disable ASPM when btcoex is active | Vasanthakumar Thiagarajan | 3 | -0/+20 |
2009-09-09 | ath,ar9170: implemented conformance test limit calc. for tx power | Joerg Albert | 1 | -1/+164 |
2009-09-09 | ath,ar9170: move CTL_ defines into regd.h | Joerg Albert | 2 | -6/+6 |
2009-09-09 | ar9170: implement frequency calibration for one-stage/openfw | Christian Lamparter | 1 | -0/+122 |
2009-09-09 | ath9k: Fix channelFlags for 2GHZ | Sujith | 1 | -1/+1 |
2009-09-09 | ath9k: Fix RX Filter handling for BAR | Sujith | 5 | -3/+7 |
2009-09-09 | ath9k: claim irq for ath9k, not ath for pci | Luis R. Rodriguez | 1 | -1/+1 |
2009-09-09 | ath9k: propagate errors on ath_init_device() and request_irq() | Luis R. Rodriguez | 2 | -11/+9 |
2009-09-09 | ath9k: propagate ieee80211_alloc_hw() failure | Luis R. Rodriguez | 1 | -2/+3 |
2009-09-09 | ar9170: added phy register initialisation from eeprom values | Joerg Albert | 1 | -1/+134 |
2009-09-02 | ath9k: Reconfigure beacon timers after the scan is completed. | Vivek Natarajan | 1 | -0/+1 |
2009-09-01 | ath9k: Call spin_lock_bh() on btcoex_lock | Vasanthakumar Thiagarajan | 1 | -6/+4 |
2009-09-01 | ath9k: Move generic hw timer intr handler to bottom-half | Vasanthakumar Thiagarajan | 1 | -5/+6 |
2009-08-31 | ath9k: Do an AHB reset before doing RTC reset | Vasanthakumar Thiagarajan | 1 | -0/+7 |
2009-08-28 | ath5k: don't use PCI ID to find the chip revision | Pavel Roskin | 3 | -25/+29 |
2009-08-28 | ath5k: fix uninitialized value use in ath5k_eeprom_read_turbo_modes() | Pavel Roskin | 1 | -24/+5 |
2009-08-28 | ath5k: clarify srev comparison for CCMP check | Bob Copeland | 2 | -5/+3 |
2009-08-28 | ath9k: Add Bluetooth Coexistence 3-wire support | Vasanthakumar Thiagarajan | 9 | -27/+423 |
2009-08-28 | ath9k: Add infrastructure for generic hw timers | Vasanthakumar Thiagarajan | 4 | -2/+278 |
2009-08-28 | ath9k: Remove hw capability bit meant for btcoex | Vasanthakumar Thiagarajan | 3 | -7/+3 |
2009-08-28 | ath9k: Determine btcoex scheme type based on chip version | Vasanthakumar Thiagarajan | 3 | -3/+20 |