diff options
author | Gertjan van Wingerde <gwingerde@gmail.com> | 2012-02-06 23:45:07 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-08 21:26:28 +0100 |
commit | 3a1c01288e5596fb70ca48ec9d9d8b561121c544 (patch) | |
tree | bd244645728cbec484c324ae1bd7063a93a2bd8a /drivers/net/wireless/rt2x00/rt2x00.h | |
parent | rt2x00: Introduce concept of driver data in struct rt2x00_dev. (diff) | |
download | linux-3a1c01288e5596fb70ca48ec9d9d8b561121c544.tar.xz linux-3a1c01288e5596fb70ca48ec9d9d8b561121c544.zip |
rt2x00: Use struct rt2x00_dev driver data in rt2800{pci,usb}.
Start using the struct rt2x00_dev driver data in rt2800 for the calibration
data.
Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00.h')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h index b4260bfb6cb4..5bd2f225ce48 100644 --- a/drivers/net/wireless/rt2x00/rt2x00.h +++ b/drivers/net/wireless/rt2x00/rt2x00.h @@ -897,13 +897,6 @@ struct rt2x00_dev { u8 freq_offset; /* - * Calibration information (for rt2800usb & rt2800pci). - * [0] -> BW20 - * [1] -> BW40 - */ - u8 calibration[2]; - - /* * Association id. */ u16 aid; |