From: Eduardo Rocha <eduardorocha@ua.pt>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] Sending large packets
Date: Tue, 11 Sep 2012 15:56:35 +0100 [thread overview]
Message-ID: <504F5123.7050707@ua.pt> (raw)
Hi everyone,
I'm trying to increase the size of the payload of 802.11 packets. I have
changed the IEEE80211_MAX_MPDU_LEN in ath9k.h to
#define IEEE80211_MAX_MPDU_LEN (6000 + FCS_LEN + \
(IEEE80211_WEP_IVLEN + \
IEEE80211_WEP_KIDLEN + \
IEEE80211_WEP_CRCLEN))
and IEEE80211_SEQ_MAX to
#define IEEE80211_SEQ_MAX 8192
I recompiled the ath9k module and installed it (using insmod). However,
I cannot send payloads larger than 4020 bytes? Any suggestion? I would
appreciate any help since I am quite new to these kernel and drivers things.
Best regards,
Eduardo
--
Eduardo Rocha, Ph.D. - Post-Doctoral Researcher
http://atnog.av.it.pt/
reply other threads:[~2012-09-11 14:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=504F5123.7050707@ua.pt \
--to=eduardorocha@ua.pt \
--cc=ath9k-devel@lists.ath9k.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.