sta_info.h (8f797c288e3a788e9578dd4db08b624a6d4b6a9b) sta_info.h (4c02d62fa37a05254a87575c7d430819f77bd6c9)
1/*
2 * Copyright 2002-2005, Devicescape Software, Inc.
3 * Copyright 2013-2014 Intel Mobile Communications GmbH
4 * Copyright(c) 2015-2017 Intel Deutschland GmbH
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

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

339 * @llid: Local link ID
340 * @plid: Peer link ID
341 * @aid: local aid supplied by peer
342 * @reason: Cancel reason on PLINK_HOLDING state
343 * @plink_retries: Retries in establishment
344 * @plink_state: peer link state
345 * @plink_timeout: timeout of peer link
346 * @plink_timer: peer link watch timer
1/*
2 * Copyright 2002-2005, Devicescape Software, Inc.
3 * Copyright 2013-2014 Intel Mobile Communications GmbH
4 * Copyright(c) 2015-2017 Intel Deutschland GmbH
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

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

339 * @llid: Local link ID
340 * @plid: Peer link ID
341 * @aid: local aid supplied by peer
342 * @reason: Cancel reason on PLINK_HOLDING state
343 * @plink_retries: Retries in establishment
344 * @plink_state: peer link state
345 * @plink_timeout: timeout of peer link
346 * @plink_timer: peer link watch timer
347 * @plink_sta: peer link watch timer's sta_info
347 * @t_offset: timing offset relative to this host
348 * @t_offset_setpoint: reference timing offset of this sta to be used when
349 * calculating clockdrift
350 * @local_pm: local link-specific power save mode
351 * @peer_pm: peer-specific power save mode towards local STA
352 * @nonpeer_pm: STA power save mode towards non-peer neighbors
353 * @processed_beacon: set to true after peer rates and capabilities are
354 * processed
355 * @fail_avg: moving percentage of failed MSDUs
356 */
357struct mesh_sta {
358 struct timer_list plink_timer;
348 * @t_offset: timing offset relative to this host
349 * @t_offset_setpoint: reference timing offset of this sta to be used when
350 * calculating clockdrift
351 * @local_pm: local link-specific power save mode
352 * @peer_pm: peer-specific power save mode towards local STA
353 * @nonpeer_pm: STA power save mode towards non-peer neighbors
354 * @processed_beacon: set to true after peer rates and capabilities are
355 * processed
356 * @fail_avg: moving percentage of failed MSDUs
357 */
358struct mesh_sta {
359 struct timer_list plink_timer;
360 struct sta_info *plink_sta;
359
360 s64 t_offset;
361 s64 t_offset_setpoint;
362
363 spinlock_t plink_lock;
364 u16 llid;
365 u16 plid;
366 u16 aid;

--- 434 unchanged lines hidden ---
361
362 s64 t_offset;
363 s64 t_offset_setpoint;
364
365 spinlock_t plink_lock;
366 u16 llid;
367 u16 plid;
368 u16 aid;

--- 434 unchanged lines hidden ---