From: David S. Miller Date: Thu, 6 Dec 2018 00:26:16 +0000 (-0800) Subject: Merge branch 'u32-to-linkmode-fixes' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7127f2fece7b431f0d9a6262f92073b564f8cf03;p=linux.git Merge branch 'u32-to-linkmode-fixes' Andrew Lunn says: ==================== u32 to linkmode fixes This patchset fixes issues found in the last patchset which converted the phydev advertise etc, from a u32 to a linux bitmap. Most of the issues are the result of clearing bits which should not of been cleared. To make the API clearer, the idea from Heiner Kallweit was used, with _mod_ to indicate the function modifies just the bits it needs to, or _to_ to clear all bits and just set bit that need to be set. ==================== Signed-off-by: David S. Miller --- 7127f2fece7b431f0d9a6262f92073b564f8cf03