On Tuesday, February 23, 2016 18:25:35 Sven Eckelmann wrote:
The B.A.T.M.A.N. V metric can uses cfg80211_get_station to calculate the expected throughput for ieee80211 devices. This function only exists when the kernel was compile with CONFIG_CFG80211 and thus the BATMAN_ADV_BATMAN_V option has to depend on it.
Fixes: 5c3245172c01 ("batman-adv: ELP - compute the metric based on the estimated throughput") Reported-by: Antonio Quartulli antonio.quartulli@open-mesh.com Signed-off-by: Sven Eckelmann sven@narfation.org
@Antonio: Please squash this with 0b0214420ad2 ("batman-adv: ELP - compute the metric based on the estimated throughput")
net/batman-adv/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in revision 2e0a297.
Thanks, Marek