All of lore.kernel.org
 help / color / mirror / Atom feed
* Need to get msdu-chaining working.
@ 2014-02-26 23:38 Ben Greear
  2014-02-27  6:51 ` Michal Kazior
  0 siblings, 1 reply; 13+ messages in thread
From: Ben Greear @ 2014-02-26 23:38 UTC (permalink / raw)
  To: ath10k


I'm using raw-rx mode in my firmware, and it's throughput is
extremely poor at higher speeds.  I see large numbers of warnings
about msdu_chaining, so I suspect this may be the reason.

Does anyone have any suggestions for what needs to be done
to handle these sorts of frames properly?

			/* FIXME: we do not support chaining yet.
			 * this needs investigation */
			if (msdu_chaining) {
				ath10k_warn("htt rx msdu_chaining is true\n");
				ath10k_htt_rx_free_msdu_chain(msdu_head);
				continue;
			}

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-03-06  7:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-26 23:38 Need to get msdu-chaining working Ben Greear
2014-02-27  6:51 ` Michal Kazior
2014-02-27 16:08   ` Ben Greear
2014-02-28  7:36     ` Michal Kazior
2014-03-03 22:13       ` Ben Greear
2014-03-04  7:36         ` Michal Kazior
2014-03-04 16:59           ` Ben Greear
2014-03-05  8:09             ` Michal Kazior
2014-03-05 20:50               ` Ben Greear
2014-03-06  7:36                 ` Michal Kazior
2014-02-28  1:18   ` Ben Greear
2014-02-28  7:41     ` Michal Kazior
2014-02-28 19:12       ` Ben Greear

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.