ath9k.h (94db29368a658b13a088db87c7b0bf59b1a7492d) ath9k.h (a830df0714117574fd0d5fe98477059b3e9fd5bf)
1/*
2 * Copyright (c) 2008-2009 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

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

481 struct delayed_work ath_led_blink_work;
482 int led_on_duration;
483 int led_off_duration;
484 int led_on_cnt;
485 int led_off_cnt;
486
487 int beacon_interval;
488
1/*
2 * Copyright (c) 2008-2009 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

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

481 struct delayed_work ath_led_blink_work;
482 int led_on_duration;
483 int led_off_duration;
484 int led_on_cnt;
485 int led_off_cnt;
486
487 int beacon_interval;
488
489#ifdef CONFIG_ATH9K_DEBUG
489#ifdef CONFIG_ATH9K_DEBUGFS
490 struct ath9k_debug debug;
491#endif
492 struct ath_beacon_config cur_beacon_conf;
493 struct delayed_work tx_complete_work;
494 struct ath_btcoex btcoex;
495};
496
497struct ath_wiphy {

--- 89 unchanged lines hidden ---
490 struct ath9k_debug debug;
491#endif
492 struct ath_beacon_config cur_beacon_conf;
493 struct delayed_work tx_complete_work;
494 struct ath_btcoex btcoex;
495};
496
497struct ath_wiphy {

--- 89 unchanged lines hidden ---