build fix: if_llc.h: __packed__ is ignored if not after "}"
[open-ath9k-htc-firmware.git] / target_firmware / wlan / ieee80211.h
index 8fc53ea21443650da3716896a391e194c9055f66..39418b1043eea4c5545eaa6387426455bbd17172 100755 (executable)
@@ -1008,7 +1008,7 @@ struct ieee80211_country_ie {
                a_uint8_t schan;                        /* starting channel */
                a_uint8_t nchan;                        /* number channels */
                a_uint8_t maxtxpwr;             /* tx power cap */
-       } band[4] adf_os_packed;                        /* up to 4 sub bands */
+       } adf_os_packed band[4];                        /* up to 4 sub bands */
 } adf_os_packed;
 
 #define IEEE80211_CHALLENGE_LEN                128