Messages in this thread |  | | Date | Sat, 22 May 2021 11:26:50 +0200 | From | Greg KH <> | Subject | Re: [Resend] [PATCH 1/2] [RFC] staging: rtl8723bs: refactor to reduce indents |
| |
On Sat, May 22, 2021 at 02:50:23PM +0530, Shreyansh Chouhan wrote: > Reduce the number of indents in rtw_wlan_util.c file by refactoring the > code. > > Moved the part of code that rearranged ac paramaters in the function > WMMOnAssocResp to a separate function named sort_wmm_ac_params. It takes > both the array of ac params and their indexes as arguments and sorts them. > Has return type void. > > Moved the part of code that checked for the realtek vendor in the > function check_assoc_AP to a separate function named > get_realtek_assoc_AP_vender. It takes a pointer to struct > ndis_80211_var_ie as an argument and returns a u32 realtek vendor. > > Signed-off-by: Shreyansh Chouhan <chouhan.shreyansh630@gmail.com> > --- > .../staging/rtl8723bs/core/rtw_wlan_util.c | 108 +++++++++--------- > 1 file changed, 56 insertions(+), 52 deletions(-)
Why is [RFC] in the subject line? Do you not want these merged?
confused,
greg k-h
|  |