diff options
author | Gábor Stefanik <netrolller.3d@gmail.com> | 2009-08-04 19:28:20 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-14 09:12:41 -0400 |
commit | bedaf80866f5d438b47d05e02fb1852065fe5d8e (patch) | |
tree | 89e3ff7472ab47d13993a56fd809bd847339232e /drivers/net/wireless/b43/b43.h | |
parent | c45fa8c50c2149eec260a55c84e76339a2a761dd (diff) |
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: Gábor Stefanik <netrolller.3d@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/b43.h')
-rw-r--r-- | drivers/net/wireless/b43/b43.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h index d57ee9bd4297..102094a23598 100644 --- a/drivers/net/wireless/b43/b43.h +++ b/drivers/net/wireless/b43/b43.h | |||
@@ -845,7 +845,7 @@ static inline struct b43_wldev *dev_to_b43_wldev(struct device *dev) | |||
845 | return ssb_get_drvdata(ssb_dev); | 845 | return ssb_get_drvdata(ssb_dev); |
846 | } | 846 | } |
847 | 847 | ||
848 | /* Is the device operating in a specified mode (IEEE80211_IF_TYPE_XXX). */ | 848 | /* Is the device operating in a specified mode (NL80211_IFTYPE_XXX). */ |
849 | static inline int b43_is_mode(struct b43_wl *wl, int type) | 849 | static inline int b43_is_mode(struct b43_wl *wl, int type) |
850 | { | 850 | { |
851 | return (wl->operating && wl->if_type == type); | 851 | return (wl->operating && wl->if_type == type); |