aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-14ath9k_hw: add register definitions related to PA predistortionFelix Fietkau1-17/+207
2010-06-14ath9k_hw: remove a useless function for setting the mac addressFelix Fietkau4-13/+0
2010-06-14ath9k: add a debugfs entry for ignoring CCA on the extension channel in HT40Felix Fietkau2-1/+5
2010-06-14ath9k: fix queue stopping thresholdFelix Fietkau2-26/+30
2010-06-14ath9k: fix extending the rx timestamp with the hardware TSFFelix Fietkau3-19/+14
2010-06-14ath9k: make ath_get_hal_qnum staticFelix Fietkau2-2/+1
2010-06-14ath9k: remove declarations of some nonexistant functionsFelix Fietkau1-2/+0
2010-06-14ath9k: remove duplicate WMM AC definitionsFelix Fietkau8-78/+26
2010-06-14ath9k_htc: use common WMM AC definitions instead of ath9k onesFelix Fietkau5-16/+14
2010-06-14ath9k: fix mac80211 queue lookup for waking up queuesFelix Fietkau2-1/+3
2010-06-14ath9k_hw: update 5 GHz tx gain tables for femless and high power PALuis R. Rodriguez2-248/+248
2010-06-14ath9k_hw: reduce delay on programming INI on AR9003Luis R. Rodriguez1-9/+0
2010-06-14ath9k_hw: enable ANI for AR9003Luis R. Rodriguez1-7/+1
2010-06-14ath9k: add new ANI implementation for AR9003Luis R. Rodriguez10-151/+1390
2010-06-14ath9k_hw: inform ANI calibration when scanningLuis R. Rodriguez7-10/+10
2010-06-14ath9k_hw: add register definitions for the new ANILuis R. Rodriguez2-0/+15
2010-06-14ath9k_hw: allow for spliting up ANI operations by familyLuis R. Rodriguez7-11/+73
2010-06-14ath9k_hw: clear MIB interrupt causes when skipping ANI adjustmentsLuis R. Rodriguez1-1/+8
2010-06-14ath9k_hw: fix clock rate calculations for ANILuis R. Rodriguez1-1/+30
2010-06-14ath9k_hw: move clock definitions from hw.c to hw.hLuis R. Rodriguez2-5/+5
2010-06-14mac80211: allow drivers to sleep in ampdu_actionJohannes Berg1-0/+4
2010-06-14mac80211: remove non-irqsafe aggregation callbacksJohannes Berg1-3/+3
2010-06-14p54pci: add Symbol AP-300 minipci adapters pciidJoerg Albert1-0/+2
2010-06-14libertas_tf: Fix warning in lbtf_rx for stats structPrarit Bhargava1-1/+1
2010-06-14iwlwifi: print warning about disconnected antennasJohannes Berg1-0/+7
2010-06-14iwlwifi: rename iwl4965_rx_mpdu_res_startEmmanuel Grumbach2-3/+3
2010-06-14iwlwifi: rename rxq->dma_addrEmmanuel Grumbach5-8/+8
2010-06-14iwlwifi: cancel run time calibration work when going downWey-Yi Guy1-0/+1
2010-06-14iwlwifi: Fix null pointer referencing in iwl_dbgfs_rx_queue_read.Dor Shaish1-1/+6
2010-06-14iwlwifi: trace full RXJohannes Berg2-4/+10
2010-06-14iwlagn: verify flow id in compressed BA packetShanyu Zhao1-0/+5
2010-06-14iwlwifi: serialize station management actionsReinette Chatre3-4/+17
2010-06-13ixgbe: fix automatic LRO/RSC settings for low latencyAndy Gospodarek1-29/+8
2010-06-13e1000: Fix message logging defectJoe Perches1-9/+8
2010-06-13ixgbe: fix for race with 8259(8|9) during shutdownDon Skidmore1-0/+4
2010-06-12usbnet: Print device statistics as unsignedBen Hutchings1-1/+1
2010-06-12sfc: Implement 64-bit net device statistics on all architecturesBen Hutchings1-3/+3
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings1-6/+7
2010-06-12ucc_geth driver: add ioctlSergey Matyukevich1-0/+14
2010-06-12enic: fix pci_alloc_consistent argumentRandy Dunlap1-1/+1
2010-06-11bnx2: Fix compiler warning in bnx2_disable_forced_2g5().Michael Chan1-15/+28
2010-06-11enic: cleanup vic_provinfo_alloc()Dan Carpenter1-2/+3
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller8-10/+67
2010-06-11ethoc: use devres resource managementJonas Bonn1-27/+1
2010-06-11ethoc: Clear command buffer after writeJonas Bonn1-1/+4
2010-06-11Remove unused variableJonas Bonn1-1/+0
2010-06-11ethoc: Clean up PHY probingJonas Bonn1-16/+8
2010-06-11ethoc: write number of TX buffers in init_ringJonas Bonn1-2/+2
2010-06-11ethoc: Write bus addresses to registersJonas Bonn1-5/+22
2010-06-11ethoc: calculate number of buffers in ethoc_probeJonas Bonn1-7/+7