Age | Commit message (Expand) | Author | Files | Lines |
2009-02-09 | iwlwifi: another led naming fix | Danny Kukawka | 1 | -4/+4 |
2009-02-09 | rt2x00: fix led naming | Danny Kukawka | 1 | -3/+3 |
2009-02-09 | b43legacy: fix led naming | Danny Kukawka | 1 | -4/+4 |
2009-02-09 | ath9k: fix led naming | Danny Kukawka | 1 | -5/+5 |
2009-02-09 | b43: Add LP-PHY register definitions | Michael Buesch | 2 | -0/+306 |
2009-02-09 | Add new rt73usb USB ID | Ivo van Doorn | 1 | -0/+1 |
2009-02-09 | mac80211: remove HW_SIGNAL_DB | Johannes Berg | 1 | -1/+1 |
2009-02-09 | ath9k: Add debugfs files for printing TX rate details | Sujith | 3 | -0/+119 |
2009-02-09 | ath9k: Handle mac80211's RC flags for MCS rates | Sujith | 4 | -117/+111 |
2009-02-09 | ath9k: Cleanup get_rate() interface | Sujith | 1 | -39/+28 |
2009-02-09 | ath5k: properly free rx dma descriptors | Felix Fietkau | 1 | -1/+14 |
2009-02-09 | wireless: replace uses of __constant_{endian} | Harvey Harrison | 14 | -32/+32 |
2009-02-09 | iwlwifi: fix led naming | Danny Kukawka | 1 | -4/+4 |
2009-02-09 | ipw2x00: correct Kconfig to prevent following entries from not indenting | Jay Sternberg | 1 | -0/+1 |
2009-02-09 | iwlwifi: remove chain noise calibration functions from 6000 family | Jay Sternberg | 2 | -7/+21 |
2009-02-09 | iwlwifi: define structures and functions externally for customization | Jay Sternberg | 2 | -7/+19 |
2009-02-09 | iwlwifi: correct API command overlap | Jay Sternberg | 4 | -5/+14 |
2009-02-09 | iwlwifi: parametrize configuration of the PLL for exclusion on 6000 | Jay Sternberg | 4 | -2/+17 |
2009-02-09 | iwlwifi: simplify parameter setting to allow support for 6000 series | Jay Sternberg | 4 | -37/+53 |
2009-02-09 | iwlwifi: add new HW_REV_TYPEs for Intel WiFi Link 100, 6000 and 6050 Series | Jay Sternberg | 1 | -0/+3 |
2009-02-09 | ath9k: Fix LED blink pattern | Vasanthakumar Thiagarajan | 2 | -6/+56 |
2009-02-09 | ath9k: Remove a bunch of unused macros | Sujith | 1 | -11/+0 |
2009-02-09 | ath9k: Fix typo in checking for chip revision | Sujith | 1 | -1/+1 |
2009-02-09 | ath9k: remove passive scan on 5 GHz if country IE knows better | Luis R. Rodriguez | 1 | -4/+12 |
2009-02-09 | ath9k: move check for radar freqs into a helper | Luis R. Rodriguez | 1 | -3/+7 |
2009-02-09 | ath9k: replace usage of internal wireless_modes for conf | Luis R. Rodriguez | 1 | -4/+1 |
2009-02-09 | ath9k: Enable MIB and TIM interrupts for station mode. | Vivek Natarajan | 1 | -19/+21 |
2009-02-09 | ath9k: Fix lockdep warning | Sujith | 2 | -16/+15 |
2009-02-09 | rt2x00: Validate firmware in driver | Ivo van Doorn | 5 | -34/+68 |
2009-02-09 | rt2x00: Add kill_tx_queue callback function | Ivo van Doorn | 12 | -72/+145 |
2009-02-09 | rt2x00: Move intf_work to mac82011 workqueue | Ivo van Doorn | 1 | -1/+1 |
2009-02-09 | iwlwifi: unify iwlagn and 3945 power save management | Winkler, Tomas | 5 | -242/+60 |
2009-02-09 | iwlwifi: don't use implicit priv in IWL_DEBUG | Tomas Winkler | 22 | -839/+859 |
2009-02-09 | iwlwifi: check return value of pci_enable_device | Winkler, Tomas | 2 | -2/+8 |
2009-02-09 | iwlwifi: iwl3945_send_tx_power must be static | Winkler, Tomas | 1 | -1/+1 |
2009-02-09 | iwlwifi: suppress unused variable warning when compiling w/o IWLWIFI_DEBUG | Winkler, Tomas | 2 | -6/+6 |
2009-02-09 | iwl3945: Getting rid of the *39_rxon iwl_priv fields | Samuel Ortiz | 11 | -1087/+585 |
2009-02-09 | orinoco: checkpatch cleanup | Andrey Borzenkov | 11 | -119/+143 |
2009-02-07 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 5 | -43/+74 |
2009-02-07 | igb: remove dead code in transmit routine | Jesse Brandeburg | 1 | -3/+0 |
2009-02-07 | igb: update version number and copyright dates | Alexander Duyck | 14 | -16/+16 |
2009-02-07 | igb: fix two minor items found during code review | Alexander Duyck | 1 | -2/+4 |
2009-02-07 | igb: update stats before doing reset in igb_down | Alexander Duyck | 1 | -0/+4 |
2009-02-07 | igb: remove redundant count set and err_hw_init | Alexander Duyck | 1 | -11/+4 |
2009-02-07 | igb: remove disable_av variable from mac_info struct | Alexander Duyck | 2 | -2/+2 |
2009-02-07 | igb: change pba size determination from if to switch statement | Alexander Duyck | 1 | -4/+7 |
2009-02-07 | igb: move get_hw_control within igb_resume. | Alexander Duyck | 1 | -4/+5 |
2009-02-07 | igb: don't read eicr when responding to legacy interrupts | Alexander Duyck | 1 | -4/+1 |
2009-02-07 | igb: remove unnecessary adapter->hw calls when just hw-> will do. | Alexander Duyck | 1 | -11/+10 |
2009-02-07 | igb: rename igb_update_mc_addr_list_82575 to not include the 82575 | Alexander Duyck | 3 | -9/+8 |