Commit bedaf808 authored by Gábor Stefanik's avatar Gábor Stefanik Committed by John W. Linville

b43: Fix fallout from the IEEE80211_IF_TYPE to NL80211_IFTYPE change.

Update a comment that still says IEEE80211_IF_TYPE instead of NL80211_IFTYPE.
Signed-off-by: default avatarGábor Stefanik <netrolller.3d@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent c45fa8c5
...@@ -845,7 +845,7 @@ static inline struct b43_wldev *dev_to_b43_wldev(struct device *dev) ...@@ -845,7 +845,7 @@ static inline struct b43_wldev *dev_to_b43_wldev(struct device *dev)
return ssb_get_drvdata(ssb_dev); return ssb_get_drvdata(ssb_dev);
} }
/* Is the device operating in a specified mode (IEEE80211_IF_TYPE_XXX). */ /* Is the device operating in a specified mode (NL80211_IFTYPE_XXX). */
static inline int b43_is_mode(struct b43_wl *wl, int type) static inline int b43_is_mode(struct b43_wl *wl, int type)
{ {
return (wl->operating && wl->if_type == type); return (wl->operating && wl->if_type == type);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment