Search Linux Wireless

Re: [PATCH] mac80211: Fix for missing global (tcf_destroy_chain) in build

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

 



Larry Finger wrote:
> If MAC80211 is selected in the configuration without also selecting NET_SCHED,
> there is a missing global (tcf_destroy_chain) in the build.
> 
> Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx>
> ---
> 
> Index: wireless-dev/net/mac80211/Kconfig
> ===================================================================
> --- wireless-dev.orig/net/mac80211/Kconfig
> +++ wireless-dev/net/mac80211/Kconfig
> @@ -9,6 +9,7 @@ config MAC80211
>  	select WIRELESS_EXT
>  	select CFG80211
>  	select NET_SCH_FIFO
> +	select NET_SCHED


That pretty much defeats the reason why CONFIG_NET_SCH_FIFO was created.
So far without CONFIG_NET_SCHED the wme scheduler didn't even register,
so it seems the proper fix is to get rid of all #ifdef CONFIG_NET_SCHED
and simply avoid building it.

-
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