> +#ifdef CONFIG_MAC80211_MESH > +#include "mesh.h" > +#endif No need to protect includes, please don't. > + case IEEE80211_IF_TYPE_MESH_POINT: > + sta_info_flush(local, dev); > + /* fall through */ This is actually necessary generally, not just for mesh. If my recent sta info stuff goes in first then that will already be there, otherwise I'll rebase and remove this again. Rest looks fine. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part