open-sdr / openwifi

open-source IEEE 802.11 WiFi baseband FPGA (chip) design: driver, software
GNU Affero General Public License v3.0
3.68k stars 627 forks source link

openwifi_tx:WARNING status!=DMA_COMPLETE #348

Closed huangfu001206 closed 8 months ago

huangfu001206 commented 9 months ago

Dear, Mr. Jiao! Recently, we have been trying to change the bandwidth of OpenWiFi from the default 20MHz to 10MHz. We have made modifications to six values in the rf_init_11n file, which allows us to achieve the desired bandwidth. However, during data transmission, we consistently see the following warning message in the dmesg output: "openwifi_tx:WARNING status!=DMA_COMPLETE." This issue often leads to disconnections in the upper layers. Based on our preliminary analysis, we suspect it is a flow control problem. We noticed that you encountered a similar issue in one of your earlier blog posts. Could you give me some advice for this problem? Thank you very much.