mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
rtwn: fix builds on non-x86 platforms
The powerpcspe build is spitting out uint64_t != unsigned long, so this fails. Comment out the logging for now to unbreak the build.
This commit is contained in:
parent
aa17878371
commit
cbc331d153
1 changed files with 2 additions and 0 deletions
|
|
@ -257,8 +257,10 @@ r88e_ratectl_tx_complete_periodic(struct rtwn_softc *sc, uint8_t *buf,
|
|||
mac_bitmap = ((uint64_t) le32toh(rxs->tsf_low) << 32)
|
||||
| le32toh(rxs->rxdw4);
|
||||
|
||||
#if 0
|
||||
RTWN_DPRINTF(sc, RTWN_DEBUG_RA,
|
||||
"%s: mac bitmap: 0x%lx\n", __func__, mac_bitmap);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Note: the RX reports aren't sparse - invalid entries (ie,
|
||||
|
|
|
|||
Loading…
Reference in a new issue