OpenCloudOS-Kernel/drivers/net/wireless/iwlwifi
Stanislaw Gruszka 75d80cadf4 iwlagn: fix tx power initialization
Since

commit f844a709a7
Author: Stanislaw Gruszka <sgruszka@redhat.com>
Date:   Fri Jan 28 16:47:44 2011 +0100

    iwlwifi: do not set tx power when channel is changing

we set device tx power during initialization to priv->tx_power_next,
which itself is initialized to minimum power. That changed
default behaviour of driver. Previously we initialized device to
transmit at maximum available power by default. Patch change again
to previous behaviour and cleanup tx power initialization.

Fortunately this is not critical fix, as mac80211 layer setup
tx power lately to 14dB, hence device does not operate at minimal
transmit power all the time.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-04-29 15:36:13 -04:00
..
Kconfig iwlwifi: split the drivers for agn and legacy devices 3945/4965 2011-02-21 11:27:26 -08:00
Makefile iwlagn: use direct call for led functions 2011-04-18 08:47:43 -07:00
iwl-1000.c iwlagn: remove un-necessary ieee80211_ops 2011-04-18 09:34:06 -07:00
iwl-2000.c iwlagn: remove un-necessary ieee80211_ops 2011-04-18 09:34:06 -07:00
iwl-5000-hw.h iwlagn: change Copyright to 2011 2011-04-07 15:51:37 -04:00
iwl-5000.c iwlagn: remove un-necessary ieee80211_ops 2011-04-18 09:34:06 -07:00
iwl-6000-hw.h iwlagn: change Copyright to 2011 2011-04-07 15:51:37 -04:00
iwl-6000.c iwlagn: remove un-necessary ieee80211_ops 2011-04-18 09:34:06 -07:00
iwl-agn-calib.c iwlagn: clean up & autodetect statistics 2011-04-08 08:19:00 -07:00
iwl-agn-calib.h iwlagn: clean up & autodetect statistics 2011-04-08 08:19:00 -07:00
iwl-agn-debugfs.c iwlagn: clean up & autodetect statistics 2011-04-08 08:19:00 -07:00
iwl-agn-debugfs.h iwlagn: change Copyright to 2011 2011-04-07 15:51:37 -04:00
iwl-agn-eeprom.c iwlagn: move IO functions out of line 2011-04-07 15:52:28 -04:00
iwl-agn-hcmd.c iwlagn: change Copyright to 2011 2011-04-07 15:51:37 -04:00
iwl-agn-hw.h iwlagn: change Copyright to 2011 2011-04-07 15:51:37 -04:00
iwl-agn-ict.c iwlagn: change Copyright to 2011 2011-04-07 15:51:37 -04:00
iwl-agn-lib.c iwlagn: remove hw_ready variable 2011-04-22 10:21:23 -07:00
iwl-agn-rs.c iwlagn: change Copyright to 2011 2011-04-07 15:51:37 -04:00
iwl-agn-rs.h iwlagn: no 3945 define needed 2011-04-08 08:00:19 -07:00
iwl-agn-rxon.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 2011-04-26 15:39:10 -04:00
iwl-agn-sta.c iwlagn: change Copyright to 2011 2011-04-07 15:51:37 -04:00
iwl-agn-tt.c iwlagn: change Copyright to 2011 2011-04-07 15:51:37 -04:00
iwl-agn-tt.h iwlagn: change Copyright to 2011 2011-04-07 15:51:37 -04:00
iwl-agn-tx.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 2011-04-26 15:39:10 -04:00
iwl-agn-ucode.c iwlagn: combine firmware code/data 2011-04-22 10:21:18 -07:00
iwl-agn.c iwlagn: fix tx power initialization 2011-04-29 15:36:13 -04:00
iwl-agn.h iwlagn: combine firmware code/data 2011-04-22 10:21:18 -07:00
iwl-commands.h iwlagn: implement synchronous firmware load 2011-04-22 10:18:48 -07:00
iwl-core.c iwlagn: fix tx power initialization 2011-04-29 15:36:13 -04:00
iwl-core.h iwlagn: remove led_ops 2011-04-18 09:36:30 -07:00
iwl-csr.h iwlagn: change Copyright to 2011 2011-04-07 15:51:37 -04:00
iwl-debug.h iwlagn: move IO functions out of line 2011-04-07 15:52:28 -04:00
iwl-debugfs.c iwlagn: combine firmware code/data 2011-04-22 10:21:18 -07:00
iwl-dev.h iwlagn: remove hw_ready variable 2011-04-22 10:21:23 -07:00
iwl-devtrace.c iwlagn: change Copyright to 2011 2011-04-07 15:51:37 -04:00
iwl-devtrace.h iwlagn: change Copyright to 2011 2011-04-07 15:51:37 -04:00
iwl-eeprom.c iwlagn: fix tx power initialization 2011-04-29 15:36:13 -04:00
iwl-eeprom.h iwlagn: remove most BUG_ON instances 2011-04-18 09:14:30 -07:00
iwl-fh.h iwlagn: more cleanup to remove unused reference 2011-04-08 08:01:37 -07:00
iwl-hcmd.c iwlagn: remove most BUG_ON instances 2011-04-18 09:14:30 -07:00
iwl-helpers.h iwlagn: combine firmware code/data 2011-04-22 10:21:18 -07:00
iwl-io.c iwlagn: simplify error table reading 2011-04-22 10:02:19 -07:00
iwl-io.h iwlagn: simplify error table reading 2011-04-22 10:02:19 -07:00
iwl-led.c iwlagn: use direct call for led functions 2011-04-18 08:47:43 -07:00
iwl-led.h iwlagn: use direct call for led functions 2011-04-18 08:47:43 -07:00
iwl-power.c iwlagn: temperature should be measure for all _agn devices 2011-04-18 09:30:09 -07:00
iwl-power.h iwlagn: change Copyright to 2011 2011-04-07 15:51:37 -04:00
iwl-prph.h iwlagn: more cleanup to remove unused reference 2011-04-08 08:01:37 -07:00
iwl-rx.c iwlagn: implement synchronous firmware load 2011-04-22 10:18:48 -07:00
iwl-scan.c iwlagn: change Copyright to 2011 2011-04-07 15:51:37 -04:00
iwl-spectrum.h iwlagn: change Copyright to 2011 2011-04-07 15:51:37 -04:00
iwl-sta.c iwlagn: remove most BUG_ON instances 2011-04-18 09:14:30 -07:00
iwl-sta.h iwlagn: change Copyright to 2011 2011-04-07 15:51:37 -04:00
iwl-tx.c iwlwifi: fix possible data overwrite in hcmd callback 2011-04-25 14:50:15 -04:00