diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-04-23 20:43:45 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-23 20:43:45 +0200 |
commit | 3b51cc996e81d8a113416d8094fa4a88f8360a51 (patch) | |
tree | e75b98b228bb4e456c30673fcc4b56ffa1d09cf5 /include/net/cfg80211.h | |
parent | bnx2x: add support for receive hashing (diff) | |
parent | radiotap parser: fix endian annotation (diff) | |
download | linux-3b51cc996e81d8a113416d8094fa4a88f8360a51.tar.xz linux-3b51cc996e81d8a113416d8094fa4a88f8360a51.zip |
Merge branch 'master' into for-davem
Conflicts:
drivers/net/wireless/ath/ath9k/phy.c
drivers/net/wireless/iwlwifi/iwl-6000.c
drivers/net/wireless/iwlwifi/iwl-debugfs.c
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 37cebd3aa0f7..5a4efe54cffd 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -1643,7 +1643,7 @@ struct ieee80211_radiotap_iterator { const struct ieee80211_radiotap_namespace *current_namespace; unsigned char *_arg, *_next_ns_data; - uint32_t *_next_bitmap; + __le32 *_next_bitmap; unsigned char *this_arg; int this_arg_index; |