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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user