CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/01 20:26:37
Modified files:
sys/dev/pci : if_iwm.c
Log message:
Add missing ieee80211_release_node() calls in cases where hardware
decryption failed. The node here is always ic_bss, for which the
reference count isn't actually used (it's always freed when the interface
detaches), so missing these calls wasn't really a problem.
ok stsp@
