aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl_core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-25staging: rtl8192e: Fix sparse (non-endian) warnings - Part IILarry Finger1-1/+0
2011-08-25staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part VIIILarry Finger1-359/+382
2011-08-25staging: rtl8192e: Modify time handlingLarry Finger1-2/+1
2011-08-24staging: rtl8192e: Convert typedefs that can be replaced with #defineLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef RT_RF_POWER_STATE to enum rt_rf_power_stateLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef WIRELESS_MODE to enum wireless_modeLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef TWO_PORT_STATUS to enum two_port_statusLarry Finger1-3/+2
2011-08-24staging: rtl8192e: Convert typedef PCI_BRIDGE_VENDOR to enum pci_bridge_vendorLarry Finger1-2/+2
2011-08-24staging: rtl8192e: Convert typedef IC_INFERIORITY_8192S to enum ic_inferiority_8192sLarry Finger1-3/+3
2011-08-24staging: rtl8192e: Convert typedef RESET_TYPE to enum reset_typeLarry Finger1-3/+3
2011-08-24staging: rtl8192e: Convert typedef RT_CUSTOMER_ID to enum rt_customer_idLarry Finger1-4/+3
2011-08-24staging: rtl8192e: Convert typedef RT_STATUS to enum rt_statusLarry Finger1-2/+2
2011-08-24staging: rtl8192e: Convert typedef RF_STEP_E to enum rf_stepLarry Finger1-3/+2
2011-08-24staging: rtl8192e: Convert typedef RT_RF_TYPE_819xU to enum rt_rf_type_819xuLarry Finger1-3/+3
2011-08-24staging: rtl8192e: Convert typedef DCMD_TXCMD_OP to enum dcmg_txcmd_opLarry Finger1-2/+2
2011-08-24staging: rtl8192e: Convert typedef RT_EEPROM_TYPE to enum rt_eeprom_typeLarry Finger1-2/+2
2011-08-24staging: rtl8192e: Convert typedef nic_t to enum nic_tLarry Finger1-4/+4
2011-08-24staging: rtl8192e: Convert typedef ACM_METHOD to enum acm_methodLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef HT_CHANNEL_WIDTH to enum ht_channel_widthLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef firmware_source_e to enum firmware_sourceLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef rtl819x_loopback_e to enum rtl819x_loopbackLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Prepare header files to ease use of typedef enum conversionLarry Finger1-15/+15
2011-08-24staging: rtl8192e: Convert delayed_work_struct_rsl to struct delayed_work and work_struct_rsl to struct work_structLarry Finger1-11/+11
2011-08-24staging: rtl8192e: Convert typedef buffer to struct bufferLarry Finger1-3/+2
2011-08-24staging: rtl8192e: Convert typedef r8192_priv to struct r8192_privLarry Finger1-11/+10
2011-08-24staging: rtl8192e: Convert typedef Stats to struct rt_statsLarry Finger1-4/+3
2011-08-24staging: rtl8192e: Convert typedef mp_adapter to struct mp_adapterLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef rate_adaptive to struct rate_adaptiveLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef cb_desc to struct cb_descLarry Finger1-2/+2
2011-08-24staging: rtl8192e: Convert typedef init_gain to struct init_gainLarry Finger1-4/+3
2011-08-24staging: rtl8192e: Convert typedef ccktxbbgain_struct to struct ccktxbbgainLarry Finger1-5/+4
2011-08-24staging: rtl8192e: Convert typedef tx_ring to struct tx_ringLarry Finger1-3/+3
2011-08-24staging: rtl8192e: Convert typedef txbbgain_struct to struct txbbgain_structLarry Finger1-4/+3
2011-08-24staging: rtl8192e: Convert typedef rtl_reg_debug to struct rtl_reg_debugLarry Finger1-2/+2
2011-08-24staging: rtl8192e: Convert typedef rt_firmware to struct rt_firmwareLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef rx_desc to struct rx_descLarry Finger1-3/+3
2011-08-24staging: rtl8192e: Convert typedef tx_desc_cmd to struct tx_desc_cmdLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef rt_tx_rahis_t to struct rt_tx_rahisLarry Finger1-3/+3
2011-08-24staging: rtl8192e: Convert typedef CHANNEL_ACCESS_SETTING to struct channel_access_settingLarry Finger1-4/+4
2011-08-24staging: rtl8192e: Convert typedef tx_desc to struct tx_descLarry Finger1-2/+2
2011-08-24staging: rtl8192e: Convert typedef RT_SMOOTH_DATA_4RF to struct rt_smooth_data_4rfLarry Finger1-3/+3
2011-08-24staging: rtl8192e: Convert typedef LOG_INTERRUPT_8190_T to struct log_int_8190Larry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef BB_REGISTER_DEFINITION_T to struct bb_reg_definitionLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef FALSE_ALARM_STATISTICS to struct false_alarm_statsLarry Finger1-1/+1
2011-08-23staging: rtl8192e: Remove dead code associated with CONFIG_RTL_RFKILLLarry Finger1-7/+0
2011-08-23staging: rtl8192e: Remove conditional code associated with EEPROM_OLD_FORMAT_SUPPORTLarry Finger1-6/+0
2011-08-23staging: rtl8192e: Remove dead code associated with EFUSE_REPG_WORKAROUNDLarry Finger1-5/+0
2011-08-23staging: rtl8192e: Remove dead code associated with CONFIG_RTLWIFI_DEBUGFSLarry Finger1-4/+0
2011-08-23staging: rtl8192e: Remove dead code associated with CONFIG_BT_30Larry Finger1-4/+0
2011-08-23staging: rtl8192e: Remove dead code associated with CONFIG_CFG_80211Larry Finger1-13/+0