ath9k.h (5595f119649b3178c03479baa794113b8533158a) | ath9k.h (05c0be2f7f10404e5b3bc4105f9206096e9b8767) |
---|---|
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 --- 413 unchanged lines hidden (view full) --- 422#define ATH_RESTART_CALINTERVAL 1200000 /* 20 minutes */ 423 424#define ATH_PAPRD_TIMEOUT 100 /* msecs */ 425 426void ath_hw_check(struct work_struct *work); 427void ath_hw_pll_work(struct work_struct *work); 428void ath_paprd_calibrate(struct work_struct *work); 429void ath_ani_calibrate(unsigned long data); | 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 --- 413 unchanged lines hidden (view full) --- 422#define ATH_RESTART_CALINTERVAL 1200000 /* 20 minutes */ 423 424#define ATH_PAPRD_TIMEOUT 100 /* msecs */ 425 426void ath_hw_check(struct work_struct *work); 427void ath_hw_pll_work(struct work_struct *work); 428void ath_paprd_calibrate(struct work_struct *work); 429void ath_ani_calibrate(unsigned long data); |
430void ath_start_ani(struct ath_common *common); |
|
430 431/**********/ 432/* BTCOEX */ 433/**********/ 434 435struct ath_btcoex { 436 bool hw_timer_enabled; 437 spinlock_t btcoex_lock; --- 266 unchanged lines hidden --- | 431 432/**********/ 433/* BTCOEX */ 434/**********/ 435 436struct ath_btcoex { 437 bool hw_timer_enabled; 438 spinlock_t btcoex_lock; --- 266 unchanged lines hidden --- |