summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00
AgeCommit message (Expand)AuthorFilesLines
2011-09-14rt2x00: Use the available helper functions to initialize the WCID tableHelmut Schaa1-5/+2
2011-09-14rt2x00: Forbid aggregation for STAs not programmed into the hwHelmut Schaa1-0/+11
2011-09-14rt2x00: Make use of sta_add/remove callbacks in rt2800Helmut Schaa4-30/+134
2011-09-14rt2x00: Add WCID to HT TX descriptorHelmut Schaa2-1/+7
2011-09-14rt2x00: Add WCID to crypto structHelmut Schaa2-2/+7
2011-09-14rt2x00: Introduce sta_add/remove callbacksHelmut Schaa3-0/+60
2011-09-14rt2x00: Move bssidx calculation into its own functionHelmut Schaa3-9/+23
2011-09-14rt2x00: Avoid unnecessary uncachedHelmut Schaa1-4/+4
2011-09-14rt2x00: Update some TX descriptorHelmut Schaa1-2/+2
2011-09-14rt2x00: Remove incorrect led blinkHelmut Schaa1-16/+0
2011-09-14rt2x00: Add LED_CFG register descriptionHelmut Schaa1-0/+3
2011-09-14rt2x00: Minor optimizazion in txdone pathHelmut Schaa4-6/+5
2011-09-13rt2x00: Add new chipset supportzero.lin1-0/+1
2011-08-09rt2x00: Fix PCI interrupt processing race on SMP systemsHelmut Schaa5-95/+64
2011-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in...John W. Linville3-5/+6
2011-08-02rt2x00: fix usage of NULL queueStanislaw Gruszka1-2/+3
2011-08-02rt2x00: Fix compilation without CONFIG_RT2X00_LIB_CRYPTOHelmut Schaa1-1/+2
2011-08-01rt2x00: rt2800: fix zeroing skb structureStanislaw Gruszka1-2/+1
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+2
2011-07-11rt2800usb: Add new device ID for BelkinEduardo Bacchi Kienetz1-0/+2
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville13-52/+94
2011-07-07rt2x00: Implement tx_frames_pending mac80211 callback function.Gertjan van Wingerde9-0/+22
2011-07-07rt2x00: Properly identify rt2800usb devices.Gertjan van Wingerde1-2/+2
2011-07-07rt2x00: Add device ID for RT539F device.Gertjan van Wingerde1-0/+1
2011-07-07rt2x00: Reduce window of a queue's tx lock.Gertjan van Wingerde1-25/+26
2011-07-07rt2x00: Don't use queue entry as parameter when creating TX descriptor.Gertjan van Wingerde3-28/+33
2011-07-07rt2x00: Serialize TX operations on a queue.Gertjan van Wingerde2-5/+18
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2011-06-27rt2x00: Fix unspeficied typoJoe Perches1-1/+1
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-0/+14
2011-06-22rt2x00: reset usb devices at probeStanislaw Gruszka1-0/+1
2011-06-22rt2x00: fix possible memory corruption in case of invalid rxdesc.sizeStanislaw Gruszka1-0/+13
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-105/+396
2011-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-1/+6
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-06rt2x00: fix rmmod crashStanislaw Gruszka2-1/+6
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches2-2/+2
2011-06-01rt2x00: Enabled rt35xx device support by default.Gertjan van Wingerde1-7/+2
2011-06-01rt2x00: Move rt2800_txdone and rt2800_txdone_entry_check to rt2800usb.Gertjan van Wingerde3-84/+82
2011-06-01rt2x00: Interface sequence lock doesn't have to disable interrupts.Gertjan van Wingerde1-3/+2
2011-06-01rt2x00: Add support for RT3572/RT3592/RT3592+Bluetooth combo cardGertjan van Wingerde3-7/+295
2011-06-01rt2x00: Don't disable G0 PA_PE bit in case of BT coexistence.Gertjan van Wingerde1-1/+5
2011-06-01rt2x00: Enable PA_PE bits in TX_PIN_CFG according to active band.Gertjan van Wingerde1-2/+4
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....John W. Linville1-1/+0
2011-05-27wireless: Default to 'n' for 2 new added devices in Kconfig.Tao Ma1-1/+0
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-6/+28
2011-05-10rt2x00: Fix rmmod hang of rt2800pciGertjan van Wingerde1-1/+1
2011-05-05rt2x00: Fix transfer speed regression for USB hardwareIvo van Doorn1-3/+3
2011-05-05rt2x00: Initial support for RT5370 USB devices.Gertjan van Wingerde4-2/+24
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-28/+175