Skip to content

Commit

Permalink
rtl8xxxu: Temporarily disable 8192eu device init
Browse files Browse the repository at this point in the history
To reduce the patch volume, temporariliy disable 8192eu device init.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
  • Loading branch information
Jes Sorensen authored and Kalle Valo committed Mar 10, 2016
1 parent 7d4ccb8 commit ccfe1e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2562,6 +2562,10 @@ static int rtl8192eu_parse_efuse(struct rtl8xxxu_priv *priv)
raw[i + 6], raw[i + 7]);
}
}
/*
* Temporarily disable 8192eu support
*/
return -EINVAL;
return 0;
}

Expand Down

0 comments on commit ccfe1e8

Please sign in to comment.