···14791479void write_nic_byte_E(struct net_device *dev, int x,u8 y);14801480void write_nic_word(struct net_device *dev, int x,u16 y);14811481void write_nic_dword(struct net_device *dev, int x,u32 y);14821482-void force_pci_posting(struct net_device *dev);1483148214841483void rtl8192_halt_adapter(struct net_device *dev, bool reset);14851484void rtl8192_rx_enable(struct net_device *);
-10
drivers/staging/rtl8192e/r8192E_core.c
···484484485485}486486487487-/*488488- * this might still called in what was the PHY rtl8185/rtl8192 common code489489- * plans are to possibilty turn it again in one common code...490490- */491491-void force_pci_posting(struct net_device *dev)492492-{493493-}494494-495487static struct proc_dir_entry *rtl8192_proc = NULL;496488497489static int proc_get_stats_ap(char *page, char **start,···806814 struct r8192_priv *priv = (struct r8192_priv *)ieee80211_priv(dev);807815808816 write_nic_dword(dev,INTA_MASK,0);809809- force_pci_posting(dev);810817 priv->irq_enabled = 0;811818}812819···65296538 rtl8192_try_wake_queue(dev, VO_QUEUE);65306539 }6531654065326532- force_pci_posting(dev);65336541 spin_unlock_irqrestore(&priv->irq_th_lock,flags);6534654265356543 return IRQ_HANDLED;