ani.h (4f4395c692fd74f6ebfb99892e5da3842f70d4c3) | ani.h (6e4d291eec82c682d82d02cd275a6ec511f9b203) |
---|---|
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 --- 97 unchanged lines hidden (view full) --- 106 bool ofdmWeakSigDetect; 107 u32 listenTime; 108 u32 ofdmPhyErrCount; 109 u32 cckPhyErrCount; 110 struct ath9k_ani_default iniDef; 111}; 112 113struct ar5416Stats { | 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 --- 97 unchanged lines hidden (view full) --- 106 bool ofdmWeakSigDetect; 107 u32 listenTime; 108 u32 ofdmPhyErrCount; 109 u32 cckPhyErrCount; 110 struct ath9k_ani_default iniDef; 111}; 112 113struct ar5416Stats { |
114 u32 ast_ani_niup; 115 u32 ast_ani_nidown; | |
116 u32 ast_ani_spurup; 117 u32 ast_ani_spurdown; 118 u32 ast_ani_ofdmon; 119 u32 ast_ani_ofdmoff; 120 u32 ast_ani_cckhigh; 121 u32 ast_ani_ccklow; 122 u32 ast_ani_stepup; 123 u32 ast_ani_stepdown; --- 14 unchanged lines hidden --- | 114 u32 ast_ani_spurup; 115 u32 ast_ani_spurdown; 116 u32 ast_ani_ofdmon; 117 u32 ast_ani_ofdmoff; 118 u32 ast_ani_cckhigh; 119 u32 ast_ani_ccklow; 120 u32 ast_ani_stepup; 121 u32 ast_ani_stepdown; --- 14 unchanged lines hidden --- |