[PATCH 3/3] ath10k: implement mesh support
Kalle Valo
kvalo at qca.qualcomm.com
Wed Sep 9 22:46:54 PDT 2015
Bob Copeland <me at bobcopeland.com> writes:
> On Wed, Sep 09, 2015 at 12:10:38PM +0300, Kalle Valo wrote:
>> > I did a quick smoke test and saw the splat below. It's this warning from
>> > cfg80211:
>> >
>> > /*
>> > * Don't advertise an unsupported type
>> > * in a combination.
>> > */
>> > if (WARN_ON((wiphy->interface_modes & types) != types))
>> > return -EINVAL;
>
> OK, this happens when mesh is configured out (we mask off the mesh
> interface_modes internally but not the types). Sent an updated version
> with appropriate ifdefs added.
Indeed, when I enabled CONFIG_MAC80211_MESH I didn't see the WARN_ON()
anymore. (I haven't tested your latest version yet, will do it soon)
--
Kalle Valo
More information about the ath10k
mailing list