> Whenever you run a monitor interface in mac80211, you can see lots ofRegardless of the fact that I'm pretty sure that we have bugs with respect to pskb_expand_head in mac80211 that for some reason never show up unless you add monitors, this re-injection of frames is quite a hack. For one, it means that on a monitor interface you see every outgoing frame, even if it wasn't sent on that interface. That's actually quite nice, especially for debugging, but I think we can already see all transmitted packets on the master interface. Secondly, it means that actually injected packets show up twice, first via dev_queue_xmit_nit and then via the status reporting. Also, if we ever want to move towards an API where the driver need not give a TX status report for every frame (some hardware cannot do this) then this is at best a hack since we do not know the exact status for a frame. On the other hand, hostapd requires knowing whether a specific frame was acknowledged. Does anyone have any ideas how to implement such a status query for a frame that was sent? What hostapd does is open a raw socket and simply send a frame, but it needs to know whether that frame was acknowledged so currently it also listens on a monitor and checks all outgoing frames, which is suboptimal anyway. The only thing I could so far think of is like the socket timestamps but that seems rather bad to do for such a special case. johannes
| Greg Kroah-Hartman | [PATCH 008/196] Chinese: add translation of volatile-considered-harmful.txt |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg KH | Re: [Patch v2] Make PCI extended config space (MMCONFIG) a driver opt-in |
| Andrew Morton | -mm merge plans for 2.6.23 |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Herbert Xu | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| Rémi Denis-Courmont | [PATCH 01/14] Phonet global definitions |
