htc.h (a236254c35f04a4d47c701ed3ec4a0b5dcb097b0) htc.h (a5fae37d118bb633708b2787e53871e38bf3b15e)
1/*
2 * Copyright (c) 2010 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

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

347 struct delayed_work brightness_work;
348 char name[32];
349 bool registered;
350 int brightness;
351};
352
353struct htc_beacon_config {
354 u16 beacon_interval;
1/*
2 * Copyright (c) 2010 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

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

347 struct delayed_work brightness_work;
348 char name[32];
349 bool registered;
350 int brightness;
351};
352
353struct htc_beacon_config {
354 u16 beacon_interval;
355 u16 listen_interval;
356 u16 dtim_period;
357 u16 bmiss_timeout;
355 u16 dtim_period;
356 u16 bmiss_timeout;
358 u8 dtim_count;
359};
360
361struct ath_btcoex {
362 u32 bt_priority_cnt;
363 unsigned long bt_priority_time;
364 int bt_stomp_type; /* Types of BT stomping */
365 u32 btcoex_no_stomp;
366 u32 btcoex_period;

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

375#define OP_SCANNING BIT(1)
376#define OP_LED_ASSOCIATED BIT(2)
377#define OP_LED_ON BIT(3)
378#define OP_ENABLE_BEACON BIT(4)
379#define OP_LED_DEINIT BIT(5)
380#define OP_BT_PRIORITY_DETECTED BIT(6)
381#define OP_BT_SCAN BIT(7)
382#define OP_ANI_RUNNING BIT(8)
357};
358
359struct ath_btcoex {
360 u32 bt_priority_cnt;
361 unsigned long bt_priority_time;
362 int bt_stomp_type; /* Types of BT stomping */
363 u32 btcoex_no_stomp;
364 u32 btcoex_period;

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

373#define OP_SCANNING BIT(1)
374#define OP_LED_ASSOCIATED BIT(2)
375#define OP_LED_ON BIT(3)
376#define OP_ENABLE_BEACON BIT(4)
377#define OP_LED_DEINIT BIT(5)
378#define OP_BT_PRIORITY_DETECTED BIT(6)
379#define OP_BT_SCAN BIT(7)
380#define OP_ANI_RUNNING BIT(8)
381#define OP_TSF_RESET BIT(9)
383
384struct ath9k_htc_priv {
385 struct device *dev;
386 struct ieee80211_hw *hw;
387 struct ath_hw *ah;
388 struct htc_target *htc;
389 struct wmi *wmi;
390

--- 152 unchanged lines hidden ---
382
383struct ath9k_htc_priv {
384 struct device *dev;
385 struct ieee80211_hw *hw;
386 struct ath_hw *ah;
387 struct htc_target *htc;
388 struct wmi *wmi;
389

--- 152 unchanged lines hidden ---