htc.h (7d547eb4bb664c5a6b7c8790c2ecb0aec5d15385) | htc.h (b0a6ba983e3663bf256ca2e79d17bb846878cd9e) |
---|---|
1/* 2 * Copyright (c) 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 --- 344 unchanged lines hidden (view full) --- 353 struct delayed_work brightness_work; 354 char name[32]; 355 bool registered; 356 int brightness; 357}; 358 359#define BSTUCK_THRESHOLD 10 360 | 1/* 2 * Copyright (c) 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 --- 344 unchanged lines hidden (view full) --- 353 struct delayed_work brightness_work; 354 char name[32]; 355 bool registered; 356 int brightness; 357}; 358 359#define BSTUCK_THRESHOLD 10 360 |
361/* 362 * Adjust these when the max. no of beaconing interfaces is 363 * increased. 364 */ 365#define DEFAULT_SWBA_RESPONSE 40 /* in TUs */ 366#define MIN_SWBA_RESPONSE 10 /* in TUs */ 367 |
|
361struct htc_beacon_config { 362 struct ieee80211_vif *bslot[ATH9K_HTC_MAX_BCN_VIF]; 363 u16 beacon_interval; 364 u16 dtim_period; 365 u16 bmiss_timeout; 366 u32 bmiss_cnt; 367}; 368 --- 191 unchanged lines hidden --- | 368struct htc_beacon_config { 369 struct ieee80211_vif *bslot[ATH9K_HTC_MAX_BCN_VIF]; 370 u16 beacon_interval; 371 u16 dtim_period; 372 u16 bmiss_timeout; 373 u32 bmiss_cnt; 374}; 375 --- 191 unchanged lines hidden --- |