Actions
Bug #328
closedEWMA incompatible in v4.11(-rc*)
Start date:
03/04/2017
Due date:
% Done:
0%
Estimated time:
Description
Johannes Berg introduced an API change in net.git. This is rather unexpected because such changes are usually only accepted before the Linus' merge window and only in net-next.git
This change results in a BUILD_BUG because the the batman-adv "precision" is still 1024 (which is a lot larger than the supporter maximum of 30).
The change has to be imported into maint and compat code has to be written that always replaces DECLARE_EWMA with a batman-adv specific version. A similar change has to be introduced in openwrt-routing to avoid problems when the wifi driver (and its compat DECLARE_EWMA code) is changed/upgraded.
Updated by Sven Eckelmann over 7 years ago
- Assignee changed from batman-adv developers to Sven Eckelmann
- Target version set to 2017.0.1
Updated by Sven Eckelmann over 7 years ago
- Status changed from New to In Progress
- Assignee changed from Sven Eckelmann to Simon Wunderlich
Updated by Sven Eckelmann over 7 years ago
- Status changed from In Progress to Closed
Patch was applied and released as v2017.0.1
Actions