B43_STAT_INITIALIZED
if (b43_status(dev) < B43_STAT_INITIALIZED) {
if (b43_status(dev) < B43_STAT_INITIALIZED) {
if (likely(dev && (b43_status(dev) >= B43_STAT_INITIALIZED))) {
if (likely(dev && b43_status(dev) >= B43_STAT_INITIALIZED)) {
if (unlikely(!dev || (b43_status(dev) < B43_STAT_INITIALIZED)))
if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED))
if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED))
if (b43_status(dev) >= B43_STAT_INITIALIZED) {
if (!dev || b43_status(dev) < B43_STAT_INITIALIZED)
if (changed && b43_status(dev) >= B43_STAT_INITIALIZED)
b43_set_status(dev, B43_STAT_INITIALIZED);
B43_WARN_ON(b43_status(dev) != B43_STAT_INITIALIZED);
B43_WARN_ON(dev && b43_status(dev) > B43_STAT_INITIALIZED);
if (!dev || b43_status(dev) != B43_STAT_INITIALIZED)
b43_set_status(dev, B43_STAT_INITIALIZED);
if (b43_status(dev) < B43_STAT_INITIALIZED) {
if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED)) {
if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED)) {
if (prev_status >= B43_STAT_INITIALIZED)
if (prev_status >= B43_STAT_INITIALIZED) {
if (b43_status(dev) < B43_STAT_INITIALIZED)
B43_WARN_ON(!dev || b43_status(dev) < B43_STAT_INITIALIZED);
if ((b43_status(dev) >= B43_STAT_INITIALIZED) &&
if (b43_status(dev) < B43_STAT_INITIALIZED) {
if (unlikely(b43_status(dev) < B43_STAT_INITIALIZED)) {
B43_WARN_ON(b43_status(wldev) != B43_STAT_INITIALIZED);