CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/03 10:46:54
Modified files:
share/man/man4 : iwx.4
sys/dev/pci : if_iwx.c if_iwxreg.h
Log message:
sys/iwx: support powersave
This diff enables power save by default for iwx by setting
IEEE80211_F_PMGTON (and IEEE80211_C_PMGT), and makes iwx react to
SIOCS80211POWER by switching between PM (level 3) and CAM at runtime.
OK: stsp@
