From: Johannes Berg Date: Thu, 15 Mar 2012 18:45:16 +0000 (+0100) Subject: wireless: rename ht_info to ht_operation X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=74ab1b39b60dea5c42d16e5f93eeb1dcfbe35d96;hp=74ab1b39b60dea5c42d16e5f93eeb1dcfbe35d96;p=carl9170fw.git wireless: rename ht_info to ht_operation Since some of the HT code pre-dates 802.11n-2009 some names are wrong. The one that bothers me most is that "HT operation" is called "HT information" in our code and that causes confusion. Rename "HT information" to "HT operation" and also the control_chan field to primary_chan to match the name used in the spec. Signed-off-by: Johannes Berg Acked-by: Bing Zhao Signed-off-by: John W. Linville Signed-off-by: Christian Lamparter ---