On Tue, Feb 06, 2018 at 10:39:45PM +0900, Kangmin Park wrote: > Match rf_type of staging/rtlwifi/wifi.h and > staging/rtl8723bs/include/rtw_rf.h, > and update some additional code that resulted. > > Signed-off-by: Kangmin Park <[email protected]> > Cc: Greg Kroah-Hartman <[email protected]> > --- > > > diff --git a/drivers/staging/rtl8723bs/hal/odm.h > b/drivers/staging/rtl8723bs/hal/odm.h > index 87a76ba..dbb78fe 100644 > --- a/drivers/staging/rtl8723bs/hal/odm.h > +++ b/drivers/staging/rtl8723bs/hal/odm.h > @@ -511,14 +511,15 @@ typedef enum tag_ODM_RF_Path_Bit_Definition { > > > typedef enum tag_ODM_RF_Type_Definition { > - ODM_1T1R = 0, > - ODM_1T2R = 1, > - ODM_2T2R = 2, > - ODM_2T3R = 3, > - ODM_2T4R = 4, > - ODM_3T3R = 5, > - ODM_3T4R = 6, > - ODM_4T4R = 7, > + ODM_1T1R = 0, > + ODM_1T2R = 1, > + ODM_2T2R = 2, > + ODM_2T2R_GREEN = 3, > + ODM_2T3R = 4, > + ODM_2T4R = 5, > + ODM_3T3R = 6, > + ODM_3T4R = 7, > + ODM_4T4R = 8, > } ODM_RF_TYPE_E; > >
Whitespace seems to be totally broken in your patch, making it impossible to apply :( Please try fixing up your email client and trying again. Also, use the scripts/get_maintainer.pl tool on your patch to know what mailing lists and people to cc: for a patch. thanks, greg k-h

