Page MenuHomeFreeBSD

D34145.diff
No OneTemporary

D34145.diff

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

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)

Event Timeline