android_kernel_samsung_msm8976/drivers/net/wireless/bcm43xx
Arjan van de Ven d54b1fdb1d [PATCH] mark struct file_operations const 5
Many struct file_operations in the kernel can be "const".  Marking them const
moves these to the .rodata section, which avoids false sharing with potential
dirty data.  In addition it'll catch accidental writes at compile time to
these shared resources.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-12 09:48:45 -08:00
..
bcm43xx.h [PATCH] bcm43xx: Interrogate hardware-enable switch and update LEDs 2007-02-05 16:58:42 -05:00
bcm43xx_debugfs.c [PATCH] mark struct file_operations const 5 2007-02-12 09:48:45 -08:00
bcm43xx_debugfs.h
bcm43xx_dma.c
bcm43xx_dma.h
bcm43xx_ethtool.c
bcm43xx_ethtool.h
bcm43xx_ilt.c
bcm43xx_ilt.h
bcm43xx_leds.c [PATCH] bcm43xx: Interrogate hardware-enable switch and update LEDs 2007-02-05 16:58:42 -05:00
bcm43xx_leds.h
bcm43xx_main.c [PATCH] bcm43xx: Interrogate hardware-enable switch and update LEDs 2007-02-05 16:58:42 -05:00
bcm43xx_main.h
bcm43xx_phy.c
bcm43xx_phy.h
bcm43xx_pio.c
bcm43xx_pio.h
bcm43xx_power.c [PATCH] bcm43xx: add PCI-E code 2006-12-02 00:11:58 -05:00
bcm43xx_power.h
bcm43xx_radio.c [PATCH] bcm43xx: Interrogate hardware-enable switch and update LEDs 2007-02-05 16:58:42 -05:00
bcm43xx_radio.h [PATCH] bcm43xx: Interrogate hardware-enable switch and update LEDs 2007-02-05 16:58:42 -05:00
bcm43xx_sysfs.c
bcm43xx_sysfs.h
bcm43xx_wx.c
bcm43xx_wx.h
bcm43xx_xmit.c [PATCH] bcm43xx: correct "Move IV/ICV stripping into ieee80211_rx" 2006-12-02 00:12:04 -05:00
bcm43xx_xmit.h
Kconfig
Makefile