mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
on it in hopes of making sure that the waitq was empty before going on. This wasn't needed and probably never would have worked as intended. Now that cv_waitq_empty() and friends are gone, the code in these drivers that spins on it can go away too. This should unbreak LINT. Discussed with: kan |
||
|---|---|---|
| .. | ||
| if_hatm.c | ||
| if_hatm_intr.c | ||
| if_hatm_ioctl.c | ||
| if_hatm_rx.c | ||
| if_hatm_tx.c | ||
| if_hatmconf.h | ||
| if_hatmreg.h | ||
| if_hatmvar.h | ||