aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
AgeCommit message (Expand)AuthorFilesLines
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-445/+372
2010-05-10wireless: rt2x00: rt2800usb: replace X by xXose Vazquez Perez1-1/+1
2010-05-10rt2x00: Clean up generic procedures on descriptor writing.Gertjan van Wingerde1-6/+10
2010-05-10rt2x00: Fix beaconing on rt2800.Gertjan van Wingerde2-16/+15
2010-05-10rt2x00: provide beacon's txdesc to write_beacon callback function.Gertjan van Wingerde9-9/+17
2010-05-10rt2x00: Clean up all driver's kick_tx_queue callback functions.Gertjan van Wingerde8-134/+83
2010-05-10rt2x00: Factor out RXWI processing to common rt2800 code.Gertjan van Wingerde4-95/+77
2010-05-10rt2x00: Factor out TXWI writing to common rt2800 code.Gertjan van Wingerde4-102/+60
2010-05-10rt2x00: Don't check whether hardware crypto is enabled when reading RXD.Gertjan van Wingerde5-33/+16
2010-05-10rt2x00: Clean up rt2800usb.h.Gertjan van Wingerde1-40/+0
2010-05-10rt2x00: Fix setting of txdesc->length field.Gertjan van Wingerde1-0/+1
2010-05-07rt2x00: rt2800: use correct txop value in tx descriptorHelmut Schaa5-2/+31
2010-05-07rt2x00: Fix RF3052 channel initializationIvo van Doorn1-9/+58
2010-05-07rt2x00: rt2800: don't overwrite SIFS values on erp changesHelmut Schaa1-2/+0
2010-05-07rt2x00: rt2800: update initial SIFS valuesHelmut Schaa1-2/+9
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville13-47/+106
2010-05-04rt2x00: Register frame length in TX entry descriptor instead of L2PAD.Gertjan van Wingerde9-15/+14
2010-05-04rt2x00: Fix HT40+/HT40- setting in rt2800.Gertjan van Wingerde2-4/+4
2010-05-04rt2x00: Enable RT30xx by default.Gertjan van Wingerde1-2/+2
2010-05-04rt2x00: Remove rt2x00pci.h include from rt2800lib.Gertjan van Wingerde1-3/+0
2010-05-03wireless: rt2x00: rt2800usb: be in sync with latest windows drivers.Xose Vazquez Perez1-1/+6
2010-05-03rt2x00: remove now unused noise field from struct rxdone_entry_descJohn W. Linville3-10/+0
2010-04-28rt2x00: rt2800lib: update rfcsr & bbp init code for SoC devicesHelmut Schaa1-9/+34
2010-04-28rt2x00: remove usage of deprecated noise valueJohn W. Linville1-1/+0