RE: [PATCH net-next v1 1/7] net: ngbe: move the WOL functions to libwx
From: Jiawen Wu <jiawenwu@trustnetic.com>
Date: 2026-02-04 02:06:22
From: Jiawen Wu <jiawenwu@trustnetic.com>
Date: 2026-02-04 02:06:22
On Tue, Feb 3, 2026 9:53 PM, Andrew Lunn wrote:
quoted
- ncsi_mask = wx->subsystem_device_id & NGBE_NCSI_MASK; - wol_mask = wx->subsystem_device_id & NGBE_WOL_MASK; + ncsi_mask = wx->subsystem_device_id & WX_NCSI_MASK; + wol_mask = wx->subsystem_device_id & WX_WOL_MASK;The ncsi_mask change seems like it should not be here. This patch is about WoL.
I'll split it, thanks.