mac8211: fix struct initialisation
[linux-2.6-microblaze.git] / net / mac80211 / agg-rx.c
index 7f245e9..313ba97 100644 (file)
@@ -477,7 +477,7 @@ void ieee80211_process_addba_request(struct ieee80211_local *local,
                                     size_t len)
 {
        u16 capab, tid, timeout, ba_policy, buf_size, start_seq_num;
-       struct ieee802_11_elems elems = { };
+       struct ieee802_11_elems elems = { };
        u8 dialog_token;
        int ies_len;