aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-19ieee802154: add support for channel pages from IEEE 802.15.4-2006Dmitry Eremin-Solenikov1-4/+6
2009-08-19fakehard: add binding to wpan-phy deviceDmitry Eremin-Solenikov1-6/+46
2009-08-14sky2: remove restarting workaround flagStephen Hemminger2-14/+1
2009-08-14ixgbe: Add support for NETIF_F_FCOE_MTU to 82599 devicesYi Zou2-3/+7
2009-08-14ixgbe: updates vlan feature flags to enable FCoE offloads on vlan interfaceVasu Dev1-0/+6
2009-08-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-5/+7
2009-08-14sky2: version 1.24Stephen Hemminger1-1/+1
2009-08-14sky2: fix pause negotiationStephen Hemminger2-33/+56
2009-08-14sky2: lock less transmit completionStephen Hemminger1-16/+9
2009-08-14sky2: cleanup restart operationsStephen Hemminger1-47/+48
2009-08-14sky2: hold RTNL when doing suspend/shutdown operationsStephen Hemminger1-0/+4
2009-08-14sky2: hold spinlock around phy_power_downStephen Hemminger1-0/+2
2009-08-14sky2: Reset tx train after interrupts disabled.Mike McCormack1-6/+3
2009-08-14sky2: Move tx reset functionality to sky2_tx_reset()Mike McCormack1-18/+26
2009-08-14sky2: Avoid rewinding sky2->tx_prodMike McCormack1-16/+18
2009-08-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller139-7136/+20983
2009-08-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-2/+4
2009-08-14b43: Implement RC calibration for rev.0/1 LP-PHYsGábor Stefanik1-47/+460
2009-08-14ath9k: Set HW state properlySujith1-0/+1
2009-08-14ath9k: Fix bug in PCI resumeSujith1-1/+3
2009-08-14ath9k: Remove duplicate variablesSujith3-21/+14
2009-08-14ath9k: Remove has_hw_phycountersSujith4-112/+88
2009-08-14ath9k: update kconfig to indicate support for AR9002 familyLuis R. Rodriguez1-1/+7
2009-08-14ath5k: use bit shift operators for cache line sizeLuis R. Rodriguez1-2/+2
2009-08-14ath5k: use common ath.ko ath_rxbuf_alloc()Luis R. Rodriguez2-15/+9
2009-08-14ath: add common ath_rxbuf_alloc() and make ath9k use itLuis R. Rodriguez6-41/+75
2009-08-14wl1251: remove unused definitions from wl1251_reg.hKalle Valo1-100/+0
2009-08-14wl1251: remove wl1251_ops.cKalle Valo1-729/+0
2009-08-14iwl3945: fix compilation error in iwl3945_pass_packet_to_mac80211()Kalle Valo1-2/+0
2009-08-14b43: LP-PHY: Refactor TX gain table I/OGábor Stefanik2-39/+55
2009-08-14usbnet: add rx queue pausingJussi Kivilinna2-2/+55
2009-08-14b43: Implement RC calibration for rev.2+ LP PHYsGábor Stefanik1-1/+85
2009-08-14b43: LP-PHY: Implement reading band SPROMGábor Stefanik2-1/+100
2009-08-14libertas: name the network device wlan%dDaniel Mack1-1/+2
2009-08-14wl1271: fix compiler warnings on 64 bit archsLuciano Coelho2-5/+7
2009-08-14b43: Fix a typo in the sync_stx routineGábor Stefanik1-1/+1
2009-08-14ssb: Implement the remaining rev.8 SPROM vars needed for LP-PHYGábor Stefanik1-1/+52
2009-08-14b43: Update LP-PHY rev2+ baseband init to match the specsGábor Stefanik2-4/+72
2009-08-14b43: Implement LP-PHY baseband table initializationGábor Stefanik3-4/+1756
2009-08-14ath5k: Use SWI to trigger calibrationNick Kossifidis4-11/+67
2009-08-14ath5k: Preserve pcicfg bits during attachNick Kossifidis1-1/+1
2009-08-14ath5k: Wakeup fixesNick Kossifidis4-62/+140
2009-08-14ath5k: Linear PCDAC code fixesNick Kossifidis1-7/+17
2009-08-14ath5k: Check EEPROM before tweaking SERDESNick Kossifidis3-22/+48
2009-08-14rt2x00: Fix beacon de-synchronization while update beaconIgor Perminov6-17/+8
2009-08-14b43: LP-PHY: Implement STX synchronizationGábor Stefanik1-2/+55
2009-08-14rtl818x: Add some documentation to the TX desc flagsMichael Buesch1-2/+12
2009-08-14ath9k: Fix regression on receiving PS poll framesLuis R. Rodriguez1-0/+1
2009-08-14rt2x00: FIF_PSPOLL filter flag supportIgor Perminov5-3/+41
2009-08-14rt2x00: Fix for race condition while update beaconIgor Perminov4-8/+20