Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147902721
D3761.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
755 B
Referenced Files
None
Subscribers
None
D3761.diff
View Options
Index: head/sys/dev/wpi/if_wpi.c
===================================================================
--- head/sys/dev/wpi/if_wpi.c
+++ head/sys/dev/wpi/if_wpi.c
@@ -2265,7 +2265,8 @@
"duration %u, status %x, tsf %ju, mode %x\n",
stat->rtsfailcnt, stat->ackfailcnt,
stat->btkillcnt, stat->rate, le32toh(stat->duration),
- le32toh(stat->status), *tsf, *mode);
+ le32toh(stat->status), le64toh(*tsf),
+ le32toh(*mode));
break;
}
@@ -4121,7 +4122,7 @@
* after the scan probe request
*/
chan = (struct wpi_scan_chan *)frm;
- chan->chan = htole16(ieee80211_chan2ieee(ic, c));
+ chan->chan = ieee80211_chan2ieee(ic, c);
chan->flags = 0;
if (nssid) {
hdr->crc_threshold = WPI_SCAN_CRC_TH_DEFAULT;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 15, 1:22 PM (10 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29717711
Default Alt Text
D3761.diff (755 B)
Attached To
Mode
D3761: wpi(4): fix some byteorder conversions
Attached
Detach File
Event Timeline
Log In to Comment