aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt73usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-27rt2x00: New USB ID for rt73usbIvo van Doorn1-0/+2
2009-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+24
2009-03-05rt2x00 : more devices to rt73usb.cXose Vazquez Perez1-1/+31
2009-02-27rt2x00: Add various new USB IDs for rt73usbIvo van Doorn1-0/+6
2009-02-27rt2x00: Remove check for rf word 0Ivo van Doorn1-3/+0
2009-02-27rt2x00: uncomment get_tsfIvo van Doorn1-10/+0
2009-02-09Add new rt73usb USB IDIvo van Doorn1-0/+1
2009-02-09rt2x00: Validate firmware in driverIvo van Doorn1-11/+18
2009-02-09rt2x00: Add kill_tx_queue callback functionIvo van Doorn1-0/+1
2009-01-29rt2x00: Restrict firmware file lengthsIvo van Doorn1-0/+5
2009-01-29rt2x00: conf_tx() only need register access for WMM queuesIvo van Doorn1-15/+15
2009-01-29rt2x00: Update copyright year to 2009Ivo van Doorn1-1/+1
2009-01-29mac80211: extend/document powersave APIJohannes Berg1-1/+3
2009-01-29rt2x00: Remove ENTRY_TXD_OFDM_RATEIvo van Doorn1-1/+1
2009-01-29rt2x00: Add RFKILL support to rt2500usb and rt73usbIvo van Doorn1-0/+21
2009-01-29rt2x00: Restrict interface between rt2x00link and driversIvo van Doorn1-28/+29
2009-01-29rt2x00: Reduce calls to bbp_read()Ivo van Doorn1-28/+24
2009-01-29rt2x00: Implement PowersavingIvo van Doorn1-0/+40
2009-01-12rt2x00: add USB ID for the Linksys WUSB200.Stefan Lippers-Hollmann1-0/+1
2008-12-05rt2x00: Add RXDONE_CRYPTO_IV/ICV flagsIvo van Doorn1-0/+3
2008-12-05rt2x00: Optimize IV/EIV handlingIvo van Doorn1-4/+4
2008-11-25rt2x00: Detect USB BULK in/out endpointsIvo van Doorn1-4/+3
2008-11-25rt2x00: Move rt73usb register access wrappers into rt2x00usbIvo van Doorn1-201/+122
2008-11-25rt2x00: Cleanup indirect register accessIvo van Doorn1-83/+64
2008-11-21rt2x00: Fix race condition when using inderect registersIvo van Doorn1-10/+11
2008-11-21rt2x00: Cleanup TX/RX entry handlingIvo van Doorn1-2/+1
2008-11-10rt2x00: Remove debugfs CSR access wrappersIvo van Doorn1-16/+7
2008-11-10rt2x00: Optimize configuration handlingIvo van Doorn1-111/+105
2008-10-31rt2x00: reduce checkpatch.pl errorsJohn Daiker1-1/+1
2008-10-31mac80211: make retry limits part of hw configJohannes Berg1-1/+1
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+1
2008-09-24rt2x00: Fix HW crypto key handlingIvo van Doorn1-2/+2
2008-09-11rt2x00: Make rt2x00 LEDS invisible config optionIvo van Doorn1-4/+4
2008-09-11rt2x00: Revert "rt2x00: Fix the beacon length bug"Ivo van Doorn1-12/+0
2008-08-29rt2x00: skb->data pointer should not include TX descriptorMattias Nissler1-2/+1
2008-08-29rt2x00: Add Signal type flagIvo van Doorn1-0/+2
2008-08-29rt2x00: Initialize txop during conf_tx() callbackIvo van Doorn1-11/+58
2008-08-22rt2x00: Add module parameter to disable HW cryptoIvo van Doorn1-1/+9
2008-08-22rt2x00: Move lna_gain calculation to config() callbackIvo van Doorn1-14/+27
2008-08-22rt2x00: Gather channel information in structureIvo van Doorn1-19/+24
2008-08-22rt2x00: Implement HW encryption (rt73usb)Ivo van Doorn1-6/+265
2008-07-29rt2x00: Fix QOS sequence countingIvo van Doorn1-1/+2
2008-07-29rt2x00: Fix the beacon length bugIwo Mergler1-0/+12
2008-07-29rt2x00: Large vendor requests for rt73usb firmware upload and beaconsIwo Mergler1-31/+9
2008-07-29mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flagJohannes Berg1-1/+0
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-3/+3
2008-07-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-71/+44
2008-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+9
2008-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-3/+3
2008-07-14rt2x00: Reorganize beacon handlingIvo van Doorn1-71/+44