common.h (2fe5de9ce7d57498abc14b375cad2fcf8c3ee6cc) common.h (f2c3c952a5966e734f600e772ed65b5d34033891)
1/*
2 * Copyright (c) 2009-2011 Atheros Communications Inc.
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

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

18
19#include "../ath.h"
20
21#include "hw.h"
22#include "hw-ops.h"
23
24#include "common-init.h"
25#include "common-beacon.h"
1/*
2 * Copyright (c) 2009-2011 Atheros Communications Inc.
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES

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

18
19#include "../ath.h"
20
21#include "hw.h"
22#include "hw-ops.h"
23
24#include "common-init.h"
25#include "common-beacon.h"
26#include "common-debug.h"
26
27/* Common header for Atheros 802.11n base driver cores */
28
29#define WME_BA_BMP_SIZE 64
30#define WME_MAX_BA WME_BA_BMP_SIZE
31#define ATH_TID_MAX_BUFS (2 * WME_MAX_BA)
32
33#define ATH_RSSI_DUMMY_MARKER 127

--- 56 unchanged lines hidden ---
27
28/* Common header for Atheros 802.11n base driver cores */
29
30#define WME_BA_BMP_SIZE 64
31#define WME_MAX_BA WME_BA_BMP_SIZE
32#define ATH_TID_MAX_BUFS (2 * WME_MAX_BA)
33
34#define ATH_RSSI_DUMMY_MARKER 127

--- 56 unchanged lines hidden ---