[PATCH] staging: rtl8723au: Fixed multiple space issues

2014-12-27 Thread Matthew Emerson
Fixed multiple space issues found by checkpatch.pl in drivers/staging/rtl8723au/core/rtw_ap.c Signed-off-by: Matthew Emerson --- drivers/staging/rtl8723au/core/rtw_ap.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/rtl8723au/core/rtw_ap.c b

[PATCH] staging: rtl8723au: changes stop ap mode to use reset function

2014-12-28 Thread Matthew Emerson
Changes stop_ap_mode23a() to use rtw_reset_securitypriv23a. This makes the code cleaner and fixes two checkpatch.pl errors, one line over 80 characters, and one spacing issue. Signed-off-by: Matthew Emerson --- drivers/staging/rtl8723au/core/rtw_ap.c | 6 ++ 1 file changed, 2 insertions

Re: [PATCH] staging: rtl8723au: changes stop ap mode to use reset function

2015-01-02 Thread Matthew Emerson
On Fri, Jan 02, 2015 at 10:51:38AM -0500, Jes Sorensen wrote: > Matthew Emerson writes: > > Changes stop_ap_mode23a() to use rtw_reset_securitypriv23a. This makes > > the code cleaner and fixes two checkpatch.pl errors, one line over 80 > > characters, and one spacing issue.