From: Jakub Kicinski Date: Sat, 7 Jan 2023 03:38:01 +0000 (-0800) Subject: Merge branch 'net-wangxun-adjust-code-structure' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f23395b4049c826bc1a294eea69459cb774598b4;p=linux.git Merge branch 'net-wangxun-adjust-code-structure' Jiawen Wu says: ==================== net: wangxun: Adjust code structure Remove useless structs 'txgbe_hw' and 'ngbe_hw' make the codes clear. And move the same codes which sets MAC address between txgbe and ngbe to libwx. Further more, rename struct 'wx_hw' to 'wx' and move total adapter members to wx. ==================== Link: https://lore.kernel.org/r/20230106033853.2806007-1-jiawenwu@trustnetic.com Signed-off-by: Jakub Kicinski --- f23395b4049c826bc1a294eea69459cb774598b4