summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: Fix PCI interrupt processing race on SMP systemsHelmut Schaa2011-08-095-95/+64Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in...John W. Linville2011-08-033-5/+6
|\
| * rt2x00: fix usage of NULL queueStanislaw Gruszka2011-08-021-2/+3
| * rt2x00: Fix compilation without CONFIG_RT2X00_LIB_CRYPTOHelmut Schaa2011-08-021-1/+2
| * rt2x00: rt2800: fix zeroing skb structureStanislaw Gruszka2011-08-011-2/+1Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-151-0/+2
|\|
| * rt2800usb: Add new device ID for BelkinEduardo Bacchi Kienetz2011-07-111-0/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-0813-52/+94
|\|
| * rt2x00: Implement tx_frames_pending mac80211 callback function.Gertjan van Wingerde2011-07-079-0/+22
| * rt2x00: Properly identify rt2800usb devices.Gertjan van Wingerde2011-07-071-2/+2
| * rt2x00: Add device ID for RT539F device.Gertjan van Wingerde2011-07-071-0/+1
| * rt2x00: Reduce window of a queue's tx lock.Gertjan van Wingerde2011-07-071-25/+26
| * rt2x00: Don't use queue entry as parameter when creating TX descriptor.Gertjan van Wingerde2011-07-073-28/+33
| * rt2x00: Serialize TX operations on a queue.Gertjan van Wingerde2011-07-072-5/+18
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-301-1/+1
|\|
| * rt2x00: Fix unspeficied typoJoe Perches2011-06-271-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-242-0/+14
|\|
| * rt2x00: reset usb devices at probeStanislaw Gruszka2011-06-221-0/+1
| * rt2x00: fix possible memory corruption in case of invalid rxdesc.sizeStanislaw Gruszka2011-06-221-0/+13
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-089-105/+396
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-072-1/+6
| |\
| | * rt2x00: fix rmmod crashStanislaw Gruszka2011-06-062-1/+6
| * | rt2x00: Enabled rt35xx device support by default.Gertjan van Wingerde2011-06-011-7/+2Star
| * | rt2x00: Move rt2800_txdone and rt2800_txdone_entry_check to rt2800usb.Gertjan van Wingerde2011-06-013-84/+82Star
| * | rt2x00: Interface sequence lock doesn't have to disable interrupts.Gertjan van Wingerde2011-06-011-3/+2Star
| * | rt2x00: Add support for RT3572/RT3592/RT3592+Bluetooth combo cardGertjan van Wingerde2011-06-013-7/+295
| * | rt2x00: Don't disable G0 PA_PE bit in case of BT coexistence.Gertjan van Wingerde2011-06-011-1/+5
| * | rt2x00: Enable PA_PE bits in TX_PIN_CFG according to active band.Gertjan van Wingerde2011-06-011-2/+4
| |/
* | net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* | drivers/net: Remove unnecessary semicolonsJoe Perches2011-06-052-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....John W. Linville2011-05-271-1/+0Star
|\
| * wireless: Default to 'n' for 2 new added devices in Kconfig.Tao Ma2011-05-271-1/+0Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-176-6/+28
|\|
| * rt2x00: Fix rmmod hang of rt2800pciGertjan van Wingerde2011-05-101-1/+1
| * rt2x00: Fix transfer speed regression for USB hardwareIvo van Doorn2011-05-051-3/+3
| * rt2x00: Initial support for RT5370 USB devices.Gertjan van Wingerde2011-05-054-2/+24
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-0510-28/+175
|\|
| * rt2x00: Add autowake support for USB hardwareIvo van Doorn2011-05-026-0/+139
| * rt2x00: Introduce capability flag for Bluetooth co-existence.Gertjan van Wingerde2011-05-022-5/+9
| * rt2x00: Streamline rt2800 eeprom initialisations.Gertjan van Wingerde2011-05-021-10/+8Star
| * rt2x00: Fix optimize register access for rt2800pciIvo van Doorn2011-05-021-2/+2
| * rt2x00: Optimize TX_STA_FIFO register readingIvo van Doorn2011-05-023-9/+15
| * rt2x00: Reduce tx status reading timeoutIvo van Doorn2011-05-021-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-2526-956/+1361
|\|
| * rt2x00: Implement get_antenna and set_antenna callback functionsIvo van Doorn2011-04-199-29/+103
| * rt2x00: Implement get_ringparam callback functionIvo van Doorn2011-04-199-0/+25
| * rt2x00: Optimize register access in rt2800usbIvo van Doorn2011-04-191-28/+28
| * rt2x00: Optimize register access in rt2800pciHelmut Schaa2011-04-191-74/+84
| * rt2x00: Merge rt2x00ht.c contents in other files.Gertjan van Wingerde2011-04-196-168/+108Star
| * rt2x00: Enable support for RT53xx PCI devices by default.Gertjan van Wingerde2011-04-191-4/+1Star