Deleted Added
full compact
if_zydreg.h (253757) if_zydreg.h (258780)
1/* $OpenBSD: if_zydreg.h,v 1.19 2006/11/30 19:28:07 damien Exp $ */
2/* $NetBSD: if_zydreg.h,v 1.2 2007/06/16 11:18:45 kiyohara Exp $ */
1/* $OpenBSD: if_zydreg.h,v 1.19 2006/11/30 19:28:07 damien Exp $ */
2/* $NetBSD: if_zydreg.h,v 1.2 2007/06/16 11:18:45 kiyohara Exp $ */
3/* $FreeBSD: head/sys/dev/usb/wlan/if_zydreg.h 253757 2013-07-29 05:54:13Z hselasky $ */
3/* $FreeBSD: head/sys/dev/usb/wlan/if_zydreg.h 258780 2013-11-30 22:17:27Z eadler $ */
4
5/*-
6 * Copyright (c) 2006 by Damien Bergamini <damien.bergamini@free.fr>
7 * Copyright (c) 2006 by Florian Stoehr <ich@florian-stoehr.de>
8 *
9 * Permission to use, copy, modify, and distribute this software for any
10 * purpose with or without fee is hereby granted, provided that the above
11 * copyright notice and this permission notice appear in all copies.

--- 990 unchanged lines hidden (view full) ---

1002#define ZYD_FILTER_DEASS (1 << 10)
1003#define ZYD_FILTER_AUTH (1 << 11)
1004#define ZYD_FILTER_DEAUTH (1 << 12)
1005#define ZYD_FILTER_PS_POLL (1 << 26)
1006#define ZYD_FILTER_RTS (1 << 27)
1007#define ZYD_FILTER_CTS (1 << 28)
1008#define ZYD_FILTER_ACK (1 << 29)
1009#define ZYD_FILTER_CFE (1 << 30)
4
5/*-
6 * Copyright (c) 2006 by Damien Bergamini <damien.bergamini@free.fr>
7 * Copyright (c) 2006 by Florian Stoehr <ich@florian-stoehr.de>
8 *
9 * Permission to use, copy, modify, and distribute this software for any
10 * purpose with or without fee is hereby granted, provided that the above
11 * copyright notice and this permission notice appear in all copies.

--- 990 unchanged lines hidden (view full) ---

1002#define ZYD_FILTER_DEASS (1 << 10)
1003#define ZYD_FILTER_AUTH (1 << 11)
1004#define ZYD_FILTER_DEAUTH (1 << 12)
1005#define ZYD_FILTER_PS_POLL (1 << 26)
1006#define ZYD_FILTER_RTS (1 << 27)
1007#define ZYD_FILTER_CTS (1 << 28)
1008#define ZYD_FILTER_ACK (1 << 29)
1009#define ZYD_FILTER_CFE (1 << 30)
1010#define ZYD_FILTER_CFE_A (1 << 31)
1010#define ZYD_FILTER_CFE_A (1U << 31)
1011
1012/* helpers for register ZYD_MAC_RXFILTER */
1013#define ZYD_FILTER_MONITOR 0xffffffff
1014#define ZYD_FILTER_BSS \
1015 (ZYD_FILTER_ASS_REQ | ZYD_FILTER_ASS_RSP | \
1016 ZYD_FILTER_REASS_REQ | ZYD_FILTER_REASS_RSP | \
1017 ZYD_FILTER_PRB_REQ | ZYD_FILTER_PRB_RSP | \
1018 (0x3 << 6) | \

--- 296 unchanged lines hidden ---
1011
1012/* helpers for register ZYD_MAC_RXFILTER */
1013#define ZYD_FILTER_MONITOR 0xffffffff
1014#define ZYD_FILTER_BSS \
1015 (ZYD_FILTER_ASS_REQ | ZYD_FILTER_ASS_RSP | \
1016 ZYD_FILTER_REASS_REQ | ZYD_FILTER_REASS_RSP | \
1017 ZYD_FILTER_PRB_REQ | ZYD_FILTER_PRB_RSP | \
1018 (0x3 << 6) | \

--- 296 unchanged lines hidden ---