diff options
author | Michael Wu <flamingice@sourmilk.net> | 2005-09-28 16:16:46 -0400 |
---|---|---|
committer | James Ketrenos <jketreno@linux.intel.com> | 2005-09-28 16:16:46 -0400 |
commit | 604116a32eaef4e10d05ae3361450b3f4a4e6a90 (patch) | |
tree | 6e5a0667172ddafd366b745a53b4ff392927176e /include/net | |
parent | 2759c8d536efe3b853867f345627d89fb64c37af (diff) |
This patch fixes a typo in ieee80211.h: ieee82011_deauth -> ieee80211_deauth
Signed-off-by: Michael Wu <flamingice@sourmilk.net>
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ieee80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h index 4851756202c5..33b595ebef1f 100644 --- a/include/net/ieee80211.h +++ b/include/net/ieee80211.h | |||
@@ -613,7 +613,7 @@ struct ieee80211_disassoc { | |||
613 | } __attribute__ ((packed)); | 613 | } __attribute__ ((packed)); |
614 | 614 | ||
615 | /* Alias deauth for disassoc */ | 615 | /* Alias deauth for disassoc */ |
616 | #define ieee82011_deauth ieee80211_disassoc | 616 | #define ieee80211_deauth ieee80211_disassoc |
617 | 617 | ||
618 | struct ieee80211_probe_request { | 618 | struct ieee80211_probe_request { |
619 | struct ieee80211_hdr_3addr header; | 619 | struct ieee80211_hdr_3addr header; |