Commit 41072a1b authored by John W. Linville's avatar John W. Linville

[PATCH] zd1211rw: fix build-break caused by association race fix

The break was caused by 7c28ad2d.
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 6684e59a
......@@ -1099,7 +1099,7 @@ static void link_led_handler(void *p)
int r;
spin_lock_irq(&mac->lock);
is_associated = sm->associated != 0;
is_associated = sm->associnfo.associated != 0;
spin_unlock_irq(&mac->lock);
r = zd_chip_control_leds(chip,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment