mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-09 23:19:39 +00:00
rtl8188eu: Fix trailing spaces
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
4e056cdd71
commit
0ff1f31cc5
3 changed files with 9 additions and 12 deletions
1
Makefile
1
Makefile
|
@ -190,4 +190,3 @@ clean: $(clean_more)
|
||||||
cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
|
cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
|
||||||
cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
|
cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
|
||||||
cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
|
cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
|
||||||
|
|
||||||
|
|
|
@ -159,4 +159,3 @@ stop)
|
||||||
rm -f ~/dhcpd.conf
|
rm -f ~/dhcpd.conf
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
@ -75,4 +75,3 @@ wpa_key_mgmt=WPA-PSK
|
||||||
wpa_pairwise=CCMP
|
wpa_pairwise=CCMP
|
||||||
max_num_sta=8
|
max_num_sta=8
|
||||||
wpa_group_rekey=86400
|
wpa_group_rekey=86400
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue