Commit Graph

  • 46eebcc32f Merge branch 'master' into pre-release Xianjun Jiao 2022-01-28 12:22:04 +01:00
  • 496966b2d7 Update publications.md Jiao Xianjun 2022-01-22 12:02:36 +01:00
  • 9cd584f8de Missing aggregation rules mmehari 2022-01-06 15:12:03 +01:00
  • 385339ab4b tx_interrupt if/else optimization mmehari 2022-01-06 15:11:05 +01:00
  • 0c0d5d827e use FPGA fifo count registers instead of software queue_cnt mmehari 2022-01-06 15:07:50 +01:00
  • c098112487 bug fixes: 1) update start_idx and blk_ack_ssn variables, 2) revert printing switch 3) update use_short_gi type (bool -> u8), 4) advance skb->tail by num_byte_pad for non aggregation flow mmehari 2022-01-06 14:53:39 +01:00
  • 2d12c07d4d tx_intf update: PKT_INFO*_[read/write] handlers and openwifi_fpga_type mmehari 2022-01-06 14:43:32 +01:00
  • f738aefa50 A-MPDU tx aggregation support mmehari 2022-01-06 14:42:01 +01:00
  • 261bb9eef7 A-MPDU rx aggregation support mmehari 2022-01-06 14:13:24 +01:00
  • e9377ce537 Merge pull request #133 from open-sdr/master Jiao Xianjun 2022-01-04 15:15:21 +01:00
  • 0a9ca3b0a6 Minor spelling fix in the README (#128) Daniel Bovensiepen Li 2021-12-11 02:20:42 +08:00
  • 151574ece8 Update README.md Jiao Xianjun 2021-11-10 23:32:42 +01:00
  • 1b33d5a962 Update publications.md Jiao Xianjun 2021-10-29 10:41:35 +02:00
  • f8b819e340 Update publications.md Jiao Xianjun 2021-10-29 10:04:27 +02:00
  • c63537c4fb delete unnecessary openwifi-hw submodule Xianjun Jiao 2021-10-21 09:52:49 +02:00
  • abdb610f56 Scripts are adapted for SW HW decouple Jiao Xianjun 2021-10-20 22:50:30 +02:00
  • b1d5889fb5 Update skywater-130-pdk-and-asic-considerations.md Jiao Xianjun 2021-10-18 13:23:06 +02:00
  • 3656fa92e6 initial commit of the asic considerations Xianjun Jiao 2021-10-18 13:17:53 +02:00
  • 0b2b6089c6 Update publications.md Jiao Xianjun 2021-10-16 08:44:13 +02:00
  • ed343c37f8 Update publications.md Jiao Xianjun 2021-10-15 15:24:48 +02:00
  • 1682b23bf4 Clarify the command in csi.md Jiao Xianjun 2021-10-14 15:36:06 +02:00
  • 72c90e5e32 Merge pull request #104 from open-sdr/fix_large_ping_delay_igent Jiao Xianjun 2021-10-13 09:32:21 +02:00
  • bab95fd73b Merge pull request #102 from open-sdr/sdrctl_lbt_th Jiao Xianjun 2021-10-04 16:39:11 +02:00
  • b60e485eb5 Fix the possible wrong last_auto_fpga_lbt_th saving: 1. Remove the last_auto_fpga_lbt_th saving from sdrctl set reg command. Otherwise, repeated sdrctl set reg will save wrong value into last_auto_fpga_lbt_th 2. The last_auto_fpga_lbt_th is only set in ad9361_rf_set_channel, which is called at least once by Linux after NIC is up Xianjun Jiao 2021-10-04 09:59:43 +02:00
  • 109b1cfd3a Fix the issue of iGent env related big ping delay: 1. The issue only happens at zcu102 side, when it is tested as AP together with zedboard 2. The issue does not happen when zcu102 is client and zedboard is AP 3. The issue (most likely) does not happen in places other than iGent (like Pablo home) 4. Sometimes it does happen at my home when I test zcu102 as AP together with COTS WiFi 5. Indeed seems like the environment related. Guess some quick small packets in the environment quickly flush/round-up/mess-up the rx dma cyclic buffer, and the rx interrupt internal static variable target_buf_idx_old loses track of the background automatic rx dma cyclic buffer 6. The fix is for all board types (zcu102, zedboard, 7035, etc) 7. The driver compiling make_all.sh script generates USE_NEW_RX_INTERRUPT macro to pre_def.h to enable the new code (while keeping the old code). You can use the script as before. 8. The logic of the fix is that exhaustive search all the rx dma cyclic buffer in rx interrupt to get packet to Linux in the first place. Xianjun Jiao 2021-09-29 16:52:45 +02:00
  • 8598d2949d Use drv_xpu register 0 for LBT threshold setting. 0 will enable FPGA threshold auto setting by ad9361_rf_set_channel() in sdr.c. Other value will set static threshold (that value) to FPGA Xianjun Jiao 2021-09-28 21:52:31 +02:00
  • f286042926 72113-files.zip: use local copy instead of downloading from internet mmehari 2021-09-28 16:34:07 +02:00
  • 9cc49242a2 Update ap-client-two-sdr.md Jiao Xianjun 2021-09-23 10:30:37 +02:00
  • dceb00f0c0 Update publications.md Jiao Xianjun 2021-09-18 12:49:41 +02:00
  • bdd4523a7e Update ad-hoc-two-sdr.md Jiao Xianjun 2021-09-12 20:16:01 +02:00
  • a4f70eb810 Update ap-client-two-sdr.md Jiao Xianjun 2021-09-12 20:15:47 +02:00
  • 8e232f265b Update ap-client-two-sdr.md Jiao Xianjun 2021-09-12 20:14:57 +02:00
  • 0fae09a874 Update README.md Jiao Xianjun 2021-09-12 20:14:40 +02:00
  • a83823a4ba Update ad-hoc-two-sdr.md Jiao Xianjun 2021-09-12 20:10:25 +02:00
  • b58ec5b67e Update ap-client-two-sdr.md Jiao Xianjun 2021-09-12 17:31:24 +02:00
  • 61bd473364 Create wpa-openwifi.conf Jiao Xianjun 2021-09-12 17:17:37 +02:00
  • 8df4d41bd6 Update publications.md Jiao Xianjun 2021-09-12 13:35:45 +02:00
  • e7c0ebb78a Update publications.md Jiao Xianjun 2021-09-11 11:16:24 +02:00
  • 28385c4fd7 Update videos.md Jiao Xianjun 2021-09-11 11:05:38 +02:00
  • 38a4802eae Update SD card image for antsdr in README Jiao Xianjun 2021-09-02 21:18:26 +02:00
  • 1469efb619 Merge pull request #96 from open-sdr/antsdr Jiao Xianjun 2021-09-02 21:15:03 +02:00
  • 1ee5906a27 Update README.md Jiao Xianjun 2021-09-02 12:17:33 +02:00
  • 9e51933acf Merge pull request #95 from open-sdr/antsdr_readme Jiao Xianjun 2021-08-27 20:12:19 +02:00
  • a348227f20 add antsdr notes.md Xianjun Jiao 2021-08-27 16:07:40 +02:00
  • f65d9fc830 Update README.md Jiao Xianjun 2021-08-27 16:05:06 +02:00
  • a932eaa5dc Merge pull request #93 from MicroPhase/antsdr Jiao Xianjun 2021-08-24 11:54:20 +02:00
  • 96a72425e7 Update get_fpga.sh MicroPhase 2021-08-24 11:17:53 +08:00
  • d45655f234 the submodule uri keep the same with upstream black-pigeon 2021-08-24 11:14:33 +08:00
  • c96d387068 change the uboot file, edit devicetree to add a status led support black-pigeon 2021-08-24 11:08:14 +08:00
  • 5ef6df29e7 Update videos.md Jiao Xianjun 2021-08-23 16:55:33 +02:00
  • f057dd806f add README file for antsdr black-pigeon 2021-08-18 15:57:14 +08:00
  • 0530334c7a get_fpga.h is switch to branch antsdr instead of master black-pigeon 2021-08-13 17:57:55 +08:00
  • 64ff0923d1 retargert openwifi-hw submodule to MicroPhase repo black-pigeon 2021-08-13 11:13:29 +08:00
  • ad0b112aa3 change openwifi-hw submodule url, add new sdr hardware antsdr-e310, add necessary modifications black-pigeon 2021-08-13 11:07:44 +08:00
  • ac994fd7dc change openwifi-hw submodule url, add new sdr hardware antsdr-e310, add necessary modifications black-pigeon 2021-08-13 11:06:39 +08:00
  • 2742c7205f Update issue-description.md Jiao Xianjun 2021-07-16 11:53:21 +02:00
  • ae5998ce77 Update issue-description.md Jiao Xianjun 2021-07-12 09:12:37 +02:00
  • eaaa3bfcfe Improve the IQ sample Matlab script For displaying and saving I/Q sample captured by openwifi side channel feature Xianjun Jiao 2021-07-08 18:10:34 +02:00
  • b68f51fb20 format the cite info in publications.md Xianjun Jiao 2021-07-08 18:07:21 +02:00
  • 93b8d1639e Update publications.md Jiao Xianjun 2021-07-06 12:13:51 +02:00
  • 41bbe142fd Create cite-openwifi-github-code.md Jiao Xianjun 2021-07-06 12:11:41 +02:00
  • 50c96272b3 Put ACM paper link to CSI fuzzer app note. Jiao Xianjun 2021-07-06 12:08:43 +02:00
  • d8545c1261 Update publications Jiao Xianjun 2021-07-06 12:06:57 +02:00
  • 3bd1e9ee68 Update issue-description.md Jiao Xianjun 2021-06-25 10:50:57 +02:00
  • 295aaf5443 Delete report-issue.md Jiao Xianjun 2021-06-25 10:47:55 +02:00
  • d6c460e8d2 Merge pull request #78 from open-sdr/JiaoXianjun-patch-1 Jiao Xianjun 2021-06-25 10:46:58 +02:00
  • 6418e0cf18 Update issue templates Jiao Xianjun 2021-06-25 10:46:32 +02:00
  • 035b3a0430 Update csi_fuzzer.md Jiao Xianjun 2021-06-22 09:36:24 +02:00
  • a86b7d6e01 update csi fuzzer picture Xianjun Jiao 2021-06-18 19:52:24 +02:00
  • 805ce98cff Add owfuzz link to app notes. Jiao Xianjun 2021-06-18 13:46:34 +02:00
  • fb01e6bfaa Update publications.md Jiao Xianjun 2021-06-15 08:59:32 +02:00
  • 27f38e52f8 Update publications.md Jiao Xianjun 2021-06-15 08:58:56 +02:00
  • d954043ec7 Update csi_fuzzer.md Jiao Xianjun 2021-06-09 12:50:52 +02:00
  • dd6dee0f9e Update ad-hoc-two-sdr.md Jiao Xianjun 2021-06-04 10:08:35 +02:00
  • 81fcca1bea Merge pull request #74 from chaolinyi/patch-1 Jiao Xianjun 2021-06-04 09:55:38 +02:00
  • 65606abe37 Update csi_fuzzer.md chaolinyi 2021-06-04 06:49:16 +08:00
  • 59cf43bef3 Update csi_fuzzer.md Jiao Xianjun 2021-06-02 13:38:26 +02:00
  • 49b328edc4 Update publications.md Jiao Xianjun 2021-06-01 14:00:25 +02:00
  • 8d34a6b72d Update publications.md Jiao Xianjun 2021-05-31 13:41:14 +02:00
  • ad70b28f1b Update publications.md Jiao Xianjun 2021-05-25 10:59:43 +02:00
  • b1e50ce8be Update videos.md Jiao Xianjun 2021-05-21 23:14:51 +02:00
  • 13d02ce384 Update videos.md Jiao Xianjun 2021-05-21 21:24:21 +02:00
  • c10c4527b7 Update videos.md Jiao Xianjun 2021-05-19 14:19:44 +02:00
  • 078e1e332a Create videos.md Jiao Xianjun 2021-05-19 11:58:03 +02:00
  • dc7c18bf0d Update README.md Jiao Xianjun 2021-05-19 11:57:09 +02:00
  • 4046c688a5 Update README.md Jiao Xianjun 2021-05-19 11:20:16 +02:00
  • e2e4726b91 Update publications.md Jiao Xianjun 2021-05-19 11:19:42 +02:00
  • f631cab45d Update publications.md Jiao Xianjun 2021-05-19 11:13:36 +02:00
  • 58efeef9de Update README.md Jiao Xianjun 2021-05-19 11:09:12 +02:00
  • 8e3dc371b6 Update csi_fuzzer.md Jiao Xianjun 2021-05-18 10:18:19 +02:00
  • 9526575e74 Update publications.md Jiao Xianjun 2021-05-18 10:16:30 +02:00
  • 18021e21b2 Update README.md Jiao Xianjun 2021-05-17 15:36:24 +02:00
  • a9f2453f86 update 64bit img Jiao Xianjun 2021-05-17 15:22:45 +02:00
  • 5ffc1fcb3c Merge branch 'master' of github.com:open-sdr/openwifi Xianjun Jiao 2021-05-16 16:14:37 +02:00
  • b49db4c59a csi fuzzer document and publication (former paper) section udpate Xianjun Jiao 2021-05-16 16:14:26 +02:00
  • fa44dbb5a5 Correct the order of the firstname and lastname Jiao Xianjun 2021-05-14 15:34:59 +02:00
  • 0b900b776f track openwifi-hw master after adding CSI fuzzer feature Xianjun Jiao 2021-05-13 17:46:13 +02:00
  • d14d06e508 CSI fuzzer feature -- document to be finished Xianjun Jiao 2021-05-13 17:45:39 +02:00
  • f773d8dee1 Update README.md Jiao Xianjun 2021-05-13 16:19:11 +02:00
  • 19bec08252 Update README Jiao Xianjun 2021-05-13 09:27:40 +02:00