add_monitor.py: defines flags used when creating monitor port

This commit is contained in:
Jed Reynolds
2020-07-10 17:30:22 -07:00
parent 38876af758
commit 39d2f65f4f

View File

@@ -0,0 +1,7 @@
# flags relating to adding a monitor
flags = {
"disable_ht40" : 0x800,
"disable_ht80" : 0x8000000,
"ht160_enable" : 0x100000000,
}
default_flags_mask = 0xFFFFFFFFFFFF