On Mon, Jun 20, 2011 at 10:44:58AM +0900, Mike McCormack wrote: > offchan_deley should be offchan_delay > > Signed-off-by: Mike McCormack <mikem@xxxxxxxxxx> > Acked-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> > @@ -788,7 +788,6 @@ static irqreturn_t _rtl_pci_interrupt(int irq, void *dev_id) > { > struct ieee80211_hw *hw = dev_id; > struct rtl_priv *rtlpriv = rtl_priv(hw); > - struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw)); > struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw)); > unsigned long flags; > u32 inta = 0; How is this hunk related? It breaks the build... CC [M] drivers/net/wireless/rtlwifi/pci.o drivers/net/wireless/rtlwifi/pci.c: In function ‘_rtl_pci_interrupt’: drivers/net/wireless/rtlwifi/pci.c:796:6: error: ‘rtlpci’ undeclared (first use in this function) drivers/net/wireless/rtlwifi/pci.c:796:6: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [drivers/net/wireless/rtlwifi/pci.o] Error 1 make[1]: *** [drivers/net/wireless/rtlwifi] Error 2 make: *** [drivers/net/wireless/] Error 2 I'll fix it up -- please be more careful. John -- John W. Linville Someday the world will need a hero, and you linville@xxxxxxxxxxxxx might be all we have. Be ready. -- 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