aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-12led-class: always implement blinkingJohannes Berg1-3/+0
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds25-1030/+1811
2010-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville11-122/+126
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+4
2010-10-11rt2x00: Fix URB error handlingIvo van Doorn2-10/+9
2010-10-11rt2x00: Don't perform watchdog checks on empty queueIvo van Doorn1-4/+6
2010-10-11rt2x00: Make queue_entry flags access atomicIvo van Doorn1-4/+4
2010-10-11rt2x00: Fix dead queue when skb allocation failedIvo van Doorn1-1/+1
2010-10-11rt2x00: Validate MCS on RX pathIvo van Doorn1-35/+37
2010-10-11rt2x00: Move watchdog work to kernel work_queueIvo van Doorn2-4/+7
2010-10-11rt2x00: Simplify Queue function argumentsIvo van Doorn8-57/+50
2010-10-11rt2x00: Fix tx status handling in rt2800pciHelmut Schaa1-1/+1
2010-10-11rt2x00: Remove superfluous initialization of qidxHelmut Schaa1-1/+1
2010-10-11rt2x00: Use unlikely for error case in rt2x00queue_write_tx_frameHelmut Schaa1-1/+2
2010-10-11rt2x00: Use proper type for rxwi_w2 in rt2800_agc_to_rssiHelmut Schaa1-1/+1
2010-10-11rt2x00: Optimize unmapping of skbsHelmut Schaa1-3/+1
2010-10-11rt2x00: Shortcut link state updates when not operating as STAHelmut Schaa1-0/+6
2010-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville12-97/+496
2010-10-05rt2x00: Work around hw aggregation oddity in rt2800Helmut Schaa1-0/+27
2010-10-05rt2x00: Improve cooperation between rt2800pci and minstrelHelmut Schaa1-2/+4
2010-10-05rt2x00: Fix oops caused by error path in rt2x00lib_startHelmut Schaa1-3/+1
2010-10-05rt2x00: Update comment about the AMPDU flag in the TXWIHelmut Schaa1-1/+7
2010-10-05rt2x00: Enable rx aggregation in rt2800Helmut Schaa1-2/+6
2010-10-05rt2x00: Improve TX status entry validationIvo van Doorn2-3/+16
2010-10-05rt2x00: correctly set max_report_rates in rt61pci and rt2800Helmut Schaa2-4/+6
2010-10-05rt2x00: Don't enable broad- and multicast buffering on USB devicesHelmut Schaa3-3/+22
2010-10-05rt2x00: add field definitions for the TBTT_SYNC_CFG registerHelmut Schaa1-0/+6
2010-10-05rt2x00: Add register definition for busy time on secondary channelHelmut Schaa1-2/+7
2010-10-05rt2x00: Add rt73usb device IDIvo van Doorn1-0/+1
2010-10-05rt2x00: Allow tx duplication for legacy rates in HT40 modeHelmut Schaa2-2/+9
2010-10-05rt2x00: Fix race between dma mapping and clearing rx entries in rt2800pciHelmut Schaa1-7/+8
2010-10-05rt2x00: Don't initialize MM40 HT protection to RTS/CTS on PCI devicesHelmut Schaa1-2/+1
2010-10-05rt2x00: Implement HT protection for rt2800Helmut Schaa4-1/+104
2010-10-05rt2x00: Fix SM PS checkHelmut Schaa1-3/+4
2010-10-05rt2x00: rework tx status handling in rt2800pciHelmut Schaa3-13/+188
2010-10-05rt2x00: Split out parts of the rt2800_txdone function for easier reuseHelmut Schaa2-47/+54
2010-10-05rt2x00: Don't overwrite beacon buffers in pairwise key setupHelmut Schaa2-2/+25
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville14-205/+298
2010-09-16net/wireless: use generic_file_llseek in debugfsArnd Bergmann1-0/+1
2010-09-14drivers/net/wireless: Use static const char * const where possibleJoe Perches1-1/+1
2010-09-14rt2x00: fix oops in rt2x00lib_txdone with rt61pciHelmut Schaa1-1/+1
2010-09-14rt2x00: Enable missing interrupts in rt61pciHelmut Schaa1-0/+2
2010-09-14rt2x00: Mask out unused interrupts in rt2800pciHelmut Schaa1-13/+13
2010-09-14rt2x00: Check for specific changed flags when updating the erp configHelmut Schaa11-181/+256
2010-09-14rt2x00: Initialize AMPDU_BA_WINSIZE registerHelmut Schaa2-0/+20
2010-09-14rt2x00: Antenna diversity does not work in 2.6.35Lars Ericsson2-10/+6
2010-09-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville17-488/+611
2010-08-31rt2x00: Cleanup rt2x00usb_watchdog_reset_txIvo van Doorn1-26/+40
2010-08-31rt2x00: Split watchdog check into a DMA and STATUS timeoutIvo van Doorn6-14/+59
2010-08-31rt2x00: Correctly kill beacon queueIvo van Doorn3-3/+27