ieee80211_ioctl.c | 1 /* $NetBSD: ieee80211_ioctl.c,v 1.69 2021/09/21 15:00:34 christos Exp $ */ 36 __FBSDID("$FreeBSD: src/sys/net80211/ieee80211_ioctl.c,v 1.35 2005/08/30 14:27:47 avatar Exp $"); 39 __KERNEL_RCSID(0, "$NetBSD: ieee80211_ioctl.c,v 1.69 2021/09/21 15:00:34 christos Exp $"); 73 #include <net80211/ieee80211_ioctl.h> 1408 * seems to want to inline this function into ieee80211_ioctl() 1410 * ieee80211_ioctl() ends up consuming an additional 2K of stack 1412 * is that it's possible for ieee80211_ioctl() to invoke other 2505 ieee80211_ioctl(struct ieee80211com *ic, u_long cmd, void *data) function in typeref:typename:int 2560 ieee80211_ioctl(struct ieee80211com *ic, u_long cmd, void *data) function in typeref:typename:int
|