diff options
author | John W. Linville <linville@tuxdriver.com> | 2006-01-30 17:43:25 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-01-30 17:43:25 -0500 |
commit | 747af1e154545566d04f647f86fc3ae512439fab (patch) | |
tree | 78ac4b4440022d473b28f235df4e880d3b5adcbe /net/ieee80211/ieee80211_rx.c | |
parent | d1b46b0fba8c1049135ee5d60910b04463dccc95 (diff) | |
parent | ae7ec20582de0867abda66ad06d468ce12b231f2 (diff) |
Merge branch 'upstream-fixes'
Diffstat (limited to 'net/ieee80211/ieee80211_rx.c')
-rw-r--r-- | net/ieee80211/ieee80211_rx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ieee80211/ieee80211_rx.c b/net/ieee80211/ieee80211_rx.c index a4ebc22ee712..6c070bc155e7 100644 --- a/net/ieee80211/ieee80211_rx.c +++ b/net/ieee80211/ieee80211_rx.c | |||
@@ -1549,7 +1549,7 @@ void ieee80211_rx_mgt(struct ieee80211_device *ieee, | |||
1549 | break; | 1549 | break; |
1550 | 1550 | ||
1551 | case IEEE80211_STYPE_PROBE_REQ: | 1551 | case IEEE80211_STYPE_PROBE_REQ: |
1552 | IEEE80211_DEBUG_MGMT("recieved auth (%d)\n", | 1552 | IEEE80211_DEBUG_MGMT("received auth (%d)\n", |
1553 | WLAN_FC_GET_STYPE(le16_to_cpu | 1553 | WLAN_FC_GET_STYPE(le16_to_cpu |
1554 | (header->frame_ctl))); | 1554 | (header->frame_ctl))); |
1555 | 1555 | ||
@@ -1583,7 +1583,7 @@ void ieee80211_rx_mgt(struct ieee80211_device *ieee, | |||
1583 | break; | 1583 | break; |
1584 | case IEEE80211_STYPE_AUTH: | 1584 | case IEEE80211_STYPE_AUTH: |
1585 | 1585 | ||
1586 | IEEE80211_DEBUG_MGMT("recieved auth (%d)\n", | 1586 | IEEE80211_DEBUG_MGMT("received auth (%d)\n", |
1587 | WLAN_FC_GET_STYPE(le16_to_cpu | 1587 | WLAN_FC_GET_STYPE(le16_to_cpu |
1588 | (header->frame_ctl))); | 1588 | (header->frame_ctl))); |
1589 | 1589 | ||