On Thursday 04 October 2007 11:06, Michael Buesch wrote:
This is just paranoia. There's plenty of other BUG_ONs which we use to catc=
h=20
bugs caused by drivers doing silly things. We can verify that this conditio=
n=20
will never occur within the mac80211 layer, so there's no need to have it.=
=20
The only thing this can catch is someone deciding to manually invoke=20
dev->uninit, which only the unregister code should be doing.
=2DMichael Wu