Actions
Bug #7960
closedWirelss WAN can get caught in a configure loop
Start date:
10/17/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.x
Affected Architecture:
All
Description
At least with some wireless devices, they send a link up event to the OS when they associate successfully. This triggers rc.linkup which in turn calls interface_configure(). For wireless interfaces, this also calls interface_wireless_configure() which tears down and rebuilds the wireless interface, which then associates again, triggers another link up event, and so on in an endless loop.
This at least affects ralink USB wifi devices with the run(4) driver.
To me, I have a fix.
Updated by Jim Pingle about 7 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 93d3a065260441dcb32fcd69cf4cb806d1021eea.
Updated by Jim Pingle about 7 years ago
- Status changed from Feedback to Resolved
This looks good now. After upgrading to the latest snap, I can have a wireless WAN assigned and working, and also edit/save/apply the interface without it falling into a loop.
Actions