Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/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 [PATCH] bcm43xx: init routine rewrite 2006-07-27 18:19:18 -04:00
bcm43xx_dma.c [PATCH] bcm43xx-softmac: Fix system hang for x86-64 with >1GB RAM 2006-10-16 20:09:48 -04:00
bcm43xx_dma.h [PATCH] missing include of dma-mapping.h 2006-10-24 22:01:11 -07:00
bcm43xx_ethtool.c drivers/net: const-ify ethtool_ops declarations 2006-09-13 14:30:00 -04:00
bcm43xx_ethtool.h drivers/net: const-ify ethtool_ops declarations 2006-09-13 14:30:00 -04:00
bcm43xx_ilt.c [PATCH] bcm43xx: reduce the size of bcm43xx_private by removing unneeded members. 2006-03-27 11:19:37 -05:00
bcm43xx_ilt.h [PATCH] bcm43xx: fix some stuff, add a few missing mmiowb(), remove dead code. 2006-03-27 11:19:36 -05:00
bcm43xx_leds.c [PATCH] bcm43xx: Interrogate hardware-enable switch and update LEDs 2007-02-05 16:58:42 -05:00
bcm43xx_leds.h [PATCH] bcm43xx: fix unexpected LED control values in BCM4303 sprom 2006-10-31 22:15:41 -05:00
bcm43xx_main.c [PATCH] bcm43xx: Interrogate hardware-enable switch and update LEDs 2007-02-05 16:58:42 -05:00
bcm43xx_main.h [PATCH] bcm43xx-softmac: Init, shutdown and restart fixes 2006-09-11 19:34:00 -04:00
bcm43xx_phy.c [PATCH] bcm43xx-softmac: update PHY initialization 2006-09-25 16:52:16 -04:00
bcm43xx_phy.h
bcm43xx_pio.c [PATCH] bcm43xx: opencoded locking 2006-07-10 14:19:41 -04:00
bcm43xx_pio.h [PATCH] bcm43xx: preemptible periodic work 2006-06-15 15:48:13 -04:00
bcm43xx_power.c [PATCH] bcm43xx: add PCI-E code 2006-12-02 00:11:58 -05:00
bcm43xx_power.h [PATCH] bcm43xx: fix pctl slowclock limit calculation 2006-04-19 17:25:40 -04:00
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 [PATCH] bcm43xx: remove dead code in bcm43xx_sysfs.c 2006-09-11 19:34:03 -04:00
bcm43xx_sysfs.h [PATCH] bcm43xx: sysfs code cleanup 2006-04-19 17:25:41 -04:00
bcm43xx_wx.c [PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rx 2006-12-02 00:11:56 -05:00
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 [PATCH] bcm43xx: Move TX/RX related functions to its own file. Add basic RTS/CTS code. 2006-03-27 11:18:40 -05:00
Kconfig [PATCH] Add bcm43xx HW RNG support 2006-06-26 09:58:19 -07:00
Makefile [PATCH] bcm43xx: Add sysfs attributes for device specific tunables. 2006-03-27 11:18:40 -05:00