mac80211: remove WARN_ON() from ieee80211_hw_config
authorReinette Chatre <reinette.chatre@intel.com>
Thu, 4 Dec 2008 22:49:08 +0000 (14:49 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 12 Dec 2008 18:48:20 +0000 (13:48 -0500)
commit447107fb32d75425c95a33f58e6b4b760b470092
tree83ae7e491ad2c56a9d29d69f38f30967fc2629b6
parentbb608e9db7d29616fb6e0d856c23434610d4a1bd
mac80211: remove WARN_ON() from ieee80211_hw_config

ieee80211_hw_config can return an error when the hardware
has rfkill enabled. A WARN_ON() is too harsh for this
failure as it is a valid scenario. Only comment this warning
as we would like to have it back when rfkill is integrated into
mac80211.

Also reintroduce propagation of error if ieee80211_hw_config fails
in ieee80211_config_beacon.

This patch partially reverts patch:
5f0387fc3337ca26f0745f945f550f0c3734960f
"mac80211: clean up ieee80211_hw_config errors"

Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/cfg.c
net/mac80211/main.c