History log of /openwifi/driver/hw_def.h (Results 1 – 25 of 31)
Revision Date Author Comments
# 441850b1 09-Feb-2023 Xianjun Jiao <[email protected]>

NO code change. Formating


# 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


# 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


# 6c6cf951 17-Jan-2023 Xianjun Jiao <[email protected]>

Refactor according to ...
Some xpu registers are removed


# 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


# 7f48aaca 17-Jan-2023 Xianjun Jiao <[email protected]>

Change default OPENOFDM_RX_RSSI_DBM_TH_DEFAULT to a value that will not affect sensitivity


# bc98f5bb 29-Mar-2022 thavinga <[email protected]>

Driver changes for FPGA SPI Tx LO control
- Manually issue Tx Quadrature calibration if frequency change is more than 100MHz
- Disable FPGA SPI module before calibration
- Add xpu reg 13 to disable c

Driver changes for FPGA SPI Tx LO control
- Manually issue Tx Quadrature calibration if frequency change is more than 100MHz
- Disable FPGA SPI module before calibration
- Add xpu reg 13 to disable control manually

show more ...


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

Add/adjust missing register modification in tx_intf


# 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


# 469b96d3 28-Mar-2022 Xianjun Jiao <[email protected]>

Remove/modify the tx_intf register API according to the new FPGA:
1. mixer/duc is not needed because we will not use offset tuning after the ad9361 tx lo control via FPGA is supported.
2. source sele

Remove/modify the tx_intf register API according to the new FPGA:
1. mixer/duc is not needed because we will not use offset tuning after the ad9361 tx lo control via FPGA is supported.
2. source selection register is not needed as well.
3. arbitrary IQ register is added.

show more ...


# 4d39160b 28-Mar-2022 Xianjun Jiao <[email protected]>

Add the missing TX_INTF_BW_20MHZ_AT_0MHZ_ANT_BOTH into tx_intf_mode


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

Some minor unused comments


# 0c0d5d82 06-Jan-2022 mmehari <[email protected]>

use FPGA fifo count registers instead of software queue_cnt


# 2d12c07d 06-Jan-2022 mmehari <[email protected]>

tx_intf update: PKT_INFO*_[read/write] handlers and openwifi_fpga_type


# f738aefa 06-Jan-2022 mmehari <[email protected]>

A-MPDU tx aggregation support


# 261bb9ee 06-Jan-2022 mmehari <[email protected]>

A-MPDU rx aggregation support


# d14d06e5 13-May-2021 Xianjun Jiao <[email protected]>

CSI fuzzer feature -- document to be finished


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

add ack disable register in xpu in case ack needs to be disabled in monitor mode


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

add missing soft decoding api in hw_def.h


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

in xpu.v slv_reg19 and slv_reg8 are not twistted anymore. slv_reg6 is added to assist the register map in xpu more clear. separate registers for different purpose. separate registers for dynamic and

in xpu.v slv_reg19 and slv_reg8 are not twistted anymore. slv_reg6 is added to assist the register map in xpu more clear. separate registers for different purpose. separate registers for dynamic and static configurations in driver (sdr.c).

show more ...


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

Merge pull request #54 from lnceballosz/master

NGI0 - Updating licensing aspects according REUSE


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

Update hw_def.h


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

adding license and copyright headers


12