diff options
author | Ivo van Doorn <ivdoorn@gmail.com> | 2008-10-29 16:18:22 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-11-10 20:17:33 (GMT) |
commit | c3fd7b41cae2fa213858d6501e6065f24097c0a8 (patch) | |
tree | 556c6677d603cbaf5e541ec021a2273641cdd9d2 /drivers/net/wireless/rt2x00/rt2x00.h | |
parent | e4ea1c403acece78c271bf9cd6f797d1cb093df9 (diff) | |
download | linux-fsl-qoriq-c3fd7b41cae2fa213858d6501e6065f24097c0a8.tar.xz |
rt2x00: Remove ieee80211_bss_conf from rt2x00_intf
We can safely remove ieee80211_bss_conf from rt2x00_intf,
it is provided by mac80211 in ieee80211_vif as well.
(rt2x00_intf is the drv_priv field of ieee80211_vif).
Signed-off-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 4d983e6..ca1f9fe 100644 --- a/drivers/net/wireless/rt2x00/rt2x00.h +++ b/drivers/net/wireless/rt2x00/rt2x00.h @@ -348,13 +348,6 @@ struct rt2x00_intf { spinlock_t lock; /* - * BSS configuration. Copied from the structure - * passed to us through the bss_info_changed() - * callback funtion. - */ - struct ieee80211_bss_conf conf; - - /* * MAC of the device. */ u8 mac[ETH_ALEN]; |