#
7cf9ba6e |
| 10-May-2021 |
Xianjun Jiao <[email protected]> |
Add dmesg printing option for broadcasting packet
|
#
c24e0a04 |
| 05-May-2021 |
Xianjun Jiao <[email protected]> |
sdr.c: change the legacy tx_itrpt1 to tx_itrpt
|
#
c687b19d |
| 05-May-2021 |
Xianjun Jiao <[email protected]> |
minor update on xilinx dma driver related stuffs
|
#
56fcab20 |
| 05-May-2021 |
Xianjun Jiao <[email protected]> |
udpate ad9361 driver related stuffs: 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.
|
#
fc47ee1d |
| 05-Apr-2021 |
Xianjun Jiao <[email protected]> |
fix the bug when retry_limit_raw==0 in sdr.c (0 is the abnormal number encountered in the monitor mode. normally it should >= 1). the bug causes 15 times transmissions for a packet if no ack is rece
fix the bug when retry_limit_raw==0 in sdr.c (0 is the abnormal number encountered in the monitor mode. normally it should >= 1). the bug causes 15 times transmissions for a packet if no ack is received
show more ...
|
#
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 ...
|
#
95d3c7c5 |
| 05-Apr-2021 |
Xianjun Jiao <[email protected]> |
remove all the compiling warnings when build 32bit driver
|
#
027d42ec |
| 22-Mar-2021 |
Xianjun Jiao <[email protected]> |
Fix the state unsync issue between rx interrupt and mac80211. When the issue happens, only a new packet incoming could trigger an old rx packet going to mac80211 rx. And this new fix also could work
Fix the state unsync issue between rx interrupt and mac80211. When the issue happens, only a new packet incoming could trigger an old rx packet going to mac80211 rx. And this new fix also could work with the original xilinx dma driver. Our slightly modified xilinx dma driver is not needed anymore.
show more ...
|
#
46c420ae |
| 04-Feb-2021 |
luz paz <[email protected]> |
Follow-up typo
|
#
b1dd94e3 |
| 04-Feb-2021 |
luz paz <[email protected]> |
Fix various typos
Found via codespell v2.1.dev0 `codespell -q 3 -L ans,filp,fils,hsi`
|
#
55c2866f |
| 03-Feb-2021 |
Jiao Xianjun <[email protected]> |
Merge pull request #54 from lnceballosz/master
NGI0 - Updating licensing aspects according REUSE
|
#
32bfd1ab |
| 03-Feb-2021 |
Jiao Xianjun <[email protected]> |
Update sdr.c
|
#
2238b42b |
| 28-Jan-2021 |
weiliu <[email protected]> |
improve csma state machine, force ch_idle high after decode, log cw and num_slot_random in the last attempt
|
#
a6085186 |
| 20-Jan-2021 |
Lina Ceballos <[email protected]> |
adding license and copyright headers
|
#
09316927 |
| 19-Jan-2021 |
Jiao Xianjun <[email protected]> |
change the rssi_half_db_offset back to original
to get the correct rssi report.
|
#
6e3730c0 |
| 29-Dec-2020 |
mmehari <[email protected]> |
Linux queue waking/sleeping decision update: LARGE FPGA models were using small MAX_NUM_DMA_SYMBOL but now is based on /proc/device-tree/model information
|
#
5680efab |
| 28-Dec-2020 |
weiliu <[email protected]> |
enable dynamic cw
|
#
aa239344 |
| 17-Dec-2020 |
Xianjun Jiao <[email protected]> |
use a better cca rssi threshold in sdr.c
|
#
5deb8d18 |
| 14-Dec-2020 |
Xianjun Jiao <[email protected]> |
sync internal
|
#
b6d71713 |
| 05-Nov-2020 |
mmehari <[email protected]> |
sdr driver update for 80211n
|
#
22dd0cc4 |
| 08-Oct-2020 |
Xianjun Jiao <[email protected]> |
the side channel (timestamp, frequency offset, CSI, equalizer) feature
|
#
0a92505d |
| 04-Sep-2020 |
Xianjun Jiao <[email protected]> |
add recent update: 1. add git revision software register 7 to DRV_XPU module (not FPGA XPU module) 2. fix the print of hdr->seq_ctrl in sdr.c 3. add ht_flag display to sdr.c 4. remove the sysid from
add recent update: 1. add git revision software register 7 to DRV_XPU module (not FPGA XPU module) 2. fix the print of hdr->seq_ctrl in sdr.c 3. add ht_flag display to sdr.c 4. remove the sysid from devicetree because new we have our own git revision read back solution in FPGA (XPU register 63) and driver (the sotware register 7 of drv_xpu) 5. add sudo to update_sdcard.sh to make the image generation without SD card in the test-bed easier
show more ...
|
#
838a9007 |
| 12-Jun-2020 |
Xianjun Jiao <[email protected]> |
update source coed of: 4 fpga queues and better driver/fpga flow control to avoid crash. improved slice cfg and printing
|
#
febc5adf |
| 27-Apr-2020 |
Xianjun Jiao <[email protected]> |
prepare upgrade
|
#
75042a30 |
| 06-Mar-2020 |
Xianjun Jiao <[email protected]> |
fix the tsf warning in sdr.c and sdrctl
|