aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf1-1/+4
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg2-2/+4
2011-01-19rt2x00: Fix and fine-tune rf registers for RT3070/RT3071/RT3090RA-Jay Hung2-8/+23
2011-01-19rt2x00: Fix radio off hang issue for PCIE interfaceRA-Jay Hung2-32/+10
2011-01-14Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-2/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville8-92/+39
2011-01-04rt2x00: Fix comment about removed spinlockHelmut Schaa1-4/+1
2011-01-04rt2x00: Remove unused interface spinlockHelmut Schaa2-7/+0
2011-01-04rt2x00: Simplify intf->delayed_flags lockingHelmut Schaa3-19/+7
2011-01-04rt2x00: Remove superfluous assignment of mpdu_densityHelmut Schaa1-2/+0
2011-01-04rt2x00: Fix panic on frame padding for rt2800 usb devicesIsmael Luceno1-4/+12
2011-01-04rt2x00: Fix pointer errors.Gertjan van Wingerde2-8/+8
2011-01-04rt2x00: remove intf->mac field.Gertjan van Wingerde2-9/+2
2011-01-04rt2x00: Remove intf->bssid field.Gertjan van Wingerde2-16/+0
2011-01-04rt2x00: allow txstatus_fifo w/o txstatus_taskletJohannes Stezenbach1-5/+5
2011-01-04rt2x00: simplify txstatus_fifo handlingJohannes Stezenbach2-17/+3
2010-12-23PCI: make pci_restore_state return voidJon Mason1-2/+2
2010-12-22rt2x00: Use pci_is_pcie()Hauke Mehrtens1-1/+1
2010-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville25-667/+1329
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-3/+0
2010-12-13rt2x00: Fix firmware loading regression on x86_64.Wolfgang Kufner1-1/+1
2010-12-13rt2x00: Pad beacon to multiple of 32 bits.Wolfgang Kufner3-8/+18
2010-12-13rt2x00: remove stray semicolonJohannes Stezenbach1-1/+1
2010-12-13rt2x00: Fix WMM Queue namingIvo van Doorn10-112/+112
2010-12-13rt2x00: Introduce extra queue entry sanity flagIvo van Doorn3-5/+14
2010-12-13rt2x00: Cleanup RX index countingIvo van Doorn5-7/+19
2010-12-13rt2x00: Add "flush" queue commandIvo van Doorn9-61/+161
2010-12-13rt2x00: Protect queue control with mutexIvo van Doorn9-141/+302
2010-12-13rt2x00: Reorganize queue callback functionsIvo van Doorn15-83/+55
2010-12-13rt2x00: Introduce 3 queue commands in drivers (start, kick, stop).Ivo van Doorn9-287/+530
2010-12-13rt2x00: trivial: add missing \n on warningsJohannes Stezenbach4-8/+8
2010-12-13rt2x00: Don't frequently reset beacon interval in AdHoc modeHelmut Schaa7-10/+50
2010-12-13rt2x00: Ensure TX-ed frames are returned in the original state.Gertjan van Wingerde1-5/+8
2010-12-13rt2x00: fix hang when unplugging USB device in useJohannes Stezenbach1-2/+12
2010-12-13rt2x00: Add RF chip definitionRA-Jay Hung1-2/+8
2010-12-13rt2x00: Implement get_survey callback for rt2800Helmut Schaa5-0/+63
2010-12-13rt2x00: Add rt2800 EEPROM definitionRA-Jay Hung2-86/+119
2010-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville3-3/+8
2010-11-30mac80211/rt2x00: add ieee80211_tx_status_ni()Johannes Stezenbach3-3/+8
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville9-183/+184
2010-11-22rt2x00: Use static constJoe Perches1-1/+1
2010-11-17rt2x00: Modify rt2x00queue_remove_l2pad to make skb->data two-byte alignmentRA-Jay Hung1-2/+4
2010-11-17rt2x00: Fix header_length in rt2x00lib_txdoneRA-Jay Hung1-2/+6
2010-11-17rt2x00: Fix rt2800 USB TX Path DMA issueRA-Jay Hung1-13/+26
2010-11-17rt2x00: Use ioremap for SoC devices instead of KSEG1ADDR.Gertjan van Wingerde2-3/+7
2010-11-17rt2x00: Remove unneccessary internal Kconfig symbols.Gertjan van Wingerde2-30/+20
2010-11-17rt2x00: Remove RT30XX Kconfig variables.Gertjan van Wingerde3-121/+85
2010-11-17rt2x00: Clean up Kconfig for RT2800 devices.Gertjan van Wingerde1-28/+19
2010-11-17rt2x00: Add initial support for RT3370/RT3390 devices.Gertjan van Wingerde5-6/+39