Page MenuHomeFreeBSD

D42423.diff
No OneTemporary

D42423.diff

diff --git a/sys/compat/linuxkpi/common/src/linux_80211.c b/sys/compat/linuxkpi/common/src/linux_80211.c
--- a/sys/compat/linuxkpi/common/src/linux_80211.c
+++ b/sys/compat/linuxkpi/common/src/linux_80211.c
@@ -2137,12 +2137,11 @@
}
if (error != 0) {
- /* XXX-BZ currently expected so ignore. */
ic_printf(vap->iv_ic, "%s: error %d during state transition "
"%d (%s) -> %d (%s)\n", __func__, error,
ostate, ieee80211_state_name[ostate],
nstate, ieee80211_state_name[nstate]);
- /* return (error); */
+ return (error);
}
#ifdef LINUXKPI_DEBUG_80211

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 16, 1:37 PM (21 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14659348
Default Alt Text
D42423.diff (587 B)

Event Timeline