aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt61pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-31rt2x00: Fix FIXME comments in rt61pci and rt73usb on Michael MIC.Gertjan van Wingerde1-3/+2
2011-01-31rt2x00: Remove STATE_RADIO_IRQ_OFF_ISR and STATE_RADIO_IRQ_ON_ISRHelmut Schaa1-4/+1
2011-01-31rt2x00: Convert rt61pci to use taskletsHelmut Schaa1-45/+130
2011-01-31rt2x00: Refactor beacon code to make use of start- and stop_queueHelmut Schaa1-14/+27
2010-12-13rt2x00: Pad beacon to multiple of 32 bits.Wolfgang Kufner1-2/+6
2010-12-13rt2x00: Fix WMM Queue namingIvo van Doorn1-8/+8
2010-12-13rt2x00: Reorganize queue callback functionsIvo van Doorn1-8/+3
2010-12-13rt2x00: Introduce 3 queue commands in drivers (start, kick, stop).Ivo van Doorn1-49/+105
2010-12-13rt2x00: Don't frequently reset beacon interval in AdHoc modeHelmut Schaa1-1/+5
2010-11-15rt2x00: Remove rt2x00lib_toggle_rxIvo van Doorn1-4/+1
2010-11-15rt2x00: Implement flush callbackIvo van Doorn1-0/+1
2010-11-15rt2x00: Reduce tx descriptor sizeHelmut Schaa1-7/+7
2010-11-15rt2x00: Sync Tx and RX ring sizes with legacy driversHelmut Schaa1-4/+4
2010-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+3
2010-10-05rt2x00: correctly set max_report_rates in rt61pci and rt2800Helmut Schaa1-2/+3
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-20/+31
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: Check for specific changed flags when updating the erp configHelmut Schaa1-19/+28
2010-09-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-27/+30
2010-08-31rt2x00: Rename txentry_desc.queue -> txentry_desc.qidHelmut Schaa1-3/+3
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-7/+3
2010-08-25rt2x00: Fix max TX power settingsIvo van Doorn1-4/+8
2010-08-25rt2x00: Simplify arguments to rt2x00 driver callback functionsIvo van Doorn1-20/+19
2010-08-17drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches1-1/+1
2010-08-16rt2x00: Remove ieee80211_rx_status from rt2x00_devIvo van Doorn1-2/+2
2010-08-16rt2x00: Add helper function for reporting tx statusIvo van Doorn1-5/+1
2010-07-12rt2x00: Remove set_tim callback from PCI driversHelmut Schaa1-1/+0
2010-07-12rt2x00: Convert rt2x00 to use threaded interruptsHelmut Schaa1-20/+44
2010-07-12rt2x00: Disable link tuning while scanningIvo van Doorn1-0/+2
2010-07-12rt2x00: Rename CONFIG_DISABLE_LINK_TUNINGIvo van Doorn1-0/+1
2010-06-30rt2x00: Fix beacon updates in rt61pciHelmut Schaa1-0/+6
2010-06-30rt2x00: Move common txdone handling to rt2x00lib_txdone.Gertjan van Wingerde1-2/+2
2010-06-30rt2x00: Merge PCI and USB versions of write_tx_data into single function.Gertjan van Wingerde1-1/+0
2010-06-15rt2x00: Limit TX done looping to number of TX ring entriesIvo van Doorn1-14/+9
2010-06-15rt2x00: Enable fallback rates for rt61pci and rt73usbIvo van Doorn1-0/+22
2010-06-03rt2x00: Properly reserve room for descriptors in skbs.Gertjan van Wingerde1-2/+2
2010-06-03rt2x00: Push beacon TX descriptor writing to drivers.Gertjan van Wingerde1-0/+10
2010-05-24rt2x00: Fix failed SLEEP->AWAKE and AWAKE->SLEEP transitions.Gertjan van Wingerde1-3/+4
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-12/+23
2010-05-12rt2x00: Simplify TXD handling of beacons.Gertjan van Wingerde1-7/+13
2010-05-12rt2x00: Re-order tx descriptor writing code in drivers.Gertjan van Wingerde1-0/+5
2010-05-12rt2x00: Fix beacon descriptor writing for rt61pci.Gertjan van Wingerde1-5/+5
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-24/+17
2010-05-10rt2x00: provide beacon's txdesc to write_beacon callback function.Gertjan van Wingerde1-1/+2
2010-05-10rt2x00: Clean up all driver's kick_tx_queue callback functions.Gertjan van Wingerde1-17/+13
2010-05-10rt2x00: Don't check whether hardware crypto is enabled when reading RXD.Gertjan van Wingerde1-6/+2
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+3
2010-05-04rt2x00: Register frame length in TX entry descriptor instead of L2PAD.Gertjan van Wingerde1-2/+3
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+14