K 10 svn:author V 3 mav K 8 svn:date V 27 2021-09-16T01:45:40.911114Z K 7 svn:log V 591 bnxt(4): Fix bugs in WOL support. Before this change driver reported IFCAP_WOL_MAGIC enabled, but not supported. It caused errors on some SIOCSIFCAP calls. Instead report the support if hardware supports WOL, and enabled status if it has such filter installed on boot. Also bnxt_wol_config() should check WOL status in if_getcapenable(), not in if_getcapabilities() to get current one. MFC after: 2 weeks Sponsored by: iXsystems, Inc. (cherry picked from commit 8c14d7da5b9be78f71b1aa803e93ae7de973dd42) Git Hash: 1a9342cfb036b22fad93759c6093139ead6ecddb Git Author: mav@FreeBSD.org END