[Linux-wlan-ng-devel] Bug#435008: Bug#435008: linux-wlan-ng: not fail on modprobe if compiled-in p80211

Enrico Tassi gareuselesinge at debian.org
Sat Jul 28 13:48:00 UTC 2007


On Sat, Jul 28, 2007 at 03:04:49PM +0200, Tormod Volden wrote:
> -if ! modprobe p80211; then
> -	echo "Failed to load p80211.o." >&2
> +if [ ! -d /proc/net/p80211 ] && ! modprobe p80211; then
> +	echo "Failed to load the p80211 module." >&2
>  	exit 1
>  fi

AFAIK lwng does not support the 80211 module shipped with vanilla
kernel. I' ve always removed these bits from ubuntu patches for that
very reason. Am I wrong?
-- 
Enrico Tassi





More information about the Linux-wlan-ng-devel mailing list