Re: [PATCH] Update rf_type_definition

From: Greg KH
Date: Wed Mar 14 2018 - 07:43:12 EST


On Wed, Feb 07, 2018 at 06:23:34AM +0900, l4stpr0gr4m@xxxxxxxxx wrote:
> From: Kangmin Park <l4stpr0gr4m@xxxxxxxxx>

Your subject line should say the subsystem and driver you are modifying.
Look at the hundreds of other patches on the mailing lists for examples
of how to properly format it.

>
> enum RT_RF_TYPE_DEFINITION on rtl8723bs/include/rtw_rf.h
> is different from enum tag_HAL_RF_Type_Definition on
> rtl8723bs/include/HalVerDef.h
>
> So, update them to be the same reference from
> enum rf_type on rtlwifi/wifi.h which recent version.
>
> As a result, ODM_RF_TYPE_E needs to be updated as well
> Therefore, it is updated reference from enum odm_rf_type
> on rtlwifi/phydm/phydm_pre_define.h too.
> And update some additional code to check more
> chip versions that resulted from it.
>
> Also, fixed some space required errors and
> line over 80 characters warnings by checkpatch.pl.

When you say "also", that means you should be splitting this patch up
into multpile patches. Please only do one-thing-per-patch.

This should be a patch series, please fix it up and resend.

thanks,

greg k-h