[mac80211] Update to compat-wireless-2009-03-31
[openwrt.git] / package / mac80211 / patches / 306-rt2x00-Add-calibration-fields-to-rt2x00dev-rt2x00h.patch
1 From 7f759a5e56f64fed24e5eb487003ce455786bc31 Mon Sep 17 00:00:00 2001
2 From: Ivo van Doorn <IvDoorn@gmail.com>
3 Date: Sat, 28 Mar 2009 20:44:18 +0100
4 Subject: [PATCH 7/9] rt2x00: Add calibration fields to rt2x00dev (rt2x00ht)
5
6 Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
7 ---
8  drivers/net/wireless/rt2x00/rt2x00.h |    6 ++++++
9  1 files changed, 6 insertions(+), 0 deletions(-)
10
11 --- a/drivers/net/wireless/rt2x00/rt2x00.h
12 +++ b/drivers/net/wireless/rt2x00/rt2x00.h
13 @@ -782,6 +782,12 @@ struct rt2x00_dev {
14         u8 freq_offset;
15  
16         /*
17 +        * Calibration information (for rt2800usb).
18 +        */
19 +       u8 calibration_bw20;
20 +       u8 calibration_bw40;
21 +
22 +       /*
23          * Low level statistics which will have
24          * to be kept up to date while device is running.
25          */