2011-05-11 22:19:30

by Fabio Rossi

[permalink] [raw]
Subject: compile failure with commit 9c3990aaec0ad9f686ef6480f6861f2df89b2a7a

CC [M] net/mac80211/cfg.o
net/mac80211/cfg.c: In function ‘sta_apply_parameters’:
net/mac80211/cfg.c:746: error: ‘struct sta_info’ has no member named
‘plink_state’
make[2]: *** [net/mac80211/cfg.o] Error 1
make[1]: *** [net/mac80211] Error 2
make: *** [net] Error 2

I think because a #ifdef CONFIG_MAC80211_MESH is missing

Fabio