Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] Typo corrections for ieee80211

This patch, generated against 2.6.16-rc1-git4, corrects two typographical
errors in ieee80211_rx.c and adds the facility name to a bare printk.

Signed-Off-By: Larry Finger <Larry.Finger@lwfinger.net>

Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Larry Finger and committed by
John W. Linville
1a1fedf4 489f4458

+2 -2
+2 -2
net/ieee80211/ieee80211_rx.c
··· 1451 1451 break; 1452 1452 1453 1453 case IEEE80211_STYPE_PROBE_REQ: 1454 - IEEE80211_DEBUG_MGMT("recieved auth (%d)\n", 1454 + IEEE80211_DEBUG_MGMT("received auth (%d)\n", 1455 1455 WLAN_FC_GET_STYPE(le16_to_cpu 1456 1456 (header->frame_ctl))); 1457 1457 ··· 1485 1485 break; 1486 1486 case IEEE80211_STYPE_AUTH: 1487 1487 1488 - IEEE80211_DEBUG_MGMT("recieved auth (%d)\n", 1488 + IEEE80211_DEBUG_MGMT("received auth (%d)\n", 1489 1489 WLAN_FC_GET_STYPE(le16_to_cpu 1490 1490 (header->frame_ctl))); 1491 1491