提交 41072a1b 编写于 作者: J John W. Linville

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

The break was caused by 7c28ad2d.
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 6684e59a
...@@ -1099,7 +1099,7 @@ static void link_led_handler(void *p) ...@@ -1099,7 +1099,7 @@ static void link_led_handler(void *p)
int r; int r;
spin_lock_irq(&mac->lock); spin_lock_irq(&mac->lock);
is_associated = sm->associated != 0; is_associated = sm->associnfo.associated != 0;
spin_unlock_irq(&mac->lock); spin_unlock_irq(&mac->lock);
r = zd_chip_control_leds(chip, r = zd_chip_control_leds(chip,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册