aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-15rt2x00: Synchronize WCID initialization with legacy driverIvo van Doorn2-9/+26
2010-06-15rt2x00: Enable HW crypto by defaultIvo van Doorn2-2/+2
2010-06-15rt2x00: Limit TX done looping to number of TX ring entriesIvo van Doorn1-14/+9
2010-06-15rt2x00: Update author rt2800libIvo van Doorn1-5/+6
2010-06-15rt2x00: Enable fallback rates for rt61pci and rt73usbIvo van Doorn2-0/+25
2010-06-15rt2x00: Fix tx status reporting when falling back to the lowest rateHelmut Schaa1-1/+12
2010-06-15rt2x00: provide mac80211 a suitable max_rates valueHelmut Schaa1-0/+12
2010-06-15rt2x00: Fix typo in rt2800_config_txpowerHelmut Schaa1-1/+1
2010-06-15rt2x00: Fix TX_STA_FIFO handlingHelmut Schaa1-14/+9
2010-06-15rt2x00: Add comment about BBP1_TX_POWERHelmut Schaa1-1/+3
2010-06-15rt2x00: Fix IEEE80211_TX_CTL_MORE_FRAMES handlingHelmut Schaa1-2/+7
2010-06-15rt2x00: only set TXDONE_FALLBACK in rt2800pci if the frame was retriedHelmut Schaa1-2/+6
2010-06-15rt2x00: don't use TXDONE_FALLBACK as success indicatorHelmut Schaa1-2/+1
2010-06-15rt2x00: clarify meaning of txdone flagsHelmut Schaa1-1/+8
2010-06-03rt2x00: Remove suspicious register writeHelmut Schaa1-1/+0
2010-06-03rt2x00: fix use of mcs ratesHelmut Schaa1-3/+12
2010-06-03rt2x00: Update TX_SW_CFG initvals for 305x SoCHelmut Schaa1-0/+4
2010-06-03rt2x00: Use IEEE80211_TX_CTL_STBC flagIvo van Doorn1-1/+3
2010-06-03rt2x00: rt2800: disable TX STBC for 1 stream devicesHelmut Schaa1-1/+4
2010-06-03rt2x00: Fix HT40 operation in rt2800.Gertjan van Wingerde4-8/+46
2010-06-03rt2x00: Sync rt2800 MCU boot signal with Ralink driver.Gertjan van Wingerde2-2/+2
2010-06-03rt2x00: Move PCI/USB specific register initializations to rt2800{pci,usb}.Gertjan van Wingerde4-57/+87
2010-06-03rt2x00: Simplify check for external LNA in rt2800_init_rfcsr.Gertjan van Wingerde1-2/+1
2010-06-03rt2x00: Introduce separate interface type for PCI-express.Gertjan van Wingerde2-2/+12
2010-06-03rt2x00: Move all register definitions for rt2800 to rt2800.h.Gertjan van Wingerde4-59/+51
2010-06-03rt2x00: Remove RT2870 chipset identification.Gertjan van Wingerde3-7/+2
2010-06-03rt2x00: Centralize rt2800 beacon writing.Gertjan van Wingerde4-124/+65
2010-06-03rt2x00: Clean up USB vendor request buffer functions.Gertjan van Wingerde5-87/+14
2010-06-03rt2x00: Fix rt2800usb TX descriptor writing.Gertjan van Wingerde1-1/+1
2010-06-03rt2x00: Properly reserve room for descriptors in skbs.Gertjan van Wingerde16-79/+109
2010-06-03rt2x00: Reverse calling order of bus write_tx_desc and driver write_tx_desc.Gertjan van Wingerde4-11/+18
2010-06-03rt2x00: Push beacon TX descriptor writing to drivers.Gertjan van Wingerde8-21/+81
2010-06-02wireless: fix several minor description typosWalter Goldens1-1/+1
2010-06-02rt2x00: Move rt2x00debug_dump_frame declaration to rt2x00.h.Gertjan van Wingerde4-11/+28
2010-05-26Revert "rt2x00: Fix rt2800usb TX descriptor writing."John W. Linville1-1/+1
2010-05-24rt2x00: Fix rt2800usb TX descriptor writing.Gertjan van Wingerde1-1/+1
2010-05-24rt2x00: Fix failed SLEEP->AWAKE and AWAKE->SLEEP transitions.Gertjan van Wingerde4-14/+18
2010-05-24rt2x00: don't use to_pci_dev in rt2x00pci_uninitializeHelmut Schaa1-1/+1
2010-05-17drivers/net: remove useless semicolonsJoe Perches1-1/+1
2010-05-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller13-136/+158
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville13-136/+158
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-12rt2x00: In debugfs frame dumping allow the TX descriptor to be part of the skb.Gertjan van Wingerde2-4/+13
2010-05-12rt2x00: Dump beacons under a different identifier than TX frames.Gertjan van Wingerde2-1/+7
2010-05-12rt2x00: Simplify TXD handling of beacons.Gertjan van Wingerde10-81/+72
2010-05-12rt2x00: Re-order tx descriptor writing code in drivers.Gertjan van Wingerde5-44/+59
2010-05-12rt2x00: Fix beacon descriptor writing for rt61pci.Gertjan van Wingerde1-5/+5
2010-05-12rt2x00: Consistently name skb frame descriptor skbdesc.Gertjan van Wingerde1-6/+7
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville16-447/+374
2010-05-10wireless: rt2x00: rt2800usb: replace X by xXose Vazquez Perez1-1/+1