~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/staging/rtl8192u/r8192U.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
461
461
        DESC_PACKET_TYPE_NORMAL = 1,
462
462
}desc_packet_type_e;
463
463
 
464
 
typedef enum _firmware_source{
465
 
        FW_SOURCE_IMG_FILE = 0,
466
 
        FW_SOURCE_HEADER_FILE = 1,              //from header file
467
 
}firmware_source_e, *pfirmware_source_e;
468
 
 
469
464
typedef enum _firmware_status{
470
465
        FW_STATUS_0_INIT = 0,
471
466
        FW_STATUS_1_MOVE_BOOT_CODE = 1,
1026
1021
        u8 Rf_Mode; //add for Firmware RF -R/W switch
1027
1022
        prt_firmware            pFirmware;
1028
1023
        rtl819xUsb_loopback_e   LoopbackMode;
1029
 
        firmware_source_e       firmware_source;
1030
1024
        u16 EEPROMTxPowerDiff;
1031
1025
        u8 EEPROMThermalMeter;
1032
1026
        u8 EEPROMPwDiff;