summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | rt2800: add rt2800lib.hBartlomiej Zolnierkiewicz2009-11-065-151/+101
| * | | | | rt2x00: fix rt2x00pci_register_multi[read,write]() argumentsBartlomiej Zolnierkiewicz2009-11-062-12/+11
| * | | | | rt2x00: fix rt2x00usb_regbusy_read() argumentsBartlomiej Zolnierkiewicz2009-11-063-3/+3
| * | | | | rt2x00: fix rt2x00usb_register_multiwrite() argumentsBartlomiej Zolnierkiewicz2009-11-062-4/+5
| * | | | | rt2800pci: convert to use struct rt2800_ops methodsBartlomiej Zolnierkiewicz2009-11-062-6/+51
| * | | | | rt2800usb: convert to use struct rt2800_ops methodsBartlomiej Zolnierkiewicz2009-11-062-6/+51
| * | | | | rt2x00: add driver private field to struct rt2x00_devBartlomiej Zolnierkiewicz2009-11-061-0/+5
| * | | | | rt2800pci: add rt2800_mcu_request() wrapperBartlomiej Zolnierkiewicz2009-11-061-9/+16
| * | | | | rt2800usb: add rt2800_mcu_request() wrapperBartlomiej Zolnierkiewicz2009-11-061-10/+17
| * | | | | rt2800pci: add rt2800_rf_[read,write]() wrappersBartlomiej Zolnierkiewicz2009-11-061-13/+19
| * | | | | rt2800usb: add rt2800_rf_[read,write]() wrappersBartlomiej Zolnierkiewicz2009-11-061-13/+19
| * | | | | rt2800pci: add rt2800_rfcsr_[read,write]() wrappersBartlomiej Zolnierkiewicz2009-11-061-52/+64
| * | | | | rt2800usb: add rt2800_rfcsr_[read,write]() wrappersBartlomiej Zolnierkiewicz2009-11-061-42/+54
| * | | | | rt2800pci: add rt2800_bbp_[read,write]() wrappersBartlomiej Zolnierkiewicz2009-11-061-63/+75
| * | | | | rt2800usb: add rt2800_bbp_[read,write]() wrappersBartlomiej Zolnierkiewicz2009-11-061-63/+75
| * | | | | rt2800pci: add rt2800_regbusy_read() wrapperBartlomiej Zolnierkiewicz2009-11-062-6/+14
| * | | | | rt2800usb: add rt2800_regbusy_read() wrapperBartlomiej Zolnierkiewicz2009-11-062-5/+13
| * | | | | rt2800pci: add rt2800_register_multi[read,write]() wrappersBartlomiej Zolnierkiewicz2009-11-062-11/+26
| * | | | | rt2800usb: add rt2800_register_multi[read,write]() wrappersBartlomiej Zolnierkiewicz2009-11-062-8/+22
| * | | | | rt2800pci: add rt2800_register_[read,write]() wrappersBartlomiej Zolnierkiewicz2009-11-062-239/+261
| * | | | | rt2800usb: add rt2800_register_[read,write]() wrappersBartlomiej Zolnierkiewicz2009-11-062-192/+213
| * | | | | rt2x00: remove needless ifdefs from rt2x00leds.hBartlomiej Zolnierkiewicz2009-11-041-4/+0
| * | | | | rt2800usb: fix comments in rt2800usb.hBartlomiej Zolnierkiewicz2009-11-041-8/+8
| * | | | | rt2800usb: use rt2x00usb_register_multiwrite() to set key entriesBartlomiej Zolnierkiewicz2009-11-041-14/+4
| * | | | | rt2x00: fix rt2x00usb_register_read() commentBartlomiej Zolnierkiewicz2009-11-041-1/+1
| * | | | | rt2800pci: fix comment about IV/EIV fieldsBartlomiej Zolnierkiewicz2009-11-041-2/+2
| * | | | | rt2800pci: fix comment about register accessBartlomiej Zolnierkiewicz2009-11-041-1/+3
| * | | | | rt2800pci: fix crypto in TX frameBartlomiej Zolnierkiewicz2009-11-041-1/+1
| * | | | | rt2800usb: fix rt2800usb_rfcsr_read()Bartlomiej Zolnierkiewicz2009-11-041-1/+1
| * | | | | rt2800pci: make Kconfig help entry more helpfulBartlomiej Zolnierkiewicz2009-11-041-1/+4
| * | | | | rt2800usb: make Kconfig help entry more helpfulBartlomiej Zolnierkiewicz2009-11-041-1/+5
| * | | | | wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville2009-10-301-1/+1
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-083-7/+17
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | rt2x00: Don't queue ieee80211 work after USB removalSean Cross2009-11-063-7/+17
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-061-0/+5
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | rt73usb.c : more idsXose Vazquez Perez2009-10-301-0/+5
| | |/ | |/|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-291-1/+1
|\ \ \ | |/ /
| * | rt2x00: Fix crypto in TX frame for rt2800usbBenoit PAPILLAULT2009-10-271-1/+1
| |/
* | rt2x00: Implement support for rt2800pciIvo van Doorn2009-10-275-0/+5317
* | rt2x00: Add rt2x00soc bus moduleIvo van Doorn2009-10-274-0/+216
|/
* rt2x00: Thrustmaster FunAccess WIFI USB and rt73usbMichal Szalata2009-09-291-0/+1
* rt2x00: fix the definition of rt2x00crypto_rx_insert_ivAndrew Price2009-09-231-1/+1
* rt2x00: Hardcode TX ack timeout and consume timeIvo van Doorn2009-09-098-28/+7
* rt2x00: Reorganize padding & L2 paddingIvo van Doorn2009-08-314-44/+116
* rt2x00: Fix TX status reportingIvo van Doorn2009-08-311-12/+16
* rt2x00: Cleanup rt2x00mac_bss_info_changed()Ivo van Doorn2009-08-281-8/+0
* rt2x00: bss_info_changed() callback is allowed to sleepIvo van Doorn2009-08-206-25/+3
* rt2x00: configure_filter() callback is allowed to sleepIvo van Doorn2009-08-203-15/+1
* rt2x00: Add support for retry ratesBenoit PAPILLAULT2009-08-202-5/+19
* rt2x00: Fix MCS register intializationIvo van Doorn2009-08-201-1/+1