summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
AgeCommit message (Expand)AuthorFilesLines
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-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
2010-08-31rt2x00: Set PWR_PIN_CFG during initializationIvo van Doorn1-0/+2
2010-08-31rt2x00: Don't set unicast/BSSID masks when clearning MAC or BSSIDIvo van Doorn1-7/+11
2010-08-31rt2x00: Wakeup hardware before loading firmwareIvo van Doorn2-2/+6
2010-08-31rt2x00: Validate TX status results with current data entryIvo van Doorn1-23/+50
2010-08-31rt2x00: Add rt2800_wait_csr_readyIvo van Doorn3-21/+20
2010-08-31rt2x00: Update rt2800 comments regarding AMPDU and PACKET_ID in TXWIHelmut Schaa1-1/+5
2010-08-31rt2x00: Rename txentry_desc.queue -> txentry_desc.qidHelmut Schaa5-8/+8
2010-08-25rt2x00: fix "buffer size not provably correct" build warningArnaud Patard (Rtp)1-0/+3
2010-08-25rt2x00: Fix max TX power settingsIvo van Doorn9-47/+86
2010-08-25rt2x00: Fix channel configuration for RF3052Ivo van Doorn1-13/+16
2010-08-25rt2x00: Merge rt2800{pci/usb} radio enabling/disabling code to rt2800libIvo van Doorn4-145/+107
2010-08-25rt2x00: Fix rt2800 retry calculationIvo van Doorn1-1/+0
2010-08-25rt2x00: Remove Q_INDEX_CRYPTO and ENTRY_OWNER_DEVICE_CRYPTOIvo van Doorn2-11/+3
2010-08-25rt2x00: Move direct access to queue->entries to rt2x00queue.cIvo van Doorn4-57/+83
2010-08-25rt2x00: Reduce indentingIvo van Doorn1-13/+14
2010-08-25rt2x00: Simplify arguments to rt2x00 driver callback functionsIvo van Doorn11-115/+90
2010-08-16mac80211: use cipher suite selectorsJohannes Berg2-10/+11
2010-08-16rt2x00: Remove ieee80211_rx_status from rt2x00_devIvo van Doorn6-20/+16
2010-08-16rt2x00: Update comments regarding TXWI and TX_STA_FIFOHelmut Schaa1-1/+26
2010-08-16rt2x00: Implement TX status reporting for rt2800usbIvo van Doorn4-107/+162
2010-08-16rt2x00: Request TXWI pointer from driverIvo van Doorn4-18/+26
2010-08-16rt2x00: Add helper function for reporting tx statusIvo van Doorn4-13/+16
2010-08-16rt2x00: Set MIMO PS flag in tx descriptor for STAs in dynamic SMPS modeIvo van Doorn3-1/+14
2010-08-16rt2x00: Move USB tx/rx done handling to workqueueIvo van Doorn5-62/+128
2010-08-16rt2x00: do not shortcut rt2x00lib_config_antennaJohn W. Linville1-8/+0
2010-08-16rt2x00: update fw version info in wiphy structJohn W. Linville1-0/+3
2010-08-04rt2x00: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-11/+10
2010-07-27rt2500usb: disallow to set WEP key with non zero indexStanislaw Gruszka1-0/+8
2010-07-27rt2500usb: truly disable encryption when initializeStanislaw Gruszka1-0/+1
2010-07-27rt2500usb: write keys to proper registersStanislaw Gruszka1-1/+1
2010-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville4-12/+12
2010-07-26rt2x00: Fix regression for rt2500pciIvo van Doorn1-6/+13
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+5
2010-07-20rt2x00: correct sparse warning in rt2x00debug.cJohn W. Linville1-1/+1
2010-07-16rt2x00: Fix lockdep warning in rt2x00lib_probe_dev()Stephen Boyd1-5/+5
2010-07-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville22-476/+1019
2010-07-12rt2x00: Move driver callback functions into the ops structureIvo van Doorn4-48/+36
2010-07-12rt2x00: Move common firmware loading into rt2800libIvo van Doorn4-211/+179
2010-07-12rt2x00: Add missing TSF sync mode for AP operationHelmut Schaa3-4/+8
2010-07-12rt2x00: Don't initialize beacon interval to 0 on rt2800 devicesHelmut Schaa1-1/+1
2010-07-12rt2x00: Remove set_tim callback from PCI driversHelmut Schaa4-4/+0