summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
Commit message (Expand)AuthorAgeFilesLines
* led-class: always implement blinkingJohannes Berg2010-11-121-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-2325-1030/+1811
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-1511-122/+126
| |\
| | * rt2x00: Fix URB error handlingIvo van Doorn2010-10-112-10/+9
| | * rt2x00: Don't perform watchdog checks on empty queueIvo van Doorn2010-10-111-4/+6
| | * rt2x00: Make queue_entry flags access atomicIvo van Doorn2010-10-111-4/+4
| | * rt2x00: Fix dead queue when skb allocation failedIvo van Doorn2010-10-111-1/+1
| | * rt2x00: Validate MCS on RX pathIvo van Doorn2010-10-111-35/+37
| | * rt2x00: Move watchdog work to kernel work_queueIvo van Doorn2010-10-112-4/+7
| | * rt2x00: Simplify Queue function argumentsIvo van Doorn2010-10-118-57/+50
| | * rt2x00: Fix tx status handling in rt2800pciHelmut Schaa2010-10-111-1/+1
| | * rt2x00: Remove superfluous initialization of qidxHelmut Schaa2010-10-111-1/+1
| | * rt2x00: Use unlikely for error case in rt2x00queue_write_tx_frameHelmut Schaa2010-10-111-1/+2
| | * rt2x00: Use proper type for rxwi_w2 in rt2800_agc_to_rssiHelmut Schaa2010-10-111-1/+1
| | * rt2x00: Optimize unmapping of skbsHelmut Schaa2010-10-111-3/+1
| | * rt2x00: Shortcut link state updates when not operating as STAHelmut Schaa2010-10-111-0/+6
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-0812-97/+496
| |\ \ | | |/
| | * rt2x00: Work around hw aggregation oddity in rt2800Helmut Schaa2010-10-051-0/+27
| | * rt2x00: Improve cooperation between rt2800pci and minstrelHelmut Schaa2010-10-051-2/+4
| | * rt2x00: Fix oops caused by error path in rt2x00lib_startHelmut Schaa2010-10-051-3/+1
| | * rt2x00: Update comment about the AMPDU flag in the TXWIHelmut Schaa2010-10-051-1/+7
| | * rt2x00: Enable rx aggregation in rt2800Helmut Schaa2010-10-051-2/+6
| | * rt2x00: Improve TX status entry validationIvo van Doorn2010-10-052-3/+16
| | * rt2x00: correctly set max_report_rates in rt61pci and rt2800Helmut Schaa2010-10-052-4/+6
| | * rt2x00: Don't enable broad- and multicast buffering on USB devicesHelmut Schaa2010-10-053-3/+22
| | * rt2x00: add field definitions for the TBTT_SYNC_CFG registerHelmut Schaa2010-10-051-0/+6
| | * rt2x00: Add register definition for busy time on secondary channelHelmut Schaa2010-10-051-2/+7
| | * rt2x00: Add rt73usb device IDIvo van Doorn2010-10-051-0/+1
| | * rt2x00: Allow tx duplication for legacy rates in HT40 modeHelmut Schaa2010-10-052-2/+9
| | * rt2x00: Fix race between dma mapping and clearing rx entries in rt2800pciHelmut Schaa2010-10-051-7/+8
| | * rt2x00: Don't initialize MM40 HT protection to RTS/CTS on PCI devicesHelmut Schaa2010-10-051-2/+1
| | * rt2x00: Implement HT protection for rt2800Helmut Schaa2010-10-054-1/+104
| | * rt2x00: Fix SM PS checkHelmut Schaa2010-10-051-3/+4
| | * rt2x00: rework tx status handling in rt2800pciHelmut Schaa2010-10-053-13/+188
| | * rt2x00: Split out parts of the rt2800_txdone function for easier reuseHelmut Schaa2010-10-052-47/+54
| | * rt2x00: Don't overwrite beacon buffers in pairwise key setupHelmut Schaa2010-10-052-2/+25
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-09-2114-205/+298
| |\ \ | | |/
| | * rt2x00: fix oops in rt2x00lib_txdone with rt61pciHelmut Schaa2010-09-141-1/+1
| | * rt2x00: Enable missing interrupts in rt61pciHelmut Schaa2010-09-141-0/+2
| | * rt2x00: Mask out unused interrupts in rt2800pciHelmut Schaa2010-09-141-13/+13
| | * rt2x00: Check for specific changed flags when updating the erp configHelmut Schaa2010-09-1411-181/+256
| | * rt2x00: Initialize AMPDU_BA_WINSIZE registerHelmut Schaa2010-09-142-0/+20
| | * rt2x00: Antenna diversity does not work in 2.6.35Lars Ericsson2010-09-142-10/+6
| * | drivers/net/wireless: Use static const char * const where possibleJoe Perches2010-09-141-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-09-0217-488/+611
| |\ \ | | |/
| | * rt2x00: Cleanup rt2x00usb_watchdog_reset_txIvo van Doorn2010-08-311-26/+40
| | * rt2x00: Split watchdog check into a DMA and STATUS timeoutIvo van Doorn2010-08-316-14/+59
| | * rt2x00: Correctly kill beacon queueIvo van Doorn2010-08-313-3/+27
| | * rt2x00: Set PWR_PIN_CFG during initializationIvo van Doorn2010-08-311-0/+2
| | * rt2x00: Don't set unicast/BSSID masks when clearning MAC or BSSIDIvo van Doorn2010-08-311-7/+11
OpenPOWER on IntegriCloud