hw.h (5e88ba6228e66741811992a6c1d7cf37195ed4be) hw.h (1e516ca7c9ceeeec4ed87f549a14bc3b73427f83)
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

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

1026void ath9k_hw_reset_tsf(struct ath_hw *ah);
1027void ath9k_hw_set_tsfadjust(struct ath_hw *ah, bool set);
1028void ath9k_hw_init_global_settings(struct ath_hw *ah);
1029u32 ar9003_get_pll_sqsum_dvc(struct ath_hw *ah);
1030void ath9k_hw_set11nmac2040(struct ath_hw *ah);
1031void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period);
1032void ath9k_hw_set_sta_beacon_timers(struct ath_hw *ah,
1033 const struct ath9k_beacon_state *bs);
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

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

1026void ath9k_hw_reset_tsf(struct ath_hw *ah);
1027void ath9k_hw_set_tsfadjust(struct ath_hw *ah, bool set);
1028void ath9k_hw_init_global_settings(struct ath_hw *ah);
1029u32 ar9003_get_pll_sqsum_dvc(struct ath_hw *ah);
1030void ath9k_hw_set11nmac2040(struct ath_hw *ah);
1031void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period);
1032void ath9k_hw_set_sta_beacon_timers(struct ath_hw *ah,
1033 const struct ath9k_beacon_state *bs);
1034void ath9k_hw_check_nav(struct ath_hw *ah);
1034bool ath9k_hw_check_alive(struct ath_hw *ah);
1035
1036bool ath9k_hw_setpower(struct ath_hw *ah, enum ath9k_power_mode mode);
1037
1038#ifdef CONFIG_ATH9K_DEBUGFS
1039void ath9k_debug_sync_cause(struct ath_common *common, u32 sync_cause);
1040#else
1041static inline void ath9k_debug_sync_cause(struct ath_common *common,

--- 140 unchanged lines hidden ---
1035bool ath9k_hw_check_alive(struct ath_hw *ah);
1036
1037bool ath9k_hw_setpower(struct ath_hw *ah, enum ath9k_power_mode mode);
1038
1039#ifdef CONFIG_ATH9K_DEBUGFS
1040void ath9k_debug_sync_cause(struct ath_common *common, u32 sync_cause);
1041#else
1042static inline void ath9k_debug_sync_cause(struct ath_common *common,

--- 140 unchanged lines hidden ---