Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183346
b: refs/heads/master
c: 99200a9
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and John W. Linville committed Dec 28, 2009
1 parent 5e356b7 commit 7b87f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55489b6ed6801a42636fc3d4594b77dda9c409f2
refs/heads/master: 99200a992e365a73dc67a6570524e5f3af4386dd
6 changes: 1 addition & 5 deletions trunk/drivers/net/wireless/mwl8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -1990,11 +1990,7 @@ static int mwl8k_cmd_radio_enable(struct ieee80211_hw *hw)
static int
mwl8k_set_radio_preamble(struct ieee80211_hw *hw, bool short_preamble)
{
struct mwl8k_priv *priv;

if (hw == NULL || hw->priv == NULL)
return -EINVAL;
priv = hw->priv;
struct mwl8k_priv *priv = hw->priv;

priv->radio_short_preamble = short_preamble;

Expand Down

0 comments on commit 7b87f6c

Please sign in to comment.