On Wed, 2008-10-01 at 23:10 +0200, Elias Oltmanns wrote: > --- a/net/mac80211/main.c > +++ b/net/mac80211/main.c > @@ -557,6 +557,12 @@ static int ieee80211_stop(struct net_device *dev) > return 0; > } > > +int ieee80211_opened(struct ieee80211_hw *hw) > +{ > + return hw_to_local(hw)->open_count; > +} > +EXPORT_SYMBOL(ieee80211_opened); No way. The driver has all the info it needs. Fix it. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part