diff options
Diffstat (limited to 'network/wlan/WIFICX/drivercode/wifitransition.cpp')
| -rw-r--r-- | network/wlan/WIFICX/drivercode/wifitransition.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/wlan/WIFICX/drivercode/wifitransition.cpp b/network/wlan/WIFICX/drivercode/wifitransition.cpp index 41106932..9726a59b 100644 --- a/network/wlan/WIFICX/drivercode/wifitransition.cpp +++ b/network/wlan/WIFICX/drivercode/wifitransition.cpp @@ -40,8 +40,8 @@ template<UINT16 MsgId> struct TransitionTraits; // --- Generic pure-type traits template (add before existing specializations) --- -// WIFIREQUEST always needs M3 notification, so TPreM3Fn is mandatory. -// and WIFICX expectes the M3 then M4 order, so we always execute M3 then M4. +// WIFIREQUEST typically requires M3 notification, making TPreM3Fn important. +// WIFICX expects M3 -> M4 order under normal conditions; // using template parameters to configure parsing, cleanup, M3/M4 steps. // to make sure that all transitions have consistent implementations. template< |
