]> git.ipfire.org Git - thirdparty/iw.git/commit - station.c
iw: fix NL80211_STA_INFO_PLINK_STATE printing in station dump
authorBrian Cavagnolo <brian@cozybit.com>
Thu, 27 Aug 2009 18:15:20 +0000 (11:15 -0700)
committerJohannes Berg <johannes@sipsolutions.net>
Thu, 27 Aug 2009 18:21:19 +0000 (20:21 +0200)
commitdbaabba182fd62a6f8d4e22f8ee84906599dbf25
tree4e3e010e79f6a92af9dd0052c636c69c33747f73
parenta0dc1340148415d2b24a94c02f5fc73d7ae48cec
iw: fix NL80211_STA_INFO_PLINK_STATE printing in station dump

NL80211_STA_INFO_PLINK_STATE is a u8, not a u16.  This bug was causing
unexpected output on big endian machines.

Signed-off-by: Brian Cavagnolo <brian@cozybit.com>
station.c