Search Linux Wireless

Re: ath5k mesh in 2.6.28?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I would really like support in 2.6.28, but I don't want to
inconvenience anyone... who's Greg?  What I would really like is ath5k
mesh support in a stable kernel, the wireless-testing kernel I'm
currently using is too unstable for my testing.

Cheers

Keir

2009/1/23 Bob Copeland <me@xxxxxxxxxxxxxxx>:
> On Fri, Jan 23, 2009 at 8:30 AM, Keir <keirlawson@xxxxxxxxx> wrote:
>> Hi,
>>
>> According to the 802.11s website it seems to claim that mesh
>> networking is supported for ath5k devices in kernel 2.6.28, however,
>> upon running ifconfig mesh0 up (having previously created the mesh
>> device using iw) I get "SIOCSIFFLAGS: Operation not supported".
>
> 2.6.28 does not support mesh, at least from looking at the code,
> ath5k_add_interface has:
>
>    switch (conf->type) {
>    case NL80211_IFTYPE_STATION:
>    case NL80211_IFTYPE_ADHOC:
>    case NL80211_IFTYPE_MONITOR:
>        sc->opmode = conf->type;
>        break;
>    default:
>        ret = -EOPNOTSUPP;
>        goto end;
>    }
>
> It needs to at least also have NL80211_IFTYPE_MESH_POINT.
>
> Mesh was enabled for 2.6.29 via b706e65b40417e03c2451bb3f92488f3736843fa,
> so if you need it in 2.6.28 you can ask Greg to pick it up for stable.
>
> --
> Bob Copeland %% www.bobcopeland.com
>
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux