]> Pileus Git - ~andy/linux/blobdiff - net/mac80211/mesh.h
mac80211: use put_unaligned_le in mesh when necessary
[~andy/linux] / net / mac80211 / mesh.h
index 3f867e52c33559d33a3ce99b6b4266a5d68972d4..f39a19f9090fe0d91181b8cb4487dd928232d24b 100644 (file)
@@ -301,8 +301,8 @@ void mesh_mpath_table_grow(void);
 void mesh_mpp_table_grow(void);
 /* Mesh paths */
 int mesh_path_error_tx(struct ieee80211_sub_if_data *sdata,
-                      u8 ttl, const u8 *target, __le32 target_sn,
-                      __le16 target_rcode, const u8 *ra);
+                      u8 ttl, const u8 *target, u32 target_sn,
+                      u16 target_rcode, const u8 *ra);
 void mesh_path_assign_nexthop(struct mesh_path *mpath, struct sta_info *sta);
 void mesh_path_flush_pending(struct mesh_path *mpath);
 void mesh_path_tx_pending(struct mesh_path *mpath);