Jiao Xianjun
|
317bf9dd12
|
Update README.md
|
2021-04-06 09:44:55 +02:00 |
|
Xianjun Jiao
|
a2ffb3014c
|
udpate readme
|
2021-04-05 22:00:26 +02:00 |
|
Xianjun Jiao
|
c8b47d083e
|
more comprehensive/rich info about registers and newer info reflecting newer code/design are added to the project document
|
2021-04-05 21:59:00 +02:00 |
|
Xianjun Jiao
|
f0f5e22fc1
|
add libpcap-dev into the post_config.sh. it is needed by packet injection program compiling
|
2021-04-05 21:56:17 +02:00 |
|
Xianjun Jiao
|
ab45f1b8a2
|
udpate the figures according to the latest design status
|
2021-04-05 21:55:25 +02:00 |
|
Xianjun Jiao
|
a2a0d4bd75
|
udpate inject_80211.md. the fuzzing related info/control method is added
|
2021-04-05 21:54:49 +02:00 |
|
Xianjun Jiao
|
fc47ee1d62
|
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
|
2021-04-05 21:53:29 +02:00 |
|
Xianjun Jiao
|
913a9e947c
|
add ack disable register in xpu in case ack needs to be disabled in monitor mode
|
2021-04-05 21:51:47 +02:00 |
|
Xianjun Jiao
|
aed16d0502
|
add missing soft decoding api in hw_def.h
|
2021-04-05 21:50:40 +02:00 |
|
Xianjun Jiao
|
bb0a2c5897
|
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).
|
2021-04-05 21:49:59 +02:00 |
|
Xianjun Jiao
|
1196ed1fef
|
remove our customized xilinx_dma.c. the original xilinx_dma.c in kernel can be used now
|
2021-04-05 21:45:27 +02:00 |
|
Xianjun Jiao
|
95d3c7c5f3
|
remove all the compiling warnings when build 32bit driver
|
2021-04-05 21:42:46 +02:00 |
|
Xianjun Jiao
|
e1c2ba0915
|
turn on soft decoding by default in openofdm_rx.c driver
|
2021-04-05 21:41:31 +02:00 |
|
Xianjun Jiao
|
b7ed2d0ee5
|
Merge branch 'master' of github.com:open-sdr/openwifi
|
2021-04-05 21:36:50 +02:00 |
|
Xianjun Jiao
|
4c45cded07
|
track the updated openwifi-hw
|
2021-04-05 21:35:52 +02:00 |
|
Jiao Xianjun
|
f42c544ed6
|
Update README.md
|
2021-04-05 20:43:56 +02:00 |
|
Jiao Xianjun
|
68d8456e3a
|
Update README.md
|
2021-04-05 20:39:51 +02:00 |
|
Jiao Xianjun
|
0264b507c4
|
set_csma_normal.sh is not needed.
Because we support normal CSMA/CA by default now.
|
2021-04-02 13:53:54 +02:00 |
|
Jiao Xianjun
|
e42aed846e
|
Update inject_80211.md
|
2021-03-29 13:41:28 +02:00 |
|
Jiao Xianjun
|
10ae6518c8
|
Update inject_80211.md
|
2021-03-29 13:34:43 +02:00 |
|
Jiao Xianjun
|
64ce2ec972
|
Update inject_80211.md
|
2021-03-29 13:34:15 +02:00 |
|
Jiao Xianjun
|
4ec04889b0
|
Update inject_80211.md
|
2021-03-29 13:24:52 +02:00 |
|
Jiao Xianjun
|
fdbf6a5a6f
|
Update inject_80211.md
|
2021-03-29 13:09:53 +02:00 |
|
Xianjun Jiao
|
266e956643
|
make sdcard_boot_update.sh more fail safe
|
2021-03-23 00:00:23 +01:00 |
|
Xianjun Jiao
|
027d42ec5b
|
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.
|
2021-03-22 23:59:41 +01:00 |
|
Jiao Xianjun
|
d9e94a6933
|
Update README.md
|
2021-03-16 09:44:48 +01:00 |
|
Jiao Xianjun
|
7589052263
|
Update README.md
|
2021-03-16 09:42:25 +01:00 |
|
Jiao Xianjun
|
24f84886c7
|
Update README.md
|
2021-03-13 23:10:31 +01:00 |
|
Jiao Xianjun
|
6dbcee39c3
|
Update README.md
|
2021-02-20 00:03:41 +01:00 |
|
Xianjun Jiao
|
02f21e3d94
|
track openwifi-hw
|
2021-02-08 17:23:08 +01:00 |
|
luz paz
|
46c420ae77
|
Follow-up typo
|
2021-02-04 20:42:04 +01:00 |
|
luz paz
|
b1dd94e387
|
Fix various typos
Found via codespell v2.1.dev0
`codespell -q 3 -L ans,filp,fils,hsi`
|
2021-02-04 20:41:51 +01:00 |
|
Jiao Xianjun
|
a8217c4808
|
Update AGPL-3.0-or-later.txt
|
2021-02-03 16:33:45 +01:00 |
|
Xianjun Jiao
|
c993ae0299
|
Add LICENSE file. Just for github to recognize
|
2021-02-03 16:32:32 +01:00 |
|
Jiao Xianjun
|
995e5a48c4
|
Update nl80211.h
|
2021-02-03 16:19:45 +01:00 |
|
Jiao Xianjun
|
90a9709644
|
Create ISC.txt
|
2021-02-03 16:16:57 +01:00 |
|
Jiao Xianjun
|
55c2866f7c
|
Merge pull request #54 from lnceballosz/master
NGI0 - Updating licensing aspects according REUSE
|
2021-02-03 16:14:49 +01:00 |
|
Jiao Xianjun
|
e07d2876e8
|
Update wgd.sh
|
2021-02-03 16:01:04 +01:00 |
|
Jiao Xianjun
|
20aa12c209
|
Update update_sdcard.sh
|
2021-02-03 16:00:48 +01:00 |
|
Jiao Xianjun
|
87979c5b0a
|
Update slice_cfg.sh
|
2021-02-03 16:00:30 +01:00 |
|
Jiao Xianjun
|
fe6c78a558
|
Update side_ch_ctl.c
|
2021-02-03 16:00:07 +01:00 |
|
Jiao Xianjun
|
0c8f0042fa
|
Update set_csma_normal.sh
|
2021-02-03 15:59:38 +01:00 |
|
Jiao Xianjun
|
43458c4d8f
|
Update set_csma_high.sh
|
2021-02-03 15:59:25 +01:00 |
|
Jiao Xianjun
|
2b772c5e40
|
Update set_ant.sh
|
2021-02-03 15:59:06 +01:00 |
|
Jiao Xianjun
|
7728f0169a
|
Update version.sh
|
2021-02-03 15:58:47 +01:00 |
|
Jiao Xianjun
|
90a0e608fc
|
Update sections.c
|
2021-02-03 15:58:17 +01:00 |
|
Jiao Xianjun
|
c654e5ed88
|
Update sdrctl.h
|
2021-02-03 15:57:47 +01:00 |
|
Jiao Xianjun
|
d41937caf8
|
Update sdrctl.c
|
2021-02-03 15:57:21 +01:00 |
|
Jiao Xianjun
|
717c7bfc90
|
Update nl80211_testmode_def.h
|
2021-02-03 15:56:52 +01:00 |
|
Jiao Xianjun
|
b2cb0f0ffb
|
Update cmd.c
|
2021-02-03 15:56:18 +01:00 |
|