phy.h (495a1b4eff1a216a3ea171ac137f1807e6555f52) | phy.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 9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 11 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 */ 16 17#ifndef PHY_H 18#define PHY_H 19 | 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 9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 11 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 */ 16 17#ifndef PHY_H 18#define PHY_H 19 |
20bool ath9k_hw_ar9280_set_channel(struct ath_hw *ah, | 20void ath9k_hw_ar9280_set_channel(struct ath_hw *ah, |
21 struct ath9k_channel 22 *chan); 23bool ath9k_hw_set_channel(struct ath_hw *ah, 24 struct ath9k_channel *chan); 25void ath9k_hw_write_regs(struct ath_hw *ah, u32 modesIndex, 26 u32 freqIndex, int regWrites); 27bool ath9k_hw_set_rf_regs(struct ath_hw *ah, 28 struct ath9k_channel *chan, --- 548 unchanged lines hidden --- | 21 struct ath9k_channel 22 *chan); 23bool ath9k_hw_set_channel(struct ath_hw *ah, 24 struct ath9k_channel *chan); 25void ath9k_hw_write_regs(struct ath_hw *ah, u32 modesIndex, 26 u32 freqIndex, int regWrites); 27bool ath9k_hw_set_rf_regs(struct ath_hw *ah, 28 struct ath9k_channel *chan, --- 548 unchanged lines hidden --- |