mac80211: don't expose ieee80211_add_srates_ie()
authorJohannes Berg <johannes.berg@intel.com>
Thu, 28 Jun 2012 08:33:25 +0000 (10:33 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 28 Jun 2012 08:35:50 +0000 (10:35 +0200)
commitfc8a7321d3d68af759a369a9ad3e2426688742d3
treecaac90c4c1010b374a9df08eefd0c3a38329d7fa
parentdfb89c56add259b72a9c68d6b2846c1cd8c4e4b6
mac80211: don't expose ieee80211_add_srates_ie()

This and ieee80211_add_ext_srates_ie() aren't
exported, so can't be used by drivers anyway,
but there's also no reason that they should be
so make them private to mac80211 and use sdata
instead of vif arguments.

Acked-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/cfg.c
net/mac80211/ieee80211_i.h
net/mac80211/mesh_plink.c
net/mac80211/tx.c
net/mac80211/util.c