linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* mac80211: changing number of queues in ops->start
@ 2009-04-07 18:24 Michael Buesch
  2009-04-07 19:29 ` Johannes Berg
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Buesch @ 2009-04-07 18:24 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless, bcm43xx-dev

I'm wondering how to implement QoS capability runtime detection
in a mac80211 driver.

In b43 we don't know at ieee80211_register time whether the firmware does
support QoS or not, because it's not loaded yet. (Reasons for not loading
it that early are issues with builtin-b43, etc...).
So we don't know whether we are going to load opensource fw (no QoS) or
proprietary fw (QoS capable).
But it seems that mac80211 requires to set hw->queues before ieee80211_register.

So what I'd need is a way to change the number of possible queues from within
the ops->start handler.

Any ideas?

-- 
Greetings, Michael.

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

end of thread, other threads:[~2009-04-07 19:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-07 18:24 mac80211: changing number of queues in ops->start Michael Buesch
2009-04-07 19:29 ` Johannes Berg
2009-04-07 19:33   ` Michael Buesch
2009-04-07 19:37     ` Johannes Berg
2009-04-07 19:40       ` Michael Buesch
2009-04-07 19:46         ` Johannes Berg
2009-04-07 19:51           ` Michael Buesch

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).