rtl8188eu: More cleanups of code

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-05-25 15:45:50 -05:00
parent 3535ad59e3
commit d597e07a9e
62 changed files with 1765 additions and 1768 deletions

View file

@ -81,11 +81,11 @@ void dump_chip_info(HAL_VERSION ChipVersion)
u8 //return the final channel plan decision
hal_com_get_channel_plan(
IN PADAPTER padapter,
IN u8 hw_channel_plan, //channel plan from HW (efuse/eeprom)
IN u8 sw_channel_plan, //channel plan from SW (registry/module param)
IN u8 def_channel_plan, //channel plan used when the former two is invalid
IN bool AutoLoadFail
PADAPTER padapter,
u8 hw_channel_plan, //channel plan from HW (efuse/eeprom)
u8 sw_channel_plan, //channel plan from SW (registry/module param)
u8 def_channel_plan, //channel plan used when the former two is invalid
bool AutoLoadFail
)
{
u8 swConfig;
@ -182,7 +182,7 @@ void HalSetBrateCfg(
static void
_OneOutPipeMapping(
IN PADAPTER pAdapter
PADAPTER pAdapter
)
{
struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(pAdapter);
@ -200,8 +200,8 @@ _OneOutPipeMapping(
static void
_TwoOutPipeMapping(
IN PADAPTER pAdapter,
IN bool bWIFICfg
PADAPTER pAdapter,
bool bWIFICfg
)
{
struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(pAdapter);
@ -245,8 +245,8 @@ _TwoOutPipeMapping(
}
static void _ThreeOutPipeMapping(
IN PADAPTER pAdapter,
IN bool bWIFICfg
PADAPTER pAdapter,
bool bWIFICfg
)
{
struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(pAdapter);
@ -290,8 +290,8 @@ static void _ThreeOutPipeMapping(
bool
Hal_MappingOutPipe(
IN PADAPTER pAdapter,
IN u8 NumOutPipe
PADAPTER pAdapter,
u8 NumOutPipe
)
{
struct registry_priv *pregistrypriv = &pAdapter->registrypriv;