mwl8k: hw is never NULL in mwl8k_set_radio_preamble()
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
55489b6ed6
commit
99200a992e
@@ -1990,11 +1990,7 @@ static int mwl8k_cmd_radio_enable(struct ieee80211_hw *hw)
|
|||||||
static int
|
static int
|
||||||
mwl8k_set_radio_preamble(struct ieee80211_hw *hw, bool short_preamble)
|
mwl8k_set_radio_preamble(struct ieee80211_hw *hw, bool short_preamble)
|
||||||
{
|
{
|
||||||
struct mwl8k_priv *priv;
|
struct mwl8k_priv *priv = hw->priv;
|
||||||
|
|
||||||
if (hw == NULL || hw->priv == NULL)
|
|
||||||
return -EINVAL;
|
|
||||||
priv = hw->priv;
|
|
||||||
|
|
||||||
priv->radio_short_preamble = short_preamble;
|
priv->radio_short_preamble = short_preamble;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user