Search Linux Wireless

Re: [PATCH] mac80211 hwsim: make radio list dynamic

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

 



>  static inline void hwsim_check_magic(struct ieee80211_vif *vif)
>  {
>  	struct hwsim_vif_priv *vp = (void *)vif->drv_priv;
> -	WARN_ON(vp->magic != HWSIM_VIF_MAGIC);
> +	if (WARN_ON(vp->magic != HWSIM_VIF_MAGIC))
> +		printk(KERN_DEBUG "iface type is %d!\n", vif->type);

Oops, that hunk wasn't supposed to be there.

johannes

Attachment: signature.asc
Description: This is a digitally signed message part


[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