You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shift 8 bits assigned to the layer code to the command mask instead.
Leaving 7 bits (128 options) for the layer mask is plenty of space
considering that there are less than 16 layers defined in-tree.
On the other hand, the Wi-Fi management layer already has more than 16
unique events that can be generated. Allowing each event to be assigned
a bit requires more than the 16 bits currently available.
Signed-off-by: Jordan Yates <jordan@embeint.com>
0 commit comments