On Wed, Dec 20, 2006 at 03:08:58PM -0600, Larry Finger wrote:
> +     radio_hw_enable = bcm43xx_is_hw_radio_enabled(bcm);
> +     if (unlikely(bcm->radio_hw_enable != radio_hw_enable)) {
> +             bcm->radio_hw_enable = radio_hw_enable;
> +             printk(KERN_INFO PFX "Radio hardware status changed to %s\n",
> +                    (radio_hw_enable == 0) ? "disabled" : "enabled");

Based on discussion on netdev, it seems that the desired behaviour when 
the radio is disabled is that the interface should be downed. This 
probably also means that it shouldn't be possible to bring the interface 
up if the radio is disabled.

-- 
Matthew Garrett | [EMAIL PROTECTED]
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to