brcm80211: smac: set interface down on reset
authorVladimir Zapolskiy <vz@mleia.com>
Sat, 4 Aug 2012 21:29:07 +0000 (00:29 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 Aug 2012 18:06:55 +0000 (14:06 -0400)
commitea2d218308e5710c70d76eb3c2876988c88119cc
treeb425e36adaa532d0120b8ee1b820005d0127c6a6
parent4fc79db178f0a0ede479b4713e00df2d106028b3
brcm80211: smac: set interface down on reset

This change marks interface as down on reset, otherwise the driver can't
reinitialize itself properly.

Without the change a transient problem turns out to be critical and leads
to inavailability to reset the driver without brcmsmac module unload/load
cycle:

    ieee80211 phy0: wl0: PSM microcode watchdog fired at 5993 (seconds). Resetting.
    brcms_c_dpc : PSM Watchdog, chipid 0xa8d9, chiprev 0x1
    ieee80211 phy0: wl0: fatal error, reinitializing
    ieee80211 phy0: Hardware restart was requested
    ieee80211 phy0: brcms_ops_start: brcms_up() returned -19

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Cc: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c