[ath9k-devel] tx99 memory allocate failure

Mathieu Slabbinck <[email protected]>
Newsgroups org.ath9k.lists.ath9k-devel
Message-ID <CAOFH_kEZWcn0mbW+2FSmoJBAQJzp8V1ZY_2YCRDtZJoNFDU9NA@mail.gmail.com>
Hi,

I'm having some issues running the tx99 features of the ath9k driver.
Seems like every time I try to run it, I get this:
sh: write error: cannot allocate memory.

After some poking, I found it's returning -ENOMEN in tx99.c.
Which is due to !sc-tx99_skb
Which on it's turn is due to an empty value for sc->tx99_vif.

So essentially, it's going wrong in ath9k_build_tx99_skb and returns NULL
when checking:
if (!sc->tx99_vif) {
    return NULL;
}

Anybody some ideas on what the actual root cause can be of this and/or how
to solve it?

Kernel version: 4.1.0

Thanks & Kr

Mathieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20160517/981a241e/attachment.htm
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.