mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
ixgb: Set a constant blink rate for ixgb adapter identify (1sec on, 1sec off)
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
This commit is contained in:
parent
f990b426af
commit
a91bb6a8b4
@ -654,11 +654,7 @@ ixgb_phys_id(struct net_device *netdev, uint32_t data)
|
||||
|
||||
mod_timer(&adapter->blink_timer, jiffies);
|
||||
|
||||
if (data)
|
||||
schedule_timeout_interruptible(data * HZ);
|
||||
else
|
||||
schedule_timeout_interruptible(MAX_SCHEDULE_TIMEOUT);
|
||||
|
||||
msleep_interruptible(data * 1000);
|
||||
del_timer_sync(&adapter->blink_timer);
|
||||
ixgb_led_off(&adapter->hw);
|
||||
clear_bit(IXGB_LED_ON, &adapter->led_status);
|
||||
|
Loading…
Reference in New Issue
Block a user