aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
AgeCommit message (Expand)AuthorFilesLines
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-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville17-236/+398
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-17drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches8-9/+9
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/holtmann/bluetooth-next-2.6John 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/net-2.6David 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/linville/wireless-next-2.6 into for-davemJohn W. Linville22-472/+1015
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
2010-07-12rt2x00: Use separate mac80211_ops for rt2800pci and rt2800usbHelmut Schaa4-37/+69
2010-07-12rt2x00: Use pretbtt irq for fetching beacons on rt2800pciHelmut Schaa5-10/+70
2010-07-12rt2x00: Implement broad- and multicast bufferingHelmut Schaa1-2/+30
2010-07-12rt2x00: Allow beacon update without scheduling a workHelmut Schaa2-9/+30
2010-07-12rt2x00: Convert rt2x00 to use threaded interruptsHelmut Schaa11-70/+201
2010-07-12rt2x00: Make rt2800_write_beacon only export to GPLIvo van Doorn1-1/+1
2010-07-12rt2x00: Implement watchdog monitoringIvo van Doorn11-3/+159
2010-07-12rt2x00: Fix vgc_level_reg handlingIvo van Doorn3-8/+16
2010-07-12rt2x00: Disable link tuning while scanningIvo van Doorn9-4/+47