common.h (a2030b9dbce8db1261a0a7985217361a992a8949) common.h (cbbdf2ae2d67b333d7a4db5ce8b7391b3de1256d)
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

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

17#include <net/mac80211.h>
18
19#include "../ath.h"
20
21#include "hw.h"
22#include "hw-ops.h"
23
24#include "common-init.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

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

17#include <net/mac80211.h>
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"
25
26/* Common header for Atheros 802.11n base driver cores */
27
28#define WME_BA_BMP_SIZE 64
29#define WME_MAX_BA WME_BA_BMP_SIZE
30#define ATH_TID_MAX_BUFS (2 * WME_MAX_BA)
31
32#define ATH_RSSI_DUMMY_MARKER 127

--- 56 unchanged lines hidden ---
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 ---