All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] Sending large packets
@ 2012-09-11 14:56 Eduardo Rocha
  0 siblings, 0 replies; only message in thread
From: Eduardo Rocha @ 2012-09-11 14:56 UTC (permalink / raw)
  To: ath9k-devel

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/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-11 14:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11 14:56 [ath9k-devel] Sending large packets Eduardo Rocha

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.