de9f07c1 | 22-Feb-2024 |
robgar2001 <[email protected]> |
Fixed typo in sdr.c |
db8c69b6 | 22-Feb-2024 |
robgar2001 <[email protected]> |
Fixed errors during compilation of OpenWRT kernel modules |
1e61d261 | 20-Nov-2023 |
Xianjun Jiao <[email protected]> |
Avoid rfkill turn off wifi after manual tx attenuation setting |
f0a95ef6 | 12-Sep-2023 |
Xianjun Jiao <[email protected]> |
Remove unused lines |
849c3b5e | 12-Sep-2023 |
Xianjun Jiao <[email protected]> |
Fix typo of printing in tx_intf.c |
3696c5e2 | 12-Sep-2023 |
Xianjun Jiao <[email protected]> |
Too many dmesg while running side_ch: Remove them |
c9989970 | 27-Feb-2023 |
Xianjun Jiao <[email protected]> |
Disable eifs_trigger_by_last_tx_fail by default: Standard does not ask so |
aaceb807 | 27-Feb-2023 |
Xianjun Jiao <[email protected]> |
Add sysfs to support xpu reg 6 bit27 26: bit27 to disable eifs triggered by last rx fail bit26 to disable eifs triggered by last tx fail |
441850b1 | 09-Feb-2023 |
Xianjun Jiao <[email protected]> |
NO code change. Formating |
3d5de438 | 09-Feb-2023 |
Xianjun Jiao <[email protected]> |
Let lbt sdrctl command show richer info for set_lbt_th.sh |
a0972944 | 03-Feb-2023 |
Xianjun Jiao <[email protected]> |
Change the initial sensitivity th from -95 to -85: -85 is a good tradeoff between sensitivity and false alarm -95 will result in lots of non necessary decoding action (false alarm), and sometimes it
Change the initial sensitivity th from -95 to -85: -85 is a good tradeoff between sensitivity and false alarm -95 will result in lots of non necessary decoding action (false alarm), and sometimes it leads to abnormal receiver state (stuck, etc) -95 should be set manually while doing conductive test with wifi tester
show more ...
|
2a5da37c | 03-Feb-2023 |
Xianjun Jiao <[email protected]> |
Add driver support for euqalizer monitor: When the equalizer out is too small (48 out of 52/56) for SIGNAL decoding, watchdoc will reset the receiver |
456a7957 | 26-Jan-2023 |
Xianjun Jiao <[email protected]> |
Add side_ch driver build into make_all.sh |
eb634717 | 17-Jan-2023 |
Xianjun Jiao <[email protected]> |
Adapt the side channel support for kuiper |
0dff9736 | 17-Jan-2023 |
Xianjun Jiao <[email protected]> |
Necessary change for scripts of driver building |
01da46b5 | 17-Jan-2023 |
Xianjun Jiao <[email protected]> |
Necessary sdr.c change for ADI kuiper release |
23829842 | 17-Jan-2023 |
Xianjun Jiao <[email protected]> |
We do not maintain our own (modified) ad9361 driver anymore! The original ad9361 driver in the Linux kernel tree can be used with some extra EXPORT_SYMBOL. |
e273351b | 17-Jan-2023 |
Xianjun Jiao <[email protected]> |
Add/Set the default fft_win_shift of new openofdm_rx to 1, which gives better throughput while receiving udp traffic |
75d924e0 | 17-Jan-2023 |
Xianjun Jiao <[email protected]> |
Remove unnecessary reg code in tx_intf.c |
1265742e | 17-Jan-2023 |
Xianjun Jiao <[email protected]> |
Refactor initial all open slice setup in xpu.c |
ec5a5053 | 17-Jan-2023 |
Xianjun Jiao <[email protected]> |
Remove unnecessary code in xpu.c |
1fa7cac0 | 17-Jan-2023 |
Xianjun Jiao <[email protected]> |
Format sdr.h |
342bd25a | 17-Jan-2023 |
Xianjun Jiao <[email protected]> |
Refactor a bit RING_ROOM_THRESHOLD/MAX_NUM_HW_QUEUE/MAX_NUM_SW_QUEUE |
6c6cf951 | 17-Jan-2023 |
Xianjun Jiao <[email protected]> |
Refactor according to ... Some xpu registers are removed |
d4c3d810 | 17-Jan-2023 |
Xianjun Jiao <[email protected]> |
Though the SIFS definition in 2.4GHz is 10us, the actual gap is still 16us: 1. Confirmed by CMW270 in OFDM mode (10us is for 11b where viterbi decoder is not needed) 2. See Signal Extension in 18.3.2
Though the SIFS definition in 2.4GHz is 10us, the actual gap is still 16us: 1. Confirmed by CMW270 in OFDM mode (10us is for 11b where viterbi decoder is not needed) 2. See Signal Extension in 18.3.2.4 ERP-OFDM PPDU format of 802.11-2020
show more ...
|