aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00
AgeCommit message (Expand)AuthorFilesLines
2009-11-06rt2800usb: add rt2800_rfcsr_[read,write]() wrappersBartlomiej Zolnierkiewicz1-42/+54
2009-11-06rt2800pci: add rt2800_bbp_[read,write]() wrappersBartlomiej Zolnierkiewicz1-63/+75
2009-11-06rt2800usb: add rt2800_bbp_[read,write]() wrappersBartlomiej Zolnierkiewicz1-63/+75
2009-11-06rt2800pci: add rt2800_regbusy_read() wrapperBartlomiej Zolnierkiewicz2-6/+14
2009-11-06rt2800usb: add rt2800_regbusy_read() wrapperBartlomiej Zolnierkiewicz2-5/+13
2009-11-06rt2800pci: add rt2800_register_multi[read,write]() wrappersBartlomiej Zolnierkiewicz2-11/+26
2009-11-06rt2800usb: add rt2800_register_multi[read,write]() wrappersBartlomiej Zolnierkiewicz2-8/+22
2009-11-06rt2800pci: add rt2800_register_[read,write]() wrappersBartlomiej Zolnierkiewicz2-239/+261
2009-11-06rt2800usb: add rt2800_register_[read,write]() wrappersBartlomiej Zolnierkiewicz2-192/+213
2009-11-06rt2x00: Don't queue ieee80211 work after USB removalSean Cross3-7/+17
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+5
2009-11-04rt2x00: remove needless ifdefs from rt2x00leds.hBartlomiej Zolnierkiewicz1-4/+0
2009-11-04rt2800usb: fix comments in rt2800usb.hBartlomiej Zolnierkiewicz1-8/+8
2009-11-04rt2800usb: use rt2x00usb_register_multiwrite() to set key entriesBartlomiej Zolnierkiewicz1-14/+4
2009-11-04rt2x00: fix rt2x00usb_register_read() commentBartlomiej Zolnierkiewicz1-1/+1
2009-11-04rt2800pci: fix comment about IV/EIV fieldsBartlomiej Zolnierkiewicz1-2/+2
2009-11-04rt2800pci: fix comment about register accessBartlomiej Zolnierkiewicz1-1/+3
2009-11-04rt2800pci: fix crypto in TX frameBartlomiej Zolnierkiewicz1-1/+1
2009-11-04rt2800usb: fix rt2800usb_rfcsr_read()Bartlomiej Zolnierkiewicz1-1/+1
2009-11-04rt2800pci: make Kconfig help entry more helpfulBartlomiej Zolnierkiewicz1-1/+4
2009-11-04rt2800usb: make Kconfig help entry more helpfulBartlomiej Zolnierkiewicz1-1/+5
2009-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+5
2009-10-30wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville1-1/+1
2009-10-30rt73usb.c : more idsXose Vazquez Perez1-0/+5
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2009-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2009-10-27rt2x00: Implement support for rt2800pciIvo van Doorn5-0/+5317
2009-10-27rt2x00: Add rt2x00soc bus moduleIvo van Doorn4-0/+216
2009-10-27rt2x00: Fix crypto in TX frame for rt2800usbBenoit PAPILLAULT1-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-29rt2x00: Thrustmaster FunAccess WIFI USB and rt73usbMichal Szalata1-0/+1
2009-09-23rt2x00: fix the definition of rt2x00crypto_rx_insert_ivAndrew Price1-1/+1
2009-09-09rt2x00: Hardcode TX ack timeout and consume timeIvo van Doorn8-28/+7
2009-08-31rt2x00: Reorganize padding & L2 paddingIvo van Doorn4-44/+116
2009-08-31rt2x00: Fix TX status reportingIvo van Doorn1-12/+16
2009-08-28rt2x00: Cleanup rt2x00mac_bss_info_changed()Ivo van Doorn1-8/+0
2009-08-20rt2x00: bss_info_changed() callback is allowed to sleepIvo van Doorn6-25/+3
2009-08-20rt2x00: configure_filter() callback is allowed to sleepIvo van Doorn3-15/+1
2009-08-20rt2x00: Add support for retry ratesBenoit PAPILLAULT2-5/+19
2009-08-20rt2x00: Fix MCS register intializationIvo van Doorn1-1/+1
2009-08-20rt2x00: wireless CLI ID and packet ID must not be 0Ivo van Doorn1-2/+2
2009-08-20rt2x00: Set SKBDESC_L2_PADDED in RX pathIvo van Doorn1-1/+3
2009-08-20rt2x00: Add new RF chip definesIvo van Doorn1-0/+6
2009-08-20rt2x00: Fix for rt2800usb for SHARED_KEY_TABLE initializationsIvo van Doorn2-6/+6
2009-08-20rt2x00: Fix RFKILL pollingIvo van Doorn1-2/+2
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg2-2/+2
2009-08-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+4
2009-08-14rt2x00: Fix beacon de-synchronization while update beaconIgor Perminov6-17/+8
2009-08-14rt2x00: FIF_PSPOLL filter flag supportIgor Perminov5-3/+41
2009-08-14rt2x00: Fix for race condition while update beaconIgor Perminov4-8/+20