(untested, should be noop)
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/dev/usb/wlan/if_run.c | ||
---|---|---|
3034 | This is now being called regardless of whether data->m is NULL. Let's ensure we don't call it if data->m is NULL. (And yes, we should get you some hardware.) |
sys/dev/usb/wlan/if_run.c | ||
---|---|---|
3034 | Is it possible? (run_tx() / run_tx_mgt() / run_sendprot() / run_tx_param() will never initialize data->m / data->ni to NULL). |
Comment Actions
Ah, ok. this is slightly different to other drivers where this function would also be called when tearing down the queues (eg during XXX_stop()). Ok.