Deleted Added
full compact
if_iwnvar.h (201209) if_iwnvar.h (201882)
1/* $FreeBSD: head/sys/dev/iwn/if_iwnvar.h 201209 2009-12-29 19:47:34Z rpaulo $ */
1/* $FreeBSD: head/sys/dev/iwn/if_iwnvar.h 201882 2010-01-09 04:00:22Z keramida $ */
2/* $OpenBSD: if_iwnvar.h,v 1.16 2009/11/04 17:46:52 damien Exp $ */
3
4/*-
5 * Copyright (c) 2007, 2008
6 * Damien Bergamini <damien.bergamini@free.fr>
7 * Copyright (c) 2008 Sam Leffler, Errno Consulting
8 *
9 * Permission to use, copy, modify, and distribute this software for any

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

161 int (*load_firmware)(struct iwn_softc *);
162 void (*read_eeprom)(struct iwn_softc *);
163 int (*post_alive)(struct iwn_softc *);
164 int (*nic_config)(struct iwn_softc *);
165 void (*update_sched)(struct iwn_softc *, int, int, uint8_t,
166 uint16_t);
167 int (*get_temperature)(struct iwn_softc *);
168 int (*get_rssi)(struct iwn_softc *, struct iwn_rx_stat *);
2/* $OpenBSD: if_iwnvar.h,v 1.16 2009/11/04 17:46:52 damien Exp $ */
3
4/*-
5 * Copyright (c) 2007, 2008
6 * Damien Bergamini <damien.bergamini@free.fr>
7 * Copyright (c) 2008 Sam Leffler, Errno Consulting
8 *
9 * Permission to use, copy, modify, and distribute this software for any

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

161 int (*load_firmware)(struct iwn_softc *);
162 void (*read_eeprom)(struct iwn_softc *);
163 int (*post_alive)(struct iwn_softc *);
164 int (*nic_config)(struct iwn_softc *);
165 void (*update_sched)(struct iwn_softc *, int, int, uint8_t,
166 uint16_t);
167 int (*get_temperature)(struct iwn_softc *);
168 int (*get_rssi)(struct iwn_softc *, struct iwn_rx_stat *);
169 int (*set_txpower)(struct iwn_softc *, int);
169 int (*set_txpower)(struct iwn_softc *,
170 struct ieee80211_channel *, int);
170 int (*init_gains)(struct iwn_softc *);
171 int (*set_gains)(struct iwn_softc *);
172 int (*add_node)(struct iwn_softc *, struct iwn_node_info *,
173 int);
174 void (*tx_done)(struct iwn_softc *, struct iwn_rx_desc *,
175 struct iwn_rx_data *);
176#if 0 /* HT */
177 void (*ampdu_tx_start)(struct iwn_softc *,

--- 138 unchanged lines hidden ---
171 int (*init_gains)(struct iwn_softc *);
172 int (*set_gains)(struct iwn_softc *);
173 int (*add_node)(struct iwn_softc *, struct iwn_node_info *,
174 int);
175 void (*tx_done)(struct iwn_softc *, struct iwn_rx_desc *,
176 struct iwn_rx_data *);
177#if 0 /* HT */
178 void (*ampdu_tx_start)(struct iwn_softc *,

--- 138 unchanged lines hidden ---