linux/drivers/net/wireless
Stanislaw Gruszka 3a73a30049 iwlwifi: cleanup/fix memory barriers
wmb(), rmb() are not needed when writel(), readl() are used as
accessors for MMIO. We use them indirectly via iowrite32(),
ioread32().

What is needed mmiowb(), for synchronizing writes coming from
different CPUs on PCIe bridge (see in patch comments). This
fortunately is not needed on x86, where mmiowb() is just
defined as compiler barrier. As iwlwifi devices are most likely
not used on anything other than x86, this is not so important
fix.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-03-08 13:59:50 -05:00
..
ath ath9k: fix signal strength reporting issues 2012-03-07 13:51:39 -05:00
b43 b43: prevent firmware on bcm5354 from taking over wrong GPIO pins 2012-03-05 15:23:14 -05:00
b43legacy ssb: remove 5GHz antenna gain from sprom 2012-03-05 15:20:49 -05:00
brcm80211 brcm80211: smac: cleanup couple of debug output statements 2012-03-05 15:54:03 -05:00
hostap
ipw2x00 ipw2x00: remove ipw2100_rates_11b[] 2012-02-29 14:11:33 -05:00
iwlegacy iwlegacy: remove unused enum il4965_calib_enabled_state 2012-02-29 14:14:55 -05:00
iwlwifi iwlwifi: cleanup/fix memory barriers 2012-03-08 13:59:50 -05:00
iwmc3200wifi iwmc3200wifi: Fix typo in trace.h 2012-02-06 14:53:07 -05:00
libertas Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2012-01-08 12:19:57 -08:00
libertas_tf Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core 2012-01-07 12:03:30 -08:00
mwifiex mwifiex: endian bug in mwifiex_drv_change_adhoc_chan() 2012-03-05 15:24:14 -05:00
orinoco orinoco_usb: remove version definition 2012-01-24 15:03:04 -05:00
p54 p54pci: use new driver.pm interface for suspend/resume 2012-03-06 15:16:06 -05:00
prism54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless 2011-12-02 15:44:03 -05:00
rt2x00 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless 2012-02-29 14:53:21 -05:00
rtl818x rtl8187: Add AD-HOC support 2012-03-07 13:56:37 -05:00
rtlwifi rtlwifi: rtl8192ce: Fix loss of receive performance 2012-03-06 15:16:06 -05:00
wl12xx wl12xx: implement SW Tx watchdog 2012-03-08 14:25:18 +02:00
wl1251 wl1251: enable sparse endianess check by default 2012-02-15 08:38:27 +02:00
zd1211rw zd1211rw: wait between setting hash table and powering radio on 2012-02-29 14:11:32 -05:00
adm8211.c
adm8211.h
airo_cs.c
airo.c airo: fix test for FLAG_RADIO_DOWN 2012-03-06 15:16:07 -05:00
airo.h
at76c50x-usb.c
at76c50x-usb.h
atmel_cs.c
atmel_pci.c
atmel.c
atmel.h
Kconfig
mac80211_hwsim.c mac80211: Modify tsf via debugfs in mesh interfaces 2012-03-06 15:16:17 -05:00
mac80211_hwsim.h
Makefile
mwl8k.c mwl8k: Remove BSSID from the firmware when the BSS is stopped 2012-02-06 14:55:42 -05:00
ray_cs.c
ray_cs.h
rayctl.h
rndis_wlan.c rndis_wlan: use u8 for key indexes 2012-03-05 15:23:17 -05:00
wl3501_cs.c
wl3501.h
zd1201.c
zd1201.h