hw.h (a8679be2073392cf22a910bc25da0c7d36459845) hw.h (8fbff4b838c53945d6baeafe609c627000f85cd6)
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

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

585 u32 frameLen, u16 rateix, bool shortPreamble);
586void ath9k_hw_get_channel_centers(struct ath_hw *ah,
587 struct ath9k_channel *chan,
588 struct chan_centers *centers);
589u32 ath9k_hw_getrxfilter(struct ath_hw *ah);
590void ath9k_hw_setrxfilter(struct ath_hw *ah, u32 bits);
591bool ath9k_hw_phy_disable(struct ath_hw *ah);
592bool ath9k_hw_disable(struct ath_hw *ah);
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

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

585 u32 frameLen, u16 rateix, bool shortPreamble);
586void ath9k_hw_get_channel_centers(struct ath_hw *ah,
587 struct ath9k_channel *chan,
588 struct chan_centers *centers);
589u32 ath9k_hw_getrxfilter(struct ath_hw *ah);
590void ath9k_hw_setrxfilter(struct ath_hw *ah, u32 bits);
591bool ath9k_hw_phy_disable(struct ath_hw *ah);
592bool ath9k_hw_disable(struct ath_hw *ah);
593bool ath9k_hw_set_txpowerlimit(struct ath_hw *ah, u32 limit);
593void ath9k_hw_set_txpowerlimit(struct ath_hw *ah, u32 limit);
594void ath9k_hw_setmac(struct ath_hw *ah, const u8 *mac);
595void ath9k_hw_setopmode(struct ath_hw *ah);
596void ath9k_hw_setmcastfilter(struct ath_hw *ah, u32 filter0, u32 filter1);
597void ath9k_hw_setbssidmask(struct ath_softc *sc);
598void ath9k_hw_write_associd(struct ath_softc *sc);
599u64 ath9k_hw_gettsf64(struct ath_hw *ah);
600void ath9k_hw_settsf64(struct ath_hw *ah, u64 tsf64);
601void ath9k_hw_reset_tsf(struct ath_hw *ah);

--- 19 unchanged lines hidden ---
594void ath9k_hw_setmac(struct ath_hw *ah, const u8 *mac);
595void ath9k_hw_setopmode(struct ath_hw *ah);
596void ath9k_hw_setmcastfilter(struct ath_hw *ah, u32 filter0, u32 filter1);
597void ath9k_hw_setbssidmask(struct ath_softc *sc);
598void ath9k_hw_write_associd(struct ath_softc *sc);
599u64 ath9k_hw_gettsf64(struct ath_hw *ah);
600void ath9k_hw_settsf64(struct ath_hw *ah, u64 tsf64);
601void ath9k_hw_reset_tsf(struct ath_hw *ah);

--- 19 unchanged lines hidden ---