summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* rt2x00: Wakeup hardware before loading firmwareIvo van Doorn2010-08-312-2/+6
* rt2x00: Validate TX status results with current data entryIvo van Doorn2010-08-311-23/+50
* rt2x00: Add rt2800_wait_csr_readyIvo van Doorn2010-08-313-21/+20
* rt2x00: Update rt2800 comments regarding AMPDU and PACKET_ID in TXWIHelmut Schaa2010-08-311-1/+5
* rt2x00: Rename txentry_desc.queue -> txentry_desc.qidHelmut Schaa2010-08-315-8/+8
* rt2x00: fix "buffer size not provably correct" build warningArnaud Patard (Rtp)2010-08-251-0/+3
* rt2x00: Fix max TX power settingsIvo van Doorn2010-08-259-47/+86
* rt2x00: Fix channel configuration for RF3052Ivo van Doorn2010-08-251-13/+16
* rt2x00: Merge rt2800{pci/usb} radio enabling/disabling code to rt2800libIvo van Doorn2010-08-254-145/+107
* rt2x00: Fix rt2800 retry calculationIvo van Doorn2010-08-251-1/+0
* rt2x00: Remove Q_INDEX_CRYPTO and ENTRY_OWNER_DEVICE_CRYPTOIvo van Doorn2010-08-252-11/+3
* rt2x00: Move direct access to queue->entries to rt2x00queue.cIvo van Doorn2010-08-254-57/+83
* rt2x00: Reduce indentingIvo van Doorn2010-08-251-13/+14
* rt2x00: Simplify arguments to rt2x00 driver callback functionsIvo van Doorn2010-08-2511-115/+90
* mac80211: use cipher suite selectorsJohannes Berg2010-08-162-10/+11
* rt2x00: Remove ieee80211_rx_status from rt2x00_devIvo van Doorn2010-08-166-20/+16
* rt2x00: Update comments regarding TXWI and TX_STA_FIFOHelmut Schaa2010-08-161-1/+26
* rt2x00: Implement TX status reporting for rt2800usbIvo van Doorn2010-08-164-107/+162
* rt2x00: Request TXWI pointer from driverIvo van Doorn2010-08-164-18/+26
* rt2x00: Add helper function for reporting tx statusIvo van Doorn2010-08-164-13/+16
* rt2x00: Set MIMO PS flag in tx descriptor for STAs in dynamic SMPS modeIvo van Doorn2010-08-163-1/+14
* rt2x00: Move USB tx/rx done handling to workqueueIvo van Doorn2010-08-165-62/+128
* rt2x00: do not shortcut rt2x00lib_config_antennaJohn W. Linville2010-08-161-8/+0
* rt2x00: update fw version info in wiphy structJohn W. Linville2010-08-161-0/+3
* rt2x00: do not use PCI resources before pci_enable_device()Kulikov Vasiliy2010-08-041-11/+10
* rt2500usb: disallow to set WEP key with non zero indexStanislaw Gruszka2010-07-271-0/+8
* rt2500usb: truly disable encryption when initializeStanislaw Gruszka2010-07-271-0/+1
* rt2500usb: write keys to proper registersStanislaw Gruszka2010-07-271-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville2010-07-274-12/+12
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-201-5/+5
| |\
| | * rt2x00: Fix lockdep warning in rt2x00lib_probe_dev()Stephen Boyd2010-07-161-5/+5
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-07-1322-476/+1019
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-0117-211/+222
| |\ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-179-54/+127
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-1124-415/+478
| |\ \ \ \ \
| * | | | | | drivers/net: use __packed annotationEric Dumazet2010-06-033-7/+7
| | |_|_|_|/ | |/| | | |
* | | | | | rt2x00: Fix regression for rt2500pciIvo van Doorn2010-07-261-6/+13
* | | | | | rt2x00: correct sparse warning in rt2x00debug.cJohn W. Linville2010-07-201-1/+1
| |_|_|_|/ |/| | | |
* | | | | rt2x00: Move driver callback functions into the ops structureIvo van Doorn2010-07-124-48/+36
OpenPOWER on IntegriCloud