aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-07-09rt2x00usb: fix indexes ordering on RX queue kickStanislaw Gruszka1-1/+1
2012-06-20rt2x00: Add support for BUFFALO WLI-UC-GNM2 to rt2800usb.Jeongdo Son1-0/+1
2012-06-20rt2x00 : RT3290 chip support v4Woody Hung7-57/+567
2012-06-06rt2x00:Add RT5392 chipset supportZero.Lin2-1/+27
2012-06-06rt2x00: claim RSN IBSS supportStanislaw Gruszka2-2/+14
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-10/+7
2012-06-05rt2x00: Add support for RT5360 based PCI devices.villacis@palosanto.com3-0/+8
2012-06-05rt2800usb: 2001:3c17 is an RT3370 deviceAlbert Pool1-1/+2
2012-06-04rt2x00: use atomic variable for seqnoStanislaw Gruszka3-10/+7
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds3-0/+3
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp3-0/+3
2012-05-16rt2x00:Add RT539b chipset supportZero.Lin1-0/+1
2012-05-08rt2x00: Add debugfs access for rfcsr registerAnisse Astier4-1/+20
2012-05-08rt2x00: debugfs support - allow a register to be emptyAnisse Astier1-35/+36
2012-04-23rt2800: add chipset revision RT5390R supportAnisse Astier2-0/+13
2012-04-23rt2x00: Use GFP_KERNEL for rx buffer allocation on USB devicesHelmut Schaa6-9/+9
2012-04-23rt2800: debugfs register access: BBP is 256 bytes bigAnisse Astier1-1/+1
2012-04-23wireless: rt2x00: rt2800usb more devices were identifiedXose Vazquez Perez1-5/+3
2012-04-23wireless: rt2x00: rt2800usb add more devices idsXose Vazquez Perez1-3/+14
2012-04-17rt2x00: Don't let mac80211 send a BAR when an AMPDU subframe failsAndreas Hartmann1-3/+4
2012-04-16wireless: rt2x00: rt2800pci add more RT539x idsXose Vazquez Perez1-0/+2
2012-04-16wireless: rt2x00: rt{2500,73}usb.c put back duplicate idXose Vazquez Perez2-1/+2
2012-04-16net/wireless: use module_pci_driverAxel Lin3-36/+3
2012-04-13rt2800: zero registers of unused TX ringsJakub Kicinski1-0/+10
2012-04-13rt2800: initialize queues before giving up due to DMA errorJakub Kicinski2-3/+5
2012-04-13rt2800: add disabling of DMA before loading firmwareJakub Kicinski1-0/+2
2012-04-13rt2800: introduce wpdma_disable functionJakub Kicinski3-24/+19
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-5/+1
2012-04-11rt2x00: do not generate seqno in h/w if QOS is disabledStanislaw Gruszka3-2/+24
2012-04-11rt2x00: configure different txdesc parameters for non HT channelStanislaw Gruszka3-8/+24
2012-04-10rt2x00: Fix rfkill_polling register function.Chen, Chien-Chia1-5/+1
2012-04-09rt2x00: increase led's name buffer lengthJakub Kicinski1-8/+8
2012-03-26rt2x00: rt2800usb: fix status register reread logicStanislaw Gruszka1-1/+1
2012-03-26rt2x00: rt2800usb: schedule txdone work on timeoutStanislaw Gruszka1-1/+7
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+17
2012-03-15rt2x00: rt2800usb: limit tx queues lengthStanislaw Gruszka1-1/+1
2012-03-15rt2x00: rt2800usb: do not check packedid for aggregated framesStanislaw Gruszka1-2/+3
2012-03-15rt2x00: rt2800usb: rework txstatus codeStanislaw Gruszka5-64/+101
2012-03-15rt2x00: rt2800usb: rework txdone codeStanislaw Gruszka1-41/+31
2012-03-15rt2x00: rt2800usb: move additional txdone into new functionStanislaw Gruszka1-5/+11
2012-03-15rt2x00: Set IEEE80211_HW_REPORTS_TX_ACK_STATUS in rt2800Helmut Schaa1-1/+3
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg1-1/+1
2012-03-12rt2x00: Fix beacon skew in rt2800pciHelmut Schaa2-0/+33
2012-03-12rt2x00: fix random stallsStanislaw Gruszka3-1/+17
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+2
2012-02-27rt2800pci: Fix 'Error - MCU request failed' during initializationJakub Kicinski1-8/+17
2012-02-27rt2800: Add documentation on MCU requestsJakub Kicinski2-4/+19
2012-02-27rt2x00:Add RT5372 chipset supportJohn Li5-25/+147