if_rtwnvar.h (2ff63af9b88c7413b7d71715b5532625752a248e) | if_rtwnvar.h (d99eb8230eb717ab0b2eba948614d0f2f2b5dd2b) |
---|---|
1/*- 2 * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> 3 * Copyright (c) 2015-2016 Andriy Voskoboinyk <avos@FreeBSD.org> 4 * 5 * Permission to use, copy, modify, and distribute this software for any 6 * purpose with or without fee is hereby granted, provided that the above 7 * copyright notice and this permission notice appear in all copies. 8 * --- 18 unchanged lines hidden (view full) --- 27#define RTWN_BCN_MAX_SIZE 512 28#define RTWN_CAM_ENTRY_LIMIT 64 29 30#define RTWN_MACID_BC 1 /* Broadcast. */ 31#define RTWN_MACID_UNDEFINED 0x7fff 32#define RTWN_MACID_VALID 0x8000 33#define RTWN_MACID_LIMIT 128 34 | 1/*- 2 * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> 3 * Copyright (c) 2015-2016 Andriy Voskoboinyk <avos@FreeBSD.org> 4 * 5 * Permission to use, copy, modify, and distribute this software for any 6 * purpose with or without fee is hereby granted, provided that the above 7 * copyright notice and this permission notice appear in all copies. 8 * --- 18 unchanged lines hidden (view full) --- 27#define RTWN_BCN_MAX_SIZE 512 28#define RTWN_CAM_ENTRY_LIMIT 64 29 30#define RTWN_MACID_BC 1 /* Broadcast. */ 31#define RTWN_MACID_UNDEFINED 0x7fff 32#define RTWN_MACID_VALID 0x8000 33#define RTWN_MACID_LIMIT 128 34 |
35#define RTWN_TX_TIMEOUT 5000 /* ms */ | 35#define RTWN_TX_TIMEOUT 1000 /* ms */ |
36#define RTWN_MAX_EPOUT 4 37#define RTWN_PORT_COUNT 2 38 39#define RTWN_LED_LINK 0 40#define RTWN_LED_DATA 1 41 42struct rtwn_rx_radiotap_header { 43 struct ieee80211_radiotap_header wr_ihdr; --- 590 unchanged lines hidden --- | 36#define RTWN_MAX_EPOUT 4 37#define RTWN_PORT_COUNT 2 38 39#define RTWN_LED_LINK 0 40#define RTWN_LED_DATA 1 41 42struct rtwn_rx_radiotap_header { 43 struct ieee80211_radiotap_header wr_ihdr; --- 590 unchanged lines hidden --- |