Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102655780
D34145.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
547 B
Referenced Files
None
Subscribers
None
D34145.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/net/mac80211.h b/sys/compat/linuxkpi/common/include/net/mac80211.h
--- a/sys/compat/linuxkpi/common/include/net/mac80211.h
+++ b/sys/compat/linuxkpi/common/include/net/mac80211.h
@@ -99,7 +99,7 @@
};
/* 802.11 Figure 9-256 Suite selector format. [OUI(3), SUITE TYPE(1)] */
-#define WLAN_CIPHER_SUITE_OUI(_oui, _x) ((_oui) << 8 | (_x) & 0xff)
+#define WLAN_CIPHER_SUITE_OUI(_oui, _x) (((_oui) << 8) | ((_x) & 0xff))
/* 802.11 Table 9-131 Cipher suite selectors. */
/* 802.1x suite B 11 */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 10:26 AM (22 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14657264
Default Alt Text
D34145.diff (547 B)
Attached To
Mode
D34145: linuxkpi: Add parentheses to pacify -Wparentheses warnings from GCC.
Attached
Detach File
Event Timeline
Log In to Comment