summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192su/r8192U.h
Commit message (Collapse)AuthorAgeFilesLines
* staging: rtl8192su: update r8192U.hFlorian Schilhabel2010-07-221-26/+95
| | | | | Signed-off-by: Florian Schilhabel <florian.c.schilhabel@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: rtl8192su: r8192U.h, clean headerFlorian Schilhabel2010-07-221-152/+17
| | | | | Signed-off-by: Florian Schilhabel <florian.c.schilhabel@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: rtl8192su: update to r8192S_Efuse.c, r8192xU_cmdpkt.cFlorian Schilhabel2010-07-221-0/+3
| | | | | | | cosmetics, various updates to reflect realteks upstream changes. Signed-off-by: Florian Schilhabel <florian.c.schilhabel@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: rtl8192su: fix a compiler warningFlorian Schilhabel2010-07-221-13/+3
| | | | | | | | | | fix for: drivers/staging/rtl8192su/r8192U_core.c: In function ‘rtl8192SU_MacConfigAfterFwDownload’: drivers/staging/rtl8192su/r8192U_core.c:4403:24: warning: comparison between ‘rtl819xUsb_loopback_e’ and ‘enum _RTL8192SUSB_LOOPBACK’ drivers/staging/rtl8192su/r8192U_core.c:4405:30: warning: comparison between ‘rtl819xUsb_loopback_e’ and ‘enum _RTL8192SUSB_LOOPBACK’ Signed-off-by: Florian Schilhabel <florian.c.schilhabel@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl819su: added r8192SU_led.c/.hFlorian Schilhabel2010-05-141-15/+12
| | | | | | | | | | added the necessary infrastructure for the leds on the device this is a port from Realteks driver. leds are now working partially. Signed-off-by: Florian Schilhabel <florian.c.schilhabel@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192su: all rtl8192su chips have the 93c46 epromFlorian Schilhabel2010-05-111-7/+1
| | | | | | | | | | | | | | | | | all rtl8192su chips have the 93c46 eprom. (no 93c56) it it theoretically safe to remove the 93c56 definitions and some unneeded code. if your device stops working after this patch, please send me a mail and include some information about your device: * dmesg * lsusb -v * _exact_ chipset (version) * vendor * everything else, that may help plus cosmetics. Signed-off-by: Florian Schilhabel <florian.c.schilhabel@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: rtl8192su: move to EEPROM_93CXFlorian Schilhabel2010-05-111-0/+6
| | | | | | | | | this is basically a port of Larry Fingers Patch for rtl8187se to rtl8192su. also removed some dead code. plus cosmetics. Signed-off-by: Florian Schilhabel <florian.c.schilhabel@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192su: Remove Firmware from r8192SU_HWImg.cFlorian Schilhabel2010-03-031-1/+0
| | | | | | | | | Because the Firmware is loaded from RTL8192SU/rtl8192sfw.bin, it it save, to remove it from r8192SU_HWImg.c Signed-off-by: Florian Schilhabel <florian.c.schilhabel@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192su: remove dead codeBartlomiej Zolnierkiewicz2009-09-151-214/+0
| | | | | | Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192su: remove RTL8192SU ifdefsBartlomiej Zolnierkiewicz2009-09-151-190/+0
| | | | | Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192su: remove USB_TX_DRIVER_AGGREGATION_ENABLE ifdefsBartlomiej Zolnierkiewicz2009-09-151-31/+0
| | | | | Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192su: remove USB_RX_AGGREGATION_SUPPORT ifdefsBartlomiej Zolnierkiewicz2009-09-151-32/+0
| | | | | Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192su: remove EEPROM_OLD_FORMAT_SUPPORT ifdefsBartlomiej Zolnierkiewicz2009-09-151-6/+0
| | | | | Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192su: remove USE_ONE_PIPE ifdefsBartlomiej Zolnierkiewicz2009-09-151-13/+0
| | | | | Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192su: remove kernel version compatibility wrappersBartlomiej Zolnierkiewicz2009-09-151-35/+5
| | | | | Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192su: remove duplicate dot11d.h and ieee80211.h includesBartlomiej Zolnierkiewicz2009-09-151-1/+1
| | | | | | | Always use includes from ieee80211/ subdirectory. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: add rtl8192SU wireless usb driverJerry Chuang2009-06-191-0/+2112
Driver from Realtek for the Realtek RTL8192 USB wifi device Based on the r8187 driver from Andrea Merello <andreamrl@tiscali.it> and others. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
OpenPOWER on IntegriCloud