commit | aa979a6acbb468b0ebe8cf36dc782a5b3cc1e28d | [log] [tgz] |
---|---|---|
author | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | Wed Apr 09 16:38:31 2008 -0300 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 15 14:51:57 2008 -0400 |
tree | 2b40a3d468bd77c83740121b691404664360f7f0 | |
parent | 56690c2151d33534f0537fd03c533eda81d96f0f [diff] |
rtl8187: Add missing priv->vif assignments This adds missing priv->vif assignments after "mac80211: don't use interface indices in drivers" change. As rtl8180, rtl8187 also needs priv->vif to be set, as without this an oops can happen in rtl8187_tx function (priv->vif is passed to ieee80211_rts_duration). Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br> Acked-by: Pavel Roskin <proski@gnu.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>