Re: [PATCH 10/10] rtlwifi: rtl8723ae: Clean up the hardware info routine

2016-06-26 Thread Joe Perches
On Sat, 2016-06-25 at 14:53 -0500, Larry Finger wrote: > This driver contains some complicated if ... else if ... else constructions. > These are replaced by switch statements to improve readability. [] > diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/hw.c > b/drivers/net/wireless/rea

[PATCH 10/10] rtlwifi: rtl8723ae: Clean up the hardware info routine

2016-06-25 Thread Larry Finger
This driver contains some complicated if ... else if ... else constructions. These are replaced by switch statements to improve readability. Signed-off-by: Larry Finger --- .../net/wireless/realtek/rtlwifi/rtl8723ae/hw.c| 210 +++-- 1 file changed, 107 insertions(+), 103 dele