linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Question on tx field of struct ieee80211_ops
@ 2009-01-22 21:52 Gordon, Charles
  2009-01-22 22:26 ` Gordon, Charles
  2009-01-23 14:40 ` Kalle Valo
  0 siblings, 2 replies; 5+ messages in thread
From: Gordon, Charles @ 2009-01-22 21:52 UTC (permalink / raw)
  To: linux-wireless@vger.kernel.org

I'm writing a wireless driver that will use the mac80211 API.  My hardware = allows me to send one packet at a time.  The driver is suppose to set the t= x field (among others) in the struct ieee80211_ops argument passed to ieee8= 0211_alloc_hw().  The tx field should be loaded with a pointer to a low lev= el transmit routine.  However, it's not clear from the documentation if thi= s routine should maintain a packet queue or not.  Is it okay for the low le= vel transmit routine to only allow one packet to be transmitted at a time, = or should it maintain a queue of tx packets?  It seems like the mac80211 AP= I is already maintaining a queue, so I'm not sure that the low level driver=  should maintain a second one.

Thanks for any information you can provide.


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

end of thread, other threads:[~2009-01-23 22:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-22 21:52 Question on tx field of struct ieee80211_ops Gordon, Charles
2009-01-22 22:26 ` Gordon, Charles
2009-01-23  5:45   ` Larry Finger
2009-01-23 22:10   ` Johannes Berg
2009-01-23 14:40 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).