projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c45fa8c
)
b43: Fix fallout from the IEEE80211_IF_TYPE to NL80211_IFTYPE change.
author
Gábor Stefanik
<netrolller.3d@gmail.com>
Tue, 4 Aug 2009 23:28:20 +0000
(
01:28
+0200)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 14 Aug 2009 13:12:41 +0000
(09:12 -0400)
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>
drivers/net/wireless/b43/b43.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/b43/b43.h
b/drivers/net/wireless/b43/b43.h
index d57ee9bd42975d0148d608ce8c959234782d8654..102094a235988744422fe5f89ff3094a58e78f53 100644
(file)
--- 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)
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_IF
TYPE_XXX). */
static inline int b43_is_mode(struct b43_wl *wl, int type)
{
return (wl->operating && wl->if_type == type);