Module Name: src Committed By: ozaki-r Date: Mon Jun 20 08:57:18 UTC 2016
Modified Files: src/sys/net80211: ieee80211_output.c Log Message: Get rid of invalid KASSERT The mbuf being checked is allocated in ieee80211_getmgtframe just above, so checking NULL of its CTX is meaningless. Pointed out by mlelstv@ To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/net80211/ieee80211_output.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.