Update README.md
This commit is contained in:
parent
05da0bbda2
commit
2e28cdfd3a
|
@ -20,7 +20,7 @@
|
||||||
* P2P-GO
|
* P2P-GO
|
||||||
- Packet injection
|
- Packet injection
|
||||||
- TX power control
|
- TX power control
|
||||||
- LED control (based on the [morrownr](https://github.com/morrownr) source code)
|
- LED control
|
||||||
- Power saving control
|
- Power saving control
|
||||||
- Driver debug log level control
|
- Driver debug log level control
|
||||||
- Security:
|
- Security:
|
||||||
|
@ -207,9 +207,9 @@ Driver debug log level control, rtw_drv_log_level=
|
||||||
|
|
||||||
Driver LED control, rtw_led_ctrl=
|
Driver LED control, rtw_led_ctrl=
|
||||||
```
|
```
|
||||||
0:Always off
|
0:led off
|
||||||
1:Normal blink (default)
|
1:led blink (default)
|
||||||
2:Always on
|
2:led on
|
||||||
```
|
```
|
||||||
|
|
||||||
### Connecting with wpa_supplicant
|
### Connecting with wpa_supplicant
|
||||||
|
|
Loading…
Reference in New Issue