net: Fix typo in ipw2x00/libipw_rx.c

Correct spelling in "suppported" to "supported" in
drivers/net/wireless/ipw2x00/libipw_rx.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Reviewed-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Masanari Iida
2012-01-30 22:52:10 +09:00
committed by John W. Linville
parent 66e67e4189
commit 5718b134b1

View File

@@ -172,7 +172,7 @@ libipw_rx_frame_mgmt(struct libipw_device *ieee, struct sk_buff *skb,
u16 stype) u16 stype)
{ {
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;
/* /*