| 5789 | } |
| 5790 | |
| 5791 | void |
| 5792 | show_tx_pkt_times(void) |
| 5793 | { |
| 5794 | printf("Interburst gap: %u\n", tx_pkt_times_inter); |
| 5795 | printf("Intraburst gap: %u\n", tx_pkt_times_intra); |
| 5796 | } |
| 5797 | |
| 5798 | void |
| 5799 | set_tx_pkt_times(unsigned int *tx_times) |
no test coverage detected