dect
/
linux-2.6
Archived
13
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
Sam Ravnborg 63104eec23 kbuild: introduce utsrelease.h
include/linux/version.h contained both actual KERNEL version
and UTS_RELEASE that contains a subset from git SHA1 for when
kernel was compiled as part of a git repository.
This had the unfortunate side-effect that all files including version.h
would be recompiled when some git changes was made due to changes SHA1.
Split it out so we keep independent parts in separate files.

Also update checkversion.pl script to no longer check for UTS_RELEASE.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2006-07-03 23:30:54 +02: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
bcm43xx.h [PATCH] Add bcm43xx HW RNG support 2006-06-26 09:58:19 -07:00
bcm43xx_debugfs.c [PATCH] bcm43xx: redesign locking 2006-06-15 15:48:13 -04:00
bcm43xx_debugfs.h [PATCH] wireless: import bcm43xx sources 2006-03-27 11:18:23 -05:00
bcm43xx_dma.c [PATCH] bcm43xx: add DMA rx poll workaround to DMA4 2006-06-05 15:28:56 -04:00
bcm43xx_dma.h [PATCH] bcm43xx: make PIO mode usable 2006-04-24 15:20:24 -04:00
bcm43xx_ethtool.c kbuild: introduce utsrelease.h 2006-07-03 23:30:54 +02:00
bcm43xx_ethtool.h [PATCH] bcm43xx: basic ethtool support 2006-03-27 11:18:28 -05: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: redesign locking 2006-06-15 15:48:13 -04:00
bcm43xx_leds.h [PATCH] bcm43xx: fix some gpio register trashing (hopefully :D) 2006-03-27 11:19:40 -05:00
bcm43xx_main.c [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants 2006-07-02 13:58:51 -07:00
bcm43xx_main.h [PATCH] bcm43xx: Fix array overrun in bcm43xx_geo_init 2006-05-05 16:55:23 -04:00
bcm43xx_phy.c [PATCH] bcm43xx: preemptible periodic work 2006-06-15 15:48:13 -04:00
bcm43xx_phy.h [PATCH] wireless: import bcm43xx sources 2006-03-27 11:18:23 -05:00
bcm43xx_pio.c [PATCH] bcm43xx: preemptible periodic work 2006-06-15 15:48:13 -04:00
bcm43xx_pio.h [PATCH] bcm43xx: preemptible periodic work 2006-06-15 15:48:13 -04:00
bcm43xx_power.c [PATCH] bcm43xx: fix pctl slowclock limit calculation 2006-04-19 17:25:40 -04:00
bcm43xx_power.h [PATCH] bcm43xx: fix pctl slowclock limit calculation 2006-04-19 17:25:40 -04:00
bcm43xx_radio.c [PATCH] bcm43xx: fix nrssi_threshold calculation. 2006-03-27 11:19:43 -05:00
bcm43xx_radio.h [PATCH] bcm43xx: set default attenuation values. 2006-03-27 11:19:42 -05:00
bcm43xx_sysfs.c [PATCH] bcm43xx: redesign locking 2006-06-15 15:48:13 -04:00
bcm43xx_sysfs.h [PATCH] bcm43xx: sysfs code cleanup 2006-04-19 17:25:41 -04:00
bcm43xx_wx.c [PATCH] bcm43xx: redesign locking 2006-06-15 15:48:13 -04:00
bcm43xx_wx.h [PATCH] wireless: import bcm43xx sources 2006-03-27 11:18:23 -05:00
bcm43xx_xmit.c [PATCH] bcm43xx: remove some compilerwarnings. 2006-03-27 11:19:45 -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