CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/01/12 11:06:57
Modified files:
sys/dev/ic : athn.c
sys/dev/pci : if_iwm.c if_iwn.c
sys/net80211 : ieee80211_mira.c ieee80211_mira.h
Log message:
Rename ieee80211_mira_node_destroy() to ieee80211_mira_cancel_timeouts().
No functional change.
The previous name was chosen at a time when I could not yet anticipate
what this function would really end up doing.
The new name should make this function's purpose more obvious, especially
where it appears at strategic places in driver code.