This fixes the misspelling of the word "receive" in a debugging message.
Signed-off-by: Kris Katterjohn <[EMAIL PROTECTED]> This is a diff from 2.6.15-git5. Thanks! --- x/net/ieee80211/ieee80211_rx.c 2006-01-09 17:28:34.000000000 -0600 +++ y/net/ieee80211/ieee80211_rx.c 2006-01-09 19:26:05.000000000 -0600 @@ -1439,7 +1439,7 @@ void ieee80211_rx_mgt(struct ieee80211_d break; case IEEE80211_STYPE_PROBE_REQ: - IEEE80211_DEBUG_MGMT("recieved auth (%d)\n", + IEEE80211_DEBUG_MGMT("received auth (%d)\n", WLAN_FC_GET_STYPE(le16_to_cpu (header->frame_ctl))); @@ -1473,7 +1473,7 @@ void ieee80211_rx_mgt(struct ieee80211_d break; case IEEE80211_STYPE_AUTH: - IEEE80211_DEBUG_MGMT("recieved auth (%d)\n", + IEEE80211_DEBUG_MGMT("received auth (%d)\n", WLAN_FC_GET_STYPE(le16_to_cpu (header->frame_ctl))); - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html