Revert unwanted changes in revision 203422.

Spotted by:	sam
This commit is contained in:
Rui Paulo 2010-02-06 19:24:16 +00:00
parent 501fdb6715
commit 53541ce4b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203556

View File

@ -334,12 +334,12 @@ enum {
};
struct ieee80211req_mesh_route {
uint8_t imr_dest[IEEE80211_ADDR_LEN];
uint8_t imr_nexthop[IEEE80211_ADDR_LEN];
uint16_t imr_nhops;
uint8_t imr_flags;
#define IEEE80211_MESHRT_FLAGS_VALID 0x01
#define IEEE80211_MESHRT_FLAGS_PROXY 0x02
uint8_t imr_dest[IEEE80211_ADDR_LEN];
uint8_t imr_nexthop[IEEE80211_ADDR_LEN];
uint16_t imr_nhops;
uint8_t imr_pad;
uint32_t imr_metric;
uint32_t imr_lifetime;