Linux wireless drivers development
 help / color / mirror / Atom feed
* iwlwifi and tx info in skb->cb
@ 2008-05-07 22:01 Johannes Berg
  2008-05-07 23:29 ` Tomas Winkler
  0 siblings, 1 reply; 14+ messages in thread
From: Johannes Berg @ 2008-05-07 22:01 UTC (permalink / raw)
  To: Tomas Winkler; +Cc: Ron Rindjunsky, linux-wireless

[-- Attachment #1: Type: text/plain, Size: 514 bytes --]

Hi,

I was just trying to make iwlwifi work again with tx info in skb->cb,
but am running into something I don't understand:

What is a TFD, and why can it have multiple SKBs with a single tx
status? I'm referring to:

/* One for each TFD */
struct iwl3945_tx_info {
	struct ieee80211_tx_status status;
	struct sk_buff *skb[MAX_NUM_OF_TBS];
};

I would have expected something like this with 4965 that has aggregation
support (and aggregation is reported just once) but here? Confused.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

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

end of thread, other threads:[~2008-05-08 23:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-07 22:01 iwlwifi and tx info in skb->cb Johannes Berg
2008-05-07 23:29 ` Tomas Winkler
2008-05-07 23:30   ` Johannes Berg
2008-05-08  0:21     ` Tomas Winkler
2008-05-08 14:05       ` Johannes Berg
2008-05-08 22:07         ` Tomas Winkler
2008-05-08 22:10           ` Johannes Berg
2008-05-08 22:28             ` Tomas Winkler
2008-05-08 22:30               ` Johannes Berg
2008-05-08 23:16                 ` Tomas Winkler
2008-05-08 23:17                   ` Johannes Berg
2008-05-08 23:20                     ` Johannes Berg
2008-05-08 23:20                   ` David Miller
2008-05-08 23:30                     ` Tomas Winkler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox