mac80211: use put_unaligned_le16 in mesh_plink_frame_tx
Use put_unaligned_le16 in mesh_plink_frame_tx. Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
committed by
Johannes Berg
parent
2a901468c2
commit
6f101ef04b
@@ -390,9 +390,9 @@ struct sta_info {
|
||||
* Mesh peer link attributes
|
||||
* TODO: move to a sub-structure that is referenced with pointer?
|
||||
*/
|
||||
__le16 llid;
|
||||
__le16 plid;
|
||||
__le16 reason;
|
||||
u16 llid;
|
||||
u16 plid;
|
||||
u16 reason;
|
||||
u8 plink_retries;
|
||||
bool ignore_plink_timer;
|
||||
enum nl80211_plink_state plink_state;
|
||||
|
||||
Reference in New Issue
Block a user