mt76x02.h (9f4813b531a0b8cc502fcfb142937fe4e9104d77) | mt76x02.h (d7b47bbdd71cbd769501bf181d57e9ff12efc30b) |
---|---|
1/* SPDX-License-Identifier: ISC */ 2/* 3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name> 4 * Copyright (C) 2018 Stanislaw Gruszka <stf_xl@wp.pl> 5 */ 6 7#ifndef __MT76x02_H 8#define __MT76x02_H --- 78 unchanged lines hidden (view full) --- 87 struct delayed_work cal_work; 88 struct delayed_work wdt_work; 89 90 struct hrtimer pre_tbtt_timer; 91 struct work_struct pre_tbtt_work; 92 93 const struct mt76x02_beacon_ops *beacon_ops; 94 | 1/* SPDX-License-Identifier: ISC */ 2/* 3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name> 4 * Copyright (C) 2018 Stanislaw Gruszka <stf_xl@wp.pl> 5 */ 6 7#ifndef __MT76x02_H 8#define __MT76x02_H --- 78 unchanged lines hidden (view full) --- 87 struct delayed_work cal_work; 88 struct delayed_work wdt_work; 89 90 struct hrtimer pre_tbtt_timer; 91 struct work_struct pre_tbtt_work; 92 93 const struct mt76x02_beacon_ops *beacon_ops; 94 |
95 u32 aggr_stats[32]; 96 | |
97 struct sk_buff *beacons[8]; 98 u8 beacon_data_mask; 99 100 u8 tbtt_count; 101 102 u32 tx_hang_reset; 103 u8 tx_hang_check; 104 u8 mcu_timeout; --- 160 unchanged lines hidden --- | 95 struct sk_buff *beacons[8]; 96 u8 beacon_data_mask; 97 98 u8 tbtt_count; 99 100 u32 tx_hang_reset; 101 u8 tx_hang_check; 102 u8 mcu_timeout; --- 160 unchanged lines hidden --- |