]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit80adad53fe8bb0713f285eb6db63d760a7bf7d86
treecaac90c4c1010b374a9df08eefd0c3a38329d7fa
parentc71c99a4353f36bfe2d629cb0edc0b6a9893cc5e
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