summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00
AgeCommit message (Expand)Author
2010-06-15rt2x00: Synchronize WCID initialization with legacy driverIvo van Doorn
2010-06-15rt2x00: Enable HW crypto by defaultIvo van Doorn
2010-06-15rt2x00: Limit TX done looping to number of TX ring entriesIvo van Doorn
2010-06-15rt2x00: Update author rt2800libIvo van Doorn
2010-06-15rt2x00: Enable fallback rates for rt61pci and rt73usbIvo van Doorn
2010-06-15rt2x00: Fix tx status reporting when falling back to the lowest rateHelmut Schaa
2010-06-15rt2x00: provide mac80211 a suitable max_rates valueHelmut Schaa
2010-06-15rt2x00: Fix typo in rt2800_config_txpowerHelmut Schaa
2010-06-15rt2x00: Fix TX_STA_FIFO handlingHelmut Schaa
2010-06-15rt2x00: Add comment about BBP1_TX_POWERHelmut Schaa
2010-06-15rt2x00: Fix IEEE80211_TX_CTL_MORE_FRAMES handlingHelmut Schaa
2010-06-15rt2x00: only set TXDONE_FALLBACK in rt2800pci if the frame was retriedHelmut Schaa
2010-06-15rt2x00: don't use TXDONE_FALLBACK as success indicatorHelmut Schaa
2010-06-15rt2x00: clarify meaning of txdone flagsHelmut Schaa
2010-06-03rt2x00: Remove suspicious register writeHelmut Schaa
2010-06-03rt2x00: fix use of mcs ratesHelmut Schaa
2010-06-03rt2x00: Update TX_SW_CFG initvals for 305x SoCHelmut Schaa
2010-06-03rt2x00: Use IEEE80211_TX_CTL_STBC flagIvo van Doorn
2010-06-03rt2x00: rt2800: disable TX STBC for 1 stream devicesHelmut Schaa
2010-06-03rt2x00: Fix HT40 operation in rt2800.Gertjan van Wingerde
2010-06-03rt2x00: Sync rt2800 MCU boot signal with Ralink driver.Gertjan van Wingerde
2010-06-03rt2x00: Move PCI/USB specific register initializations to rt2800{pci,usb}.Gertjan van Wingerde
2010-06-03rt2x00: Simplify check for external LNA in rt2800_init_rfcsr.Gertjan van Wingerde
2010-06-03rt2x00: Introduce separate interface type for PCI-express.Gertjan van Wingerde
2010-06-03rt2x00: Move all register definitions for rt2800 to rt2800.h.Gertjan van Wingerde
2010-06-03rt2x00: Remove RT2870 chipset identification.Gertjan van Wingerde
2010-06-03rt2x00: Centralize rt2800 beacon writing.Gertjan van Wingerde
2010-06-03rt2x00: Clean up USB vendor request buffer functions.Gertjan van Wingerde
2010-06-03rt2x00: Fix rt2800usb TX descriptor writing.Gertjan van Wingerde
2010-06-03rt2x00: Properly reserve room for descriptors in skbs.Gertjan van Wingerde
2010-06-03rt2x00: Reverse calling order of bus write_tx_desc and driver write_tx_desc.Gertjan van Wingerde
2010-06-03rt2x00: Push beacon TX descriptor writing to drivers.Gertjan van Wingerde
2010-06-02wireless: fix several minor description typosWalter Goldens
2010-06-02rt2x00: Move rt2x00debug_dump_frame declaration to rt2x00.h.Gertjan van Wingerde
2010-05-26Revert "rt2x00: Fix rt2800usb TX descriptor writing."John W. Linville
2010-05-24rt2x00: Fix rt2800usb TX descriptor writing.Gertjan van Wingerde
2010-05-24rt2x00: Fix failed SLEEP->AWAKE and AWAKE->SLEEP transitions.Gertjan van Wingerde
2010-05-24rt2x00: don't use to_pci_dev in rt2x00pci_uninitializeHelmut Schaa
2010-05-17drivers/net: remove useless semicolonsJoe Perches
2010-05-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-05-12rt2x00: In debugfs frame dumping allow the TX descriptor to be part of the skb.master-2010-05-12Gertjan van Wingerde
2010-05-12rt2x00: Dump beacons under a different identifier than TX frames.Gertjan van Wingerde
2010-05-12rt2x00: Simplify TXD handling of beacons.Gertjan van Wingerde
2010-05-12rt2x00: Re-order tx descriptor writing code in drivers.Gertjan van Wingerde
2010-05-12rt2x00: Fix beacon descriptor writing for rt61pci.Gertjan van Wingerde
2010-05-12rt2x00: Consistently name skb frame descriptor skbdesc.Gertjan van Wingerde
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-05-10wireless: rt2x00: rt2800usb: replace X by xXose Vazquez Perez