summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorbschmidt <bschmidt@FreeBSD.org>2010-04-30 18:13:11 +0000
committerbschmidt <bschmidt@FreeBSD.org>2010-04-30 18:13:11 +0000
commitc8089716b67284b72983a80f51888dd5edb52dda (patch)
tree6797289ac08dd17275009afb9148a94efd7a627a /sys/modules
parent2e0405635ab11e20f32ee5bd6f9d9501cfd1797f (diff)
downloadFreeBSD-src-c8089716b67284b72983a80f51888dd5edb52dda.zip
FreeBSD-src-c8089716b67284b72983a80f51888dd5edb52dda.tar.gz
MFC r206443-206446, 206474-206477, 207001
r206443: Small whitespace cleanup. r206444 [1]: - Rename bluetooth coexistence flags, no binary change. - Enable DC calibration and crystal calibration on Centrino Advanced-N 6250 parts. - Workaround for a HW bug (does not affect 4965AGN) that may sporadically affect latency under some rare circumstances. From a similar commit to iwlwifi. - Update sensitivity settings for 5000 series to workaround a performance bug in the DSP (1000 is not affected so we keep the old values for 5000). - Update sensitivity settings for 6000 series. - Set differential gains on 6250 too (but use a 1.0 factor, not 1.5). - Init OFDM sensitivity with min value (which depends on the chip) instead of hardcoding it to 90. - Read calibration version from ROM and set IWN_GP_DRIVER_CALIB_VER6 bit on 6x50 if version >= 6. r206445 [2]: iwn4965_set_txpower() uses maxpwr from EEPROM to calculate the power to set, it make sense to actually initialize that array. This fixes some issues with 4965 adapters where the TX power is crucial. This got lost somewhere while merging with the OpenBSD code. r206446: Update firmware for the 6000 series Intel cards to version 9.193.4.1. r206474: Add some missing protoypes. r206475: iwn5000_reset_sched() is not used; #ifdef it. r206476: Hook ieee80211_media_change() to ieee80211_vap_attach(). r206477: Declare all functions as static. r207001 [3]: Use correct bus_dma_tag_t for TX frames. Approved by: rpaulo (mentor) Obtained from: Openbsd [1], [2] Reported by: Andreas Nilsson <andrnils at gmail.com> [3]
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/iwnfw/iwn6000/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/iwnfw/iwn6000/Makefile b/sys/modules/iwnfw/iwn6000/Makefile
index c0295a9..2d2cc3f 100644
--- a/sys/modules/iwnfw/iwn6000/Makefile
+++ b/sys/modules/iwnfw/iwn6000/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
KMOD= iwn6000fw
-IMG= iwlwifi-6000-9.176.4.1
+IMG= iwlwifi-6000-9.193.4.1
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud