aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u
AgeCommit message (Expand)AuthorFilesLines
2018-07-21staging:rtl8192u: Rename structure member FirstChnl - StyleJohn Whitmore2-6/+6
2018-07-21staging:rtl8192u: Remove typedef from structure - StyleJohn Whitmore2-5/+5
2018-07-21staging:rtl8192u: Remove multiple blank lines - StyleJohn Whitmore1-2/+0
2018-07-21staging:rtl8192u: Rename TClass > t_class - StyleJohn Whitmore2-3/+3
2018-07-21staging:rtl8192u: Rename TSpec > t_spec - StyleJohn Whitmore3-6/+6
2018-07-21staging:rtl8192u: Rename Addr > addr - StyleJohn Whitmore3-13/+13
2018-07-21staging:rtl8192u: Rename InactTimer > inact_timer - StyleJohn Whitmore2-6/+6
2018-07-21staging:rtl8192u: rename SetupTimer > setup_timer - StyleJohn Whitmore2-5/+5
2018-07-21staging:rtl8192u: Rename List > list - Coding styleJohn Whitmore2-33/+33
2018-07-21staging:rtl8192u: remove typedef of struct TS_COMMON_INFO - StyleJohn Whitmore6-27/+27
2018-07-21staging:rtl8192u: remove typedef of enumeration TR_SELECT - StyleJohn Whitmore4-12/+12
2018-07-13staging:rtl8192u: Rename file macro to avoid camel case - Coding StyleJohn Whitmore1-2/+2
2018-07-13staging:rtl8192u: Rename CmdID_RF_WriteReg > CMD_ID_RF_WRITE_REG - StyleJohn Whitmore2-4/+4
2018-07-13staging:rtl8192u: Rename CmdID_WritePortUchar > CMD_ID_WRITE_PORT_UCHARJohn Whitmore2-2/+2
2018-07-13staging:rtl8192u: Rename CmdID_WritePortUshort > CMD_ID_WRITE_PORT_USHORTJohn Whitmore2-2/+2
2018-07-13staging:rtl8192u: Rename CmdID_WritePortUlong > CMD_ID_WRITE_PORT_ULONGJohn Whitmore2-2/+2
2018-07-13staging:rtl8192u: Remove unused enum label CmdID_BBRegWrite10John Whitmore1-1/+0
2018-07-13staging:rtl8192u: rename CmdID_SetTxPowerLevel > CMD_ID_SET_TX_PWR_LEVELJohn Whitmore2-3/+3
2018-07-13staging:rtl8192u: Rename enum label CmdID_End > CMD_ID_END - StyleJohn Whitmore2-6/+6
2018-07-13staging:rtl8192u: Rename SwChnlCmdID > switch_chan_cmd_id - Coding StyleJohn Whitmore2-4/+4
2018-07-13staging:rtl8192u: remove typedef from structure SwChnlCmd - StyleJohn Whitmore2-12/+12
2018-07-13staging:rtl8192u: Remove typdef from enumeration RF90_RADIO_PATH_E - StyleJohn Whitmore4-41/+51
2018-07-13staging:rtl8192u: remove typdef from enumeration HW90_BLOCK_E - StyleJohn Whitmore2-6/+6
2018-07-13staging:rtl8192u: remove typedef of enumeration SwChnlCmdID - StyleJohn Whitmore2-7/+7
2018-07-13staging:rtl8192u: Change struct r8192_priv member Rf_Mode from u8 > enumJohn Whitmore1-3/+4
2018-07-13staging:rtl8192u: remove typedef from struct rx_drvinfo_819x_usbJohn Whitmore2-7/+7
2018-07-13staging:rtl8192u: Remove struct rx_desc_819x_usb_aggr_subframeJohn Whitmore1-18/+0
2018-07-13staging:rtl8192u: typedef struct rx_desc_819x_usb remove typedefJohn Whitmore2-9/+9
2018-07-13staging:rtl8192u: typedef struct tx_fwinfo_819x_usb remove typedefJohn Whitmore2-8/+8
2018-07-13staging:rtl8192u: typedef struct tx_desc_cmd_819x_usb remove typedefJohn Whitmore2-3/+3
2018-07-13staging:rtl8192u: remove unused structure tx_desc_819x_usb_aggr_subframeJohn Whitmore1-28/+0
2018-07-13staging:rtl8192u: trim multiple blank lines - Coding StyleJohn Whitmore1-20/+0
2018-07-13staging:rtl8192u: typedef struct tx_desc_819x_usb > struct tx_desc_819x_usbJohn Whitmore2-5/+5
2018-07-11staging:rtl8192u: Correction of indentation issues - Coding StyleJohn Whitmore1-39/+37
2018-07-11staging:rtl8192u: Correct indentation of ieee80211_softmac_new_net()John Whitmore1-49/+48
2018-07-11staging:rtl8192u: Remove unnecessary parentheses - Coding StyleJohn Whitmore1-4/+4
2018-07-11staging:rtl8192u: Move trailing conditional statement to the following lineJohn Whitmore1-8/+17
2018-07-11staging:rtl8192u: Remove prohibited spaces - Coding StyleJohn Whitmore1-6/+6
2018-07-11staging:rtl8192u: Correct spacing before and after parenthesis - StyleJohn Whitmore1-42/+36
2018-07-11staging:rtl8192u: Correct indentation and spacing for braces of code blocksJohn Whitmore1-147/+107
2018-07-11staging:rtl8192u: Remove blank lines before '}' and after '{' charactersJohn Whitmore1-18/+0
2018-07-08staging:rtl8192u: rename HT_EXTCHNL_OFFSET -> enum ht_extension_chan_widthJohn Whitmore6-12/+13
2018-07-08staging:rtl8192u: Add spaces required around operators - Coding StyleJohn Whitmore1-62/+62
2018-07-08staging:rtl8192u: Add space required before '(' - StyleJohn Whitmore1-88/+86
2018-07-08staging:rtl8192u: rename HT_CHANNEL_WIDTH -> enum ht_channel_widthJohn Whitmore9-14/+15
2018-07-07staging/rtl8192u: fix defined but not used build warningsRandy Dunlap2-4/+5
2018-07-06staging: rtl8192u: Add space after ', ' character - Coding StyleJohn Whitmore1-26/+31
2018-07-06staging: rtl8192u: Add required space around '=' operator - StyleJohn Whitmore1-25/+25
2018-07-06staging: rtl8192u: Remove space after cast - Coding StyleJohn Whitmore1-15/+15
2018-07-06staging: rtl8192u: Add required spaces around '||' operator - SytleJohn Whitmore1-6/+6