History log of /openwifi/driver/openofdm_rx/openofdm_rx.c (Results 1 – 11 of 11)
Revision Date Author Comments
# db8c69b6 22-Feb-2024 robgar2001 <[email protected]>

Fixed errors during compilation of OpenWRT kernel modules


# 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


# 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


# 26825b8b 17-Jan-2023 Xianjun Jiao <[email protected]>

Add OPENWIFI_MIN_SIGNAL_LEN_TH 14 to set min pkt length threshold for FPGA signal watchdog


# 585a5601 28-Mar-2022 Xianjun Jiao <[email protected]>

openofdm_rx initialization with the help of macro definition in hw_def.h:

Now changing the macro in hw_def.h will change the related initialization part in all related drivers (rx_intf/xpu/openofdm_

openofdm_rx initialization with the help of macro definition in hw_def.h:

Now changing the macro in hw_def.h will change the related initialization part in all related drivers (rx_intf/xpu/openofdm_rx)

show more ...


# 12b235cd 28-Mar-2022 Xianjun Jiao <[email protected]>

Remove the unnecessary variable and code from openofdm_rx interface


# e1c2ba09 05-Apr-2021 Xianjun Jiao <[email protected]>

turn on soft decoding by default in openofdm_rx.c driver


# a3cbb385 03-Feb-2021 Jiao Xianjun <[email protected]>

Update openofdm_rx.c


# a6085186 20-Jan-2021 Lina Ceballos <[email protected]>

adding license and copyright headers


# 4ecf49bb 12-Jun-2020 Jiao Xianjun <[email protected]>

4 fpga queues and better driver/fpga flow control to avoid crash. improved slice cfg and printing (#23)


# 2ee67178 10-Dec-2019 Xianjun Jiao <[email protected]>

initial commit