summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Handle mac80211's FIF_CONTROL flag properlySujith2009-02-111-0/+3
* ath9k: Remove all the redundant internal buffer typesSujith2009-02-113-29/+23Star
* ath9k: Lock mac80211 callbacks with a mutexSujith2009-02-111-14/+46
* ixgbe: Removing the unused PAGE_USE_COUNT() macro.Breno Leitão2009-02-111-6/+0Star
* e1000e: Serdes - attempt autoneg when link restored.dave graham2009-02-112-1/+139
* e1000e: remove RXSEQ link monitoring for serdesdave graham2009-02-111-2/+2
* e1000e: Disable dynamic clock gating for 82571 per si errata.dave graham2009-02-112-0/+13
* e1000e: add aer supportJesse Brandeburg2009-02-111-9/+30
* irda: Use __netdev_alloc_skb() instead of __dev_alloc_skb().David S. Miller2009-02-101-1/+2
* netdev: Use __netdev_alloc_skb() instead of __dev_alloc_skb().David S. Miller2009-02-102-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-02-1088-2726/+3832
|\
| * b43: (b2062) Fix crystal frequency calculationsMichael Buesch2009-02-091-4/+11
| * b43: Port spec bugfixes for the LP baseband initMichael Buesch2009-02-091-14/+11Star
| * ssb: Add PMU supportMichael Buesch2009-02-093-13/+510
| * libertas: pos[4] tested twice, 2nd should be pos[5]Roel Kluin2009-02-091-1/+1
| * libertas: if_spi: add ability to call board specific setup/teardown methodsMike Rapoport2009-02-091-0/+15
| * ath9k: fix reg_notifier() flags used upon a country IELuis R. Rodriguez2009-02-091-2/+2
| * b43: Add LP 2062 radio initMichael Buesch2009-02-094-4/+355
| * b43: Add LP-PHY baseband init for >=rev2Michael Buesch2009-02-095-3/+228
| * iwlwifi: another led naming fixDanny Kukawka2009-02-091-4/+4
| * rt2x00: fix led namingDanny Kukawka2009-02-091-3/+3
| * b43legacy: fix led namingDanny Kukawka2009-02-091-4/+4
| * ath9k: fix led namingDanny Kukawka2009-02-091-5/+5
| * b43: Add LP-PHY register definitionsMichael Buesch2009-02-092-0/+306
| * Add new rt73usb USB IDIvo van Doorn2009-02-091-0/+1
| * mac80211: remove HW_SIGNAL_DBJohannes Berg2009-02-091-1/+1
| * ath9k: Add debugfs files for printing TX rate detailsSujith2009-02-093-0/+119
| * ath9k: Handle mac80211's RC flags for MCS ratesSujith2009-02-094-117/+111Star
| * ath9k: Cleanup get_rate() interfaceSujith2009-02-091-39/+28Star
| * ath5k: properly free rx dma descriptorsFelix Fietkau2009-02-091-1/+14
| * wireless: replace uses of __constant_{endian}Harvey Harrison2009-02-0914-32/+32
| * iwlwifi: fix led namingDanny Kukawka2009-02-091-4/+4
| * ipw2x00: correct Kconfig to prevent following entries from not indentingJay Sternberg2009-02-091-0/+1
| * iwlwifi: remove chain noise calibration functions from 6000 familyJay Sternberg2009-02-092-7/+21
| * iwlwifi: define structures and functions externally for customizationJay Sternberg2009-02-092-7/+19
| * iwlwifi: correct API command overlapJay Sternberg2009-02-094-5/+14
| * iwlwifi: parametrize configuration of the PLL for exclusion on 6000Jay Sternberg2009-02-094-2/+17
| * iwlwifi: simplify parameter setting to allow support for 6000 seriesJay Sternberg2009-02-094-37/+53
| * iwlwifi: add new HW_REV_TYPEs for Intel WiFi Link 100, 6000 and 6050 SeriesJay Sternberg2009-02-091-0/+3
| * ath9k: Fix LED blink patternVasanthakumar Thiagarajan2009-02-092-6/+56
| * ath9k: Remove a bunch of unused macrosSujith2009-02-091-11/+0Star
| * ath9k: Fix typo in checking for chip revisionSujith2009-02-091-1/+1
| * ath9k: remove passive scan on 5 GHz if country IE knows betterLuis R. Rodriguez2009-02-091-4/+12
| * ath9k: move check for radar freqs into a helperLuis R. Rodriguez2009-02-091-3/+7
| * ath9k: replace usage of internal wireless_modes for confLuis R. Rodriguez2009-02-091-4/+1Star
| * ath9k: Enable MIB and TIM interrupts for station mode.Vivek Natarajan2009-02-091-19/+21
| * ath9k: Fix lockdep warningSujith2009-02-092-16/+15Star
| * rt2x00: Validate firmware in driverIvo van Doorn2009-02-095-34/+68
| * rt2x00: Add kill_tx_queue callback functionIvo van Doorn2009-02-0912-72/+145
| * rt2x00: Move intf_work to mac82011 workqueueIvo van Doorn2009-02-091-1/+1