X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=include%2Fshared%2Ffwcmd.h;fp=include%2Fshared%2Ffwcmd.h;h=9111d4ffc1b3851309af860a7b2e3e8175a2fb3e;hp=9443c802b25b8578f6afd2b2cb66243ab47f34f1;hb=d163400e0dd5cee9517305c2d6b2644ac75e1d1c;hpb=5c409167df2409740f20cacfa9f173af9f2fc475 diff --git a/include/shared/fwcmd.h b/include/shared/fwcmd.h index 9443c80..9111d4f 100644 --- a/include/shared/fwcmd.h +++ b/include/shared/fwcmd.h @@ -156,6 +156,14 @@ struct carl9170_psm { } __packed; #define CARL9170_PSM_SIZE 4 +/* + * Note: If a bit in rx_filter is set, then it + * means that the particular frames which matches + * the condition are FILTERED/REMOVED/DISCARDED! + * (This is can be a bit confusing, especially + * because someone people think it's the exact + * opposite way, so watch out!) + */ struct carl9170_rx_filter_cmd { __le32 rx_filter; } __packed;