e60c3d15 | 16-May-2022 |
Xianjun Jiao <[email protected]> |
120316e70c704a006b8991b121336e145da34303 |
55a868b0 | 16-May-2022 |
Xianjun Jiao <[email protected]> |
Remove unnecessary sync/sleep in rf_init_11n.sh |
94847d80 | 13-May-2022 |
Xianjun Jiao <[email protected]> |
Add dynamic reloading driver and FPGA Rebooting/power-cycle is not needed anymore! |
628c5d74 | 30-Mar-2022 |
Xianjun Jiao <[email protected]> |
inject_80211 make location needs to be changed in post_config.sh |
152dcbfb | 30-Mar-2022 |
Xianjun Jiao <[email protected]> |
Add inject_80211 make into post_config.sh |
6bb9ef71 | 29-Mar-2022 |
Xianjun Jiao <[email protected]> |
Example of how to add debug channel via sysfs and access it via script --> driver |
9fde3bff | 28-Mar-2022 |
thavinga <[email protected]> |
Displaying side channel plots with interactive mode to avoid jumping to foreground on update Plus small fix for file closing |
7d361288 | 28-Mar-2022 |
Xianjun Jiao <[email protected]> |
Add testmode argument (1 for AMPDU) to fosdem.sh |
d572f3b0 | 28-Mar-2022 |
Xianjun Jiao <[email protected]> |
Remove the short GI capability from hostapd conf: This brings us more stable (a bit less throughput in extreme case) system |
bf351a86 | 28-Mar-2022 |
Xianjun Jiao <[email protected]> |
Improve the post_config.sh after the 1st time power on with new SD card: 1. chmod +x for all onboard .sh files 2. install the package for bridge functionalities by default |
7d486245 | 28-Mar-2022 |
Xianjun Jiao <[email protected]> |
New rf/ad9361 initialization script with new ad9361 filter file: 1. Wider bandwidth for 11n (4 extra subcarriers than 11a/g) 2. No offset tuning anymore |
a5bde877 | 28-Mar-2022 |
Xianjun Jiao <[email protected]> |
Update rf_init.sh -- less use for now: We mainly use rf_init_11n.sh |
0c346c20 | 28-Mar-2022 |
Xianjun Jiao <[email protected]> |
Script to set lbt (listen before talk) threshold |
7efd1542 | 28-Mar-2022 |
Xianjun Jiao <[email protected]> |
Userspace script for arbitrary IQ tx via tx_intf |
10cc847f | 28-Mar-2022 |
Xianjun Jiao <[email protected]> |
Script to enable/disable/show driver level tx/rx statistics |
efb7b606 | 28-Mar-2022 |
Xianjun Jiao <[email protected]> |
Add script to limit statistics for packets from target/peer MAC address only |
8c9b1b47 | 28-Mar-2022 |
Xianjun Jiao <[email protected]> |
Add script to enable all rx packet collecting for: rx statistics. For example, the received ACK normally will not be reported to the rx driver statistics. After this script, we collect all packet (in
Add script to enable all rx packet collecting for: rx statistics. For example, the received ACK normally will not be reported to the rx driver statistics. After this script, we collect all packet (including ACK, all control/management packet) for statistics
show more ...
|
b1a9fd07 | 28-Mar-2022 |
Xianjun Jiao <[email protected]> |
Add scripts to ease rx gain setting |
a9184987 | 28-Mar-2022 |
Xianjun Jiao <[email protected]> |
Add script to restrict openwifi only use a fixed frequency: to avoid extra tuning/scanning operation/procedure bringing ad9361 calibration and Linux channenl setting activities |
0cfbe31c | 28-Mar-2022 |
Xianjun Jiao <[email protected]> |
Add scripts to ease cw/max/min/difs/eifs/nav disable/enable |
4eaae4b8 | 28-Mar-2022 |
Xianjun Jiao <[email protected]> |
add on board helper script cd_adi_iio_dir.sh: to find out the correct adi iio sysfs directory |
dce2bea9 | 28-Mar-2022 |
thavinga <[email protected]> |
Make check_calib_inf.sh work for all boards Search for direct_reg_access location. |
b375844f | 28-Mar-2022 |
Xianjun Jiao <[email protected]> |
improve the matlab script of iq capture:
1. more flexible 2. align the rx iq to the new hardware: natural order: lsb 16bit for I; msb 16bit for Q |
8a2eaff3 | 28-Mar-2022 |
thavinga <[email protected]> |
Add useful files to user_space - Continuously checking whether Tx Quadrature Calibration did not reach maximum convergence count, otherwise print warning. Started and killed by wgd.sh. - set_tx_lo.sh
Add useful files to user_space - Continuously checking whether Tx Quadrature Calibration did not reach maximum convergence count, otherwise print warning. Started and killed by wgd.sh. - set_tx_lo.sh to set or get Tx LO status - set_tx_port.sh to set or get Tx RF Port A or B
show more ...
|
4a12fa04 | 28-Mar-2022 |
Xianjun Jiao <[email protected]> |
Improve the wgd.sh according to the new design |