On Fri, 2008-09-12 at 10:42 -0700, Abhijeet Kolekar wrote: > When monitor mode is changed to BSS or IBSS, data trasnfer can not happen > because proper transmit function is not assigend for BSS ,IBSS mode. > This patch fixes this problem assigning the ieee80211_subif_start_xmit > to device's hard_start_xmit function. > > Signed-off-by: Abhijeet Kolekar > Acked-by: Zhu Yi Thanks for the fix. Unfortunately, you missed WDS and VLAN. Please just do the assignment once before the switch so that only monitor gets changed. johannes