Re-add the pad[2] I deleted by accident.

This commit is contained in:
adrian 2011-04-08 09:56:31 +00:00
parent 04a664ee1b
commit b1fd8bca14

View File

@ -397,6 +397,7 @@ struct ieee80211_regdomain {
struct ieee80211_mimo_info {
int8_t rssi[IEEE80211_MAX_CHAINS]; /* per-antenna rssi */
int8_t noise[IEEE80211_MAX_CHAINS]; /* per-antenna noise floor */
uint8_t pad[2];
uint32_t evm[3]; /* EVM data */
};
#endif /* _NET80211__IEEE80211_H_ */