summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: Move rt2x00debug_dump_frame declaration to rt2x00.h.Gertjan van Wingerde2010-06-024-11/+28
* Revert "rt2x00: Fix rt2800usb TX descriptor writing."John W. Linville2010-05-261-1/+1
* rt2x00: Fix rt2800usb TX descriptor writing.Gertjan van Wingerde2010-05-241-1/+1
* rt2x00: Fix failed SLEEP->AWAKE and AWAKE->SLEEP transitions.Gertjan van Wingerde2010-05-244-14/+18
* rt2x00: don't use to_pci_dev in rt2x00pci_uninitializeHelmut Schaa2010-05-241-1/+1
* drivers/net: remove useless semicolonsJoe Perches2010-05-181-1/+1
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-05-1813-136/+158
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-1713-136/+158
| |\
| | * rt2x00: In debugfs frame dumping allow the TX descriptor to be part of the skb.Gertjan van Wingerde2010-05-122-4/+13
| | * rt2x00: Dump beacons under a different identifier than TX frames.Gertjan van Wingerde2010-05-122-1/+7
| | * rt2x00: Simplify TXD handling of beacons.Gertjan van Wingerde2010-05-1210-81/+72Star
| | * rt2x00: Re-order tx descriptor writing code in drivers.Gertjan van Wingerde2010-05-125-44/+59
| | * rt2x00: Fix beacon descriptor writing for rt61pci.Gertjan van Wingerde2010-05-121-5/+5
| | * rt2x00: Consistently name skb frame descriptor skbdesc.Gertjan van Wingerde2010-05-121-6/+7
* | | drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-2/+0Star
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-1116-447/+374Star
|\|
| * wireless: rt2x00: rt2800usb: replace X by xXose Vazquez Perez2010-05-101-1/+1
| * rt2x00: Clean up generic procedures on descriptor writing.Gertjan van Wingerde2010-05-101-6/+10
| * rt2x00: Fix beaconing on rt2800.Gertjan van Wingerde2010-05-102-16/+15Star
| * rt2x00: provide beacon's txdesc to write_beacon callback function.Gertjan van Wingerde2010-05-109-9/+17
| * rt2x00: Clean up all driver's kick_tx_queue callback functions.Gertjan van Wingerde2010-05-108-134/+83Star
| * rt2x00: Factor out RXWI processing to common rt2800 code.Gertjan van Wingerde2010-05-104-97/+79Star
| * rt2x00: Factor out TXWI writing to common rt2800 code.Gertjan van Wingerde2010-05-104-102/+60Star
| * rt2x00: Don't check whether hardware crypto is enabled when reading RXD.Gertjan van Wingerde2010-05-105-33/+16Star
| * rt2x00: Clean up rt2800usb.h.Gertjan van Wingerde2010-05-101-40/+0Star
| * rt2x00: Fix setting of txdesc->length field.Gertjan van Wingerde2010-05-101-0/+1
| * rt2x00: rt2800: use correct txop value in tx descriptorHelmut Schaa2010-05-075-2/+31
| * rt2x00: Fix RF3052 channel initializationIvo van Doorn2010-05-071-9/+58
| * rt2x00: rt2800: don't overwrite SIFS values on erp changesHelmut Schaa2010-05-071-2/+0Star
| * rt2x00: rt2800: update initial SIFS valuesHelmut Schaa2010-05-071-2/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-0513-47/+106
|\|
| * rt2x00: Register frame length in TX entry descriptor instead of L2PAD.Gertjan van Wingerde2010-05-049-15/+14Star
| * rt2x00: Fix HT40+/HT40- setting in rt2800.Gertjan van Wingerde2010-05-042-4/+4
| * rt2x00: Enable RT30xx by default.Gertjan van Wingerde2010-05-041-2/+2
| * rt2x00: Remove rt2x00pci.h include from rt2800lib.Gertjan van Wingerde2010-05-041-3/+0Star
| * wireless: rt2x00: rt2800usb: be in sync with latest windows drivers.Xose Vazquez Perez2010-05-031-1/+6
| * rt2x00: remove now unused noise field from struct rxdone_entry_descJohn W. Linville2010-05-033-10/+0Star
| * rt2x00: rt2800lib: update rfcsr & bbp init code for SoC devicesHelmut Schaa2010-04-281-9/+34
| * rt2x00: remove usage of deprecated noise valueJohn W. Linville2010-04-281-1/+0Star
| * rt2x00: rt2800lib: Remove redundant check for RT2872Helmut Schaa2010-04-261-1/+0Star
| * rt2x00: rt2800lib: Fix rx path on SoC devicesHelmut Schaa2010-04-261-1/+33
| * rt2x00: fix typo in rt2800.hHelmut Schaa2010-04-261-1/+1
| * rt2x00: rt2800: use tx_power2 in rt2800_config_channel_rf3xxxHelmut Schaa2010-04-262-0/+10
| * rt2x00: rt2800lib: disable HT40 for now as it causes reception problemsHelmut Schaa2010-04-261-1/+4
* | Merge branch 'master' into for-davemJohn W. Linville2010-04-238-24/+54
|\|
| * wireless: rt2x00: rt2800usb: identify Allwin devicesXose Vazquez Perez2010-04-191-8/+10
| * wireless: rt2x00: rt2800usb: identify Hawking devicesXose Vazquez Perez2010-04-161-3/+5
| * rt2x00: rt2800pci: fix tx path by not accessing the skb after it was DMA mappedHelmut Schaa2010-04-161-7/+27
| * rt2x00: add txdesc parameter to write_tx_dataHelmut Schaa2010-04-166-6/+12
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-1510-201/+547
|\|