hw.h (33e6ef4e82f1de4f9a98a86633412390a322e2e8) hw.h (f29f5c0882bdd58c42b8176ee0b578f92589fda2)
1/*
2 * Copyright (c) 2008-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

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

398 ATH9K_RX_QUEUE_LP,
399 ATH9K_RX_QUEUE_MAX,
400};
401
402struct ath9k_beacon_state {
403 u32 bs_nexttbtt;
404 u32 bs_nextdtim;
405 u32 bs_intval;
1/*
2 * Copyright (c) 2008-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

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

398 ATH9K_RX_QUEUE_LP,
399 ATH9K_RX_QUEUE_MAX,
400};
401
402struct ath9k_beacon_state {
403 u32 bs_nexttbtt;
404 u32 bs_nextdtim;
405 u32 bs_intval;
406#define ATH9K_BEACON_PERIOD 0x0000ffff
407#define ATH9K_TSFOOR_THRESHOLD 0x00004240 /* 16k us */
408 u32 bs_dtimperiod;
409 u16 bs_cfpperiod;
410 u16 bs_cfpmaxduration;
411 u32 bs_cfpnext;
412 u16 bs_timoffset;
413 u16 bs_bmissthreshold;
414 u32 bs_sleepduration;

--- 624 unchanged lines hidden ---
406#define ATH9K_TSFOOR_THRESHOLD 0x00004240 /* 16k us */
407 u32 bs_dtimperiod;
408 u16 bs_cfpperiod;
409 u16 bs_cfpmaxduration;
410 u32 bs_cfpnext;
411 u16 bs_timoffset;
412 u16 bs_bmissthreshold;
413 u32 bs_sleepduration;

--- 624 unchanged lines hidden ---