Skip to content

Commit

Permalink
Merge pull request #16 from OpenHD/arm32_debug_fix
Browse files Browse the repository at this point in the history
Fix undefined symbol on arm32
  • Loading branch information
peteallenm authored Nov 28, 2023
2 parents 8f30f65 + 7f49cf2 commit 092ca25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/rtw_xmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -4309,7 +4309,7 @@ s32 rtw_monitor_xmit_entry(struct sk_buff *skb, struct net_device *ndev)
openhd_monitor_alloc_mgtxmitframe_error_count++;
delta_allocate=ktime_get_ns()-before_allocate;
RTW_WARN("OpenHD: monitor_alloc_mgtxmitframe - (%dus) tx busy %d",
(int)(delta_allocate/1000),
((int)delta_allocate/1000),
openhd_monitor_alloc_mgtxmitframe_error_count);
return NETDEV_TX_BUSY;
}
Expand Down

0 comments on commit 092ca25

Please sign in to comment.