mirror of
https://github.com/open-sdr/openwifi.git
synced 2024-12-19 21:58:13 +00:00
Improve the link style in README/doc
This commit is contained in:
parent
d63b772aca
commit
6aaa11651b
@ -386,8 +386,8 @@ sdr,sdr openwifi_tx_interrupt: tx_result [nof_retx 1 pass 1] SC20 prio0 q0 wr20
|
||||
- prio, q, wr, rd: these fields can be interpreted the same way as the print in openwifi_tx function
|
||||
- num_slot: tells how many slots the CSMA/CA state machine waited until the packet is sent in the last tx attempt
|
||||
- cw: the exponent of the Contention Window for this packet. 6 means the CW size 64. If the contention phase is never entered, CW is 0
|
||||
- hwq len: the current FPGA queue length (number of pkt left in the queue).8bit per queue. see tx_intf register 26 (https://github.com/open-sdr/openwifi/blob/master/doc/README.md)
|
||||
- no_room_flag: the DMA room of FPGA queue is almost run out. 1bit per queue. see tx_intf register 21 (https://github.com/open-sdr/openwifi/blob/master/doc/README.md)
|
||||
- hwq len: the current FPGA queue length (number of pkt left in the queue).8bit per queue. see tx_intf register 26 in the register table section.
|
||||
- no_room_flag: the DMA room of FPGA queue is almost run out. 1bit per queue. see tx_intf register 21 in the register table section.
|
||||
|
||||
### rx printing example
|
||||
```
|
||||
|
@ -35,7 +35,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
wpa_supplicant -i sdr0 -c wpa-openwifi.conf
|
||||
("iwconfig sdr0 essid openwifi" could also work. Less info compared to wpa_supplicant)
|
||||
```
|
||||
If wpa-openwifi.conf is not on board, please create it with [this content](https://github.com/open-sdr/openwifi/blob/master/user_space/wpa-openwifi.conf).
|
||||
If wpa-openwifi.conf is not on board, please create it with [this content](../../user_space/wpa-openwifi.conf).
|
||||
- Now the client is trying to associate with the AP. You should see like:
|
||||
```
|
||||
root@analog:~/openwifi# wpa_supplicant -i sdr0 -c wpa-openwifi.conf
|
||||
|
@ -51,7 +51,7 @@ The FPGA also has a register to override the re-transmission and ACK behavior. C
|
||||
```
|
||||
./sdrctl dev sdr0 get reg xpu 11
|
||||
```
|
||||
When operate this register, make sure you only change the relevant bits and leave other bits untouched, because other bits have other purposes. Also check the xpu register 11 in the [document](../README.md).
|
||||
When operate this register, make sure you only change the relevant bits and leave other bits untouched, because other bits have other purposes. Also check the xpu register 11 in the [project document](../README.md)
|
||||
|
||||
To override the maximum number of re-transmission, set bit3 to 1, and set the value (0 ~ 7) to bit2 ~ 0. Example, override the maximum number of re-transmission to 1
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user