Re: zd1211 config operation problem
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2007-09-24 17:20:09
Attachments
- signature.asc [application/pgp-signature] 190 bytes
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2007-09-24 17:20:09
On Mon, 2007-09-24 at 19:20 +0200, Johannes Berg wrote:
On Mon, 2007-09-24 at 18:41 +0200, Michael Buesch wrote:quoted
- if (local->ops->config) + if (local->open_count) ret = local->ops->config(local_to_hw(local), &local->hw.conf);Isn't this racy?
Also, shouldn't we then call ->config when the first interface is brought up or something? johannes