staging: Fix typo in ieee80211_rx.c
Correct spelling "suppported" to "supported" in drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c Signed-off-by: Masanari iida<standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3e150cf51d
commit
d0bc218b0a
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ ieee80211_rx_frame_mgmt(struct ieee80211_device *ieee, struct sk_buff *skb,
|
||||||
|
|
||||||
#ifdef NOT_YET
|
#ifdef NOT_YET
|
||||||
if (ieee->iw_mode == IW_MODE_MASTER) {
|
if (ieee->iw_mode == IW_MODE_MASTER) {
|
||||||
printk(KERN_DEBUG "%s: Master mode not yet suppported.\n",
|
printk(KERN_DEBUG "%s: Master mode not yet supported.\n",
|
||||||
ieee->dev->name);
|
ieee->dev->name);
|
||||||
return 0;
|
return 0;
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue