Jiri Benc wrote:
On Wed, 6 Jun 2007 16:22:10 +0800, Zhu Yi wrote:
--- a/include/linux/ieee80211.h
+++ b/include/linux/ieee80211.h
@@ -106,6 +106,52 @@ struct ieee80211_hdr {
...
+enum wifi_oui_stype_wmm {
+ WIFI_OUI_STYPE_WMM_INFO = 0,
+ WIFI_OUI_STYPE_WMM_PARAM = 1,
+ WIFI_OUI_STYPE_WMM_TSPEC = 2,
+};
Please don't invent new useless prefixes.
It doesn't really look like he invented a 'new useless' prefix. It looks to me like he picked a prefix that correlates attribution of the data declaration to the entity that created it. You may not like that he provided attribution, but that doesn't mean its useless.
If you'd rather use a different prefix, send a patch to fix it.
Also, a registered trademark doesn't seem to be a good prefix.
Who holds 'WIFI' as a registered trademark?
James
-
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html