Code Monkey home page Code Monkey logo

Comments (3)

erstrom avatar erstrom commented on July 21, 2024

Can you please provide some debug logs. HTT logging would be useful:

core.c:
unsigned int ath10k_debug_mask = ATH10K_DBG_HTT; /ATH10K_DBG_HTT = 0x00000008,/

Make sure you build with CONFIG_ATH10K_DEBUG.

Can you also check if you have trigged any of the below prints in usb.c?:
ath10k_warn(ar, "Zero length frame received! Possible fw crash?\n");
ath10k_warn(ar, "Malformed frame received! Possible fw crash?\n");

from linux-ath.

dasnapkinman avatar dasnapkinman commented on July 21, 2024

from linux-ath.

erstrom avatar erstrom commented on July 21, 2024

I had expected to see "htt tx alloc msdu_id 0" prints in log, but they are not present...
Yet there are plenty of "htt rx, msg_type: 0xE" prints which indicates that the device transmits Mgmt TX completion messages to the host.
I always thought these were responses to Mgmt TX messages so it is a little odd that there are no "htt tx alloc msdu_id 0" prints.

Unfortunately I am not familiar with your setup.
Can you provide me some more info about your setup. Which commands you are running (iw, wpa_cli etc.)?
If I can find the time, I might give it a shot.

from linux-ath.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.