hw.h (21cc630f47d8589a42d563e89be4c631edbe8716) hw.h (c2ba33424600e742f4d44ba2237024e6322a00fa)
1/*
2 * Copyright (c) 2008-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

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

991void ar9003_hw_attach_phy_ops(struct ath_hw *ah);
992
993void ar9002_hw_attach_calib_ops(struct ath_hw *ah);
994void ar9003_hw_attach_calib_ops(struct ath_hw *ah);
995
996void ar9002_hw_attach_ops(struct ath_hw *ah);
997void ar9003_hw_attach_ops(struct ath_hw *ah);
998
1/*
2 * Copyright (c) 2008-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

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

991void ar9003_hw_attach_phy_ops(struct ath_hw *ah);
992
993void ar9002_hw_attach_calib_ops(struct ath_hw *ah);
994void ar9003_hw_attach_calib_ops(struct ath_hw *ah);
995
996void ar9002_hw_attach_ops(struct ath_hw *ah);
997void ar9003_hw_attach_ops(struct ath_hw *ah);
998
999void ar9002_hw_load_ani_reg(struct ath_hw *ah, struct ath9k_channel *chan);
999/*
1000 * ANI work can be shared between all families but a next
1001 * generation implementation of ANI will be used only for AR9003 only
1002 * for now as the other families still need to be tested with the same
1003 * next generation ANI. Feel free to start testing it though for the
1004 * older families (AR5008, AR9001, AR9002) by using modparam_force_new_ani.
1005 */
1006extern int modparam_force_new_ani;

--- 13 unchanged lines hidden ---
1000/*
1001 * ANI work can be shared between all families but a next
1002 * generation implementation of ANI will be used only for AR9003 only
1003 * for now as the other families still need to be tested with the same
1004 * next generation ANI. Feel free to start testing it though for the
1005 * older families (AR5008, AR9001, AR9002) by using modparam_force_new_ani.
1006 */
1007extern int modparam_force_new_ani;

--- 13 unchanged lines hidden ---