hw.h (0005baf4a31efe6de6f922f73ccbd3762a110062) | hw.h (e239d8591843945630521ec85edca08289f1a751) |
---|---|
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 --- 537 unchanged lines hidden (view full) --- 546 u32 *analogBank3Data; 547 u32 *analogBank6Data; 548 u32 *analogBank6TPCData; 549 u32 *analogBank7Data; 550 u32 *addac5416_21; 551 u32 *bank6Temp; 552 553 int16_t txpower_indexoffset; | 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 --- 537 unchanged lines hidden (view full) --- 546 u32 *analogBank3Data; 547 u32 *analogBank6Data; 548 u32 *analogBank6TPCData; 549 u32 *analogBank7Data; 550 u32 *addac5416_21; 551 u32 *bank6Temp; 552 553 int16_t txpower_indexoffset; |
554 int coverage_class; |
|
554 u32 beacon_interval; 555 u32 slottime; 556 u32 globaltxtimeout; 557 558 /* ANI */ 559 u32 proc_phyerr; 560 u32 aniperiod; 561 struct ar5416AniState *curani; --- 145 unchanged lines hidden --- | 555 u32 beacon_interval; 556 u32 slottime; 557 u32 globaltxtimeout; 558 559 /* ANI */ 560 u32 proc_phyerr; 561 u32 aniperiod; 562 struct ar5416AniState *curani; --- 145 unchanged lines hidden --- |