summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-12-221-3/+0
| |\
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-01-058-92/+39
|\ \ \
| * | | rt2x00: Fix comment about removed spinlockHelmut Schaa2011-01-041-4/+1
| * | | rt2x00: Remove unused interface spinlockHelmut Schaa2011-01-042-7/+0
| * | | rt2x00: Simplify intf->delayed_flags lockingHelmut Schaa2011-01-043-19/+7
| * | | rt2x00: Remove superfluous assignment of mpdu_densityHelmut Schaa2011-01-041-2/+0
| * | | rt2x00: Fix panic on frame padding for rt2800 usb devicesIsmael Luceno2011-01-041-4/+12
| * | | rt2x00: Fix pointer errors.Gertjan van Wingerde2011-01-042-8/+8
| * | | rt2x00: remove intf->mac field.Gertjan van Wingerde2011-01-042-9/+2
| * | | rt2x00: Remove intf->bssid field.Gertjan van Wingerde2011-01-042-16/+0
| * | | rt2x00: allow txstatus_fifo w/o txstatus_taskletJohannes Stezenbach2011-01-041-5/+5
| * | | rt2x00: simplify txstatus_fifo handlingJohannes Stezenbach2011-01-042-17/+3
| * | | rt2x00: Use pci_is_pcie()Hauke Mehrtens2010-12-221-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-2225-667/+1329
|\ \ \ \ | |/ / /
| * | | rt2x00: Fix firmware loading regression on x86_64.Wolfgang Kufner2010-12-131-1/+1
| * | | rt2x00: Pad beacon to multiple of 32 bits.Wolfgang Kufner2010-12-133-8/+18
| * | | rt2x00: remove stray semicolonJohannes Stezenbach2010-12-131-1/+1
| * | | rt2x00: Fix WMM Queue namingIvo van Doorn2010-12-1310-112/+112
| * | | rt2x00: Introduce extra queue entry sanity flagIvo van Doorn2010-12-133-5/+14
| * | | rt2x00: Cleanup RX index countingIvo van Doorn2010-12-135-7/+19
| * | | rt2x00: Add "flush" queue commandIvo van Doorn2010-12-139-61/+161
| * | | rt2x00: Protect queue control with mutexIvo van Doorn2010-12-139-141/+302
| * | | rt2x00: Reorganize queue callback functionsIvo van Doorn2010-12-1315-83/+55
| * | | rt2x00: Introduce 3 queue commands in drivers (start, kick, stop).Ivo van Doorn2010-12-139-287/+530
| * | | rt2x00: trivial: add missing \n on warningsJohannes Stezenbach2010-12-134-8/+8
| * | | rt2x00: Don't frequently reset beacon interval in AdHoc modeHelmut Schaa2010-12-137-10/+50
| * | | rt2x00: Ensure TX-ed frames are returned in the original state.Gertjan van Wingerde2010-12-131-5/+8
| * | | rt2x00: fix hang when unplugging USB device in useJohannes Stezenbach2010-12-131-2/+12
| * | | rt2x00: Add RF chip definitionRA-Jay Hung2010-12-131-2/+8
| * | | rt2x00: Implement get_survey callback for rt2800Helmut Schaa2010-12-135-0/+63
| * | | rt2x00: Add rt2800 EEPROM definitionRA-Jay Hung2010-12-132-86/+119
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-063-3/+8
|\ \ \ \ | |/ / /
| * | | mac80211/rt2x00: add ieee80211_tx_status_ni()Johannes Stezenbach2010-11-303-3/+8
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-11-249-183/+184
|\ \ \ \ | |/ / /
| * | | rt2x00: Use static constJoe Perches2010-11-221-1/+1
| * | | rt2x00: Modify rt2x00queue_remove_l2pad to make skb->data two-byte alignmentRA-Jay Hung2010-11-171-2/+4
| * | | rt2x00: Fix header_length in rt2x00lib_txdoneRA-Jay Hung2010-11-171-2/+6
| * | | rt2x00: Fix rt2800 USB TX Path DMA issueRA-Jay Hung2010-11-171-13/+26
| * | | rt2x00: Use ioremap for SoC devices instead of KSEG1ADDR.Gertjan van Wingerde2010-11-172-3/+7
| * | | rt2x00: Remove unneccessary internal Kconfig symbols.Gertjan van Wingerde2010-11-172-30/+20
| * | | rt2x00: Remove RT30XX Kconfig variables.Gertjan van Wingerde2010-11-173-121/+85
| * | | rt2x00: Clean up Kconfig for RT2800 devices.Gertjan van Wingerde2010-11-171-28/+19
| * | | rt2x00: Add initial support for RT3370/RT3390 devices.Gertjan van Wingerde2010-11-175-6/+39
| * | | rt2x00: Increase REGISTER_BUSY_COUNTIvo van Doorn2010-11-171-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-11-1627-235/+301
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | rt2x00: Add watchdog functions for HW queueIvo van Doorn2010-11-152-3/+58
| * | rt2x00: Remove rt2x00lib_toggle_rxIvo van Doorn2010-11-1512-54/+17
| * | rt2x00: Fix rt2x00queue_kick_tx_queue argumentsIvo van Doorn2010-11-151-6/+3
OpenPOWER on IntegriCloud