From: Ben Greear Date: Thu, 24 Nov 2011 19:15:21 +0000 (-0800) Subject: mac80211: Make __check_htcap_disable static. X-Git-Tag: v3.3-rc1~182^2~44^2~305 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32dfefac1958b64107aedb7ae81ecc55c09803fb;p=platform%2Fkernel%2Flinux-3.10.git mac80211: Make __check_htcap_disable static. Signed-off-by: Ben Greear Signed-off-by: John W. Linville --- diff --git a/net/mac80211/ht.c b/net/mac80211/ht.c index 810cfbe..d3eafae 100644 --- a/net/mac80211/ht.c +++ b/net/mac80211/ht.c @@ -28,9 +28,9 @@ bool ieee80111_cfg_override_disables_ht40(struct ieee80211_sub_if_data *sdata) return false; } -void __check_htcap_disable(struct ieee80211_sub_if_data *sdata, - struct ieee80211_sta_ht_cap *ht_cap, - u16 flag) +static void __check_htcap_disable(struct ieee80211_sub_if_data *sdata, + struct ieee80211_sta_ht_cap *ht_cap, + u16 flag) { __le16 le_flag = cpu_to_le16(flag); if (sdata->u.mgd.ht_capa_mask.cap_info & le_flag) {