Larry Finger <Larry.Finger@xxxxxxxxxxxx> writes: > From: Troy Tan <troy_tan@xxxxxxxxxxxxxx> > > The hardware and firmware for the RTL8192EE utilize a FIFO list of > descriptors. There were some problems with the initial implementation. > The worst of these failed to detect that the FIFO was becoming full, > which led to the device needing to be power cycled. As this condition > is not relevant to most of the devices supported by rtlwifi, a callback > routine was added to detect this situation. This patch implements the > necessary changes in the pci handler. > > Signed-off-by: Troy Tan <troy_tan@xxxxxxxxxxxxxx> > Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> [...] > --- a/drivers/net/wireless/rtlwifi/wifi.h > +++ b/drivers/net/wireless/rtlwifi/wifi.h > @@ -2172,6 +2172,7 @@ struct rtl_hal_ops { > void (*add_wowlan_pattern)(struct ieee80211_hw *hw, > struct rtl_wow_pattern *rtl_pattern, > u8 index); > + u16 (*get_available_desc)(struct ieee80211_hw *hw, u8 q_idx); I don't see this op set anywhere within the patch. Is that correct or did I miss something? -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html