FreeBSD Bugzilla – Attachment 158194 Details for
Bug 201225
Allow raw packet injection in monitor mode as in HEAD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch from HEAD
ieee80211.c.patch (text/plain), 713 bytes, created by
2igosha
on 2015-06-30 16:57:31 UTC
(
hide
)
Description:
Patch from HEAD
Filename:
MIME Type:
Creator:
2igosha
Created:
2015-06-30 16:57:31 UTC
Size:
713 bytes
patch
obsolete
>--- head/sys/net80211/ieee80211.c 2014/04/23 22:43:39 264843 >+++ head/sys/net80211/ieee80211.c 2014/08/10 08:35:42 269778 >@@ -570,15 +570,9 @@ > ifp->if_baudrate = IF_Mbps(maxrate); > > ether_ifattach(ifp, vap->iv_myaddr); >- if (vap->iv_opmode == IEEE80211_M_MONITOR) { >- /* NB: disallow transmit */ >- ifp->if_transmit = null_transmit; >- ifp->if_output = null_output; >- } else { >- /* hook output method setup by ether_ifattach */ >- vap->iv_output = ifp->if_output; >- ifp->if_output = ieee80211_output; >- } >+ /* hook output method setup by ether_ifattach */ >+ vap->iv_output = ifp->if_output; >+ ifp->if_output = ieee80211_output; > /* NB: if_mtu set by ether_ifattach to ETHERMTU */ > > IEEE80211_LOCK(ic);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201225
: 158194