Deleted Added
full compact
if_wpivar.h (280059) if_wpivar.h (280063)
1/* $FreeBSD: head/sys/dev/wpi/if_wpivar.h 280059 2015-03-15 20:19:54Z adrian $ */
1/* $FreeBSD: head/sys/dev/wpi/if_wpivar.h 280063 2015-03-15 20:23:58Z adrian $ */
2
3/*-
4 * Copyright (c) 2006,2007
5 * Damien Bergamini <damien.bergamini@free.fr>
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.

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

91 int cur;
92 int update;
93};
94
95struct wpi_node {
96 struct ieee80211_node ni; /* must be the first */
97 uint8_t id;
98};
2
3/*-
4 * Copyright (c) 2006,2007
5 * Damien Bergamini <damien.bergamini@free.fr>
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.

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

91 int cur;
92 int update;
93};
94
95struct wpi_node {
96 struct ieee80211_node ni; /* must be the first */
97 uint8_t id;
98};
99#define WPI_NODE(ni) ((struct wpi_node *)(ni))
99
100struct wpi_power_sample {
101 uint8_t index;
102 int8_t power;
103};
104
105struct wpi_power_group {
106#define WPI_SAMPLES_COUNT 5

--- 124 unchanged lines hidden ---
100
101struct wpi_power_sample {
102 uint8_t index;
103 int8_t power;
104};
105
106struct wpi_power_group {
107#define WPI_SAMPLES_COUNT 5

--- 124 unchanged lines hidden ---