linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/29] iwlwifi driver 06/12 updates
@ 2008-06-12  1:46 Zhu Yi
  2008-06-12  1:46 ` [PATCH 01/29] iwlwifi: removing IWL4965_HT config Zhu Yi
  2008-06-12  5:15 ` [PATCH 00/29] iwlwifi driver 06/12 updates Harvey Harrison
  0 siblings, 2 replies; 35+ messages in thread
From: Zhu Yi @ 2008-06-12  1:46 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Zhu Yi

Hi John,

Here are the iwlwifi updates on 06/12. Please apply.

Thanks,
-yi

[PATCH 01/29] iwlwifi: removing IWL4965_HT config
[PATCH 02/29] iwlwifi: removes the RUN_TIME_CALIB ifdef
[PATCH 03/29] iwlwifi: clean up in setup/cancel deferred work
[PATCH 04/29] iwlwifi: add possibility to disable tx_power calibration
[PATCH 05/29] iwlwifi: map sw and hw ampdu queues
[PATCH 06/29] iwlwifi: add TX aggregation code for 5000 HW
[PATCH 07/29] iwlwifi: use ieee80211_conf to examine rate capabilities
[PATCH 08/29] iwlwifi: fix allow iwlwifi to aggregate according to tid load
[PATCH 09/29] iwlwifi: remove unused flag
[PATCH 10/29] iwlwifi: remove redundant flags regarding to FAT channel
[PATCH 11/29] iwlwifi: fix bug when moving from 11gn to 11a or 11an to 11g
[PATCH 12/29] iwlwifi: format log prints for easier parsing
[PATCH 13/29] iwlwifi: fix resume SW RF-kill
[PATCH 14/29] iwlwifi: fix resart flow after fw error
[PATCH 15/29] iwlwifi enabling IBSS (Ad-Hoc) mode
[PATCH 16/29] iwlwifi: Fix mode changes (ad-hoc <--> managed)
[PATCH 17/29] iwlwifi: refactor tx aggregation response flow
[PATCH 18/29] iwlwifi: refactor setting tx power
[PATCH 19/29] iwlwifi: add bad length check for WEP keys
[PATCH 20/29] iwlwifi: move scan to iwl-scan.c iwlcore
[PATCH 21/29] iwlwifi: move rate helpers to iwlcore
[PATCH 22/29] iwlwifi: cleans up scanning code
[PATCH 23/29] iwlwifi: move iwl4965_rf_kill_ct_config to iwl-core.c
[PATCH 24/29] iwlwifi: retfactor get_temperature functions
[PATCH 25/29] iwlwifi: remove dead code iwl4965_calc_db_from_ratio
[PATCH 26/29] mac80211 : fix for iwconfig in ad-hoc mode
[PATCH 27/29] iwlwifi: fix software rf_kill problem when interface is down
[PATCH 28/29] iwlwifi: general code clean up
[PATCH 29/29] iwlwifi: remove iwlcore_low_level_notify

^ permalink raw reply	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2008-06-13  1:30 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-12  1:46 [PATCH 00/29] iwlwifi driver 06/12 updates Zhu Yi
2008-06-12  1:46 ` [PATCH 01/29] iwlwifi: removing IWL4965_HT config Zhu Yi
2008-06-12  1:46   ` [PATCH 02/29] iwlwifi: removes the RUN_TIME_CALIB ifdef Zhu Yi
2008-06-12  1:46     ` [PATCH 03/29] iwlwifi: clean up in setup/cancel deferred work Zhu Yi
2008-06-12  1:46       ` [PATCH 04/29] iwlwifi: add possibility to disable tx_power calibration Zhu Yi
2008-06-12  1:46         ` [PATCH 05/29] iwlwifi: map sw and hw ampdu queues Zhu Yi
2008-06-12  1:46           ` [PATCH 06/29] iwlwifi: add TX aggregation code for 5000 HW Zhu Yi
2008-06-12  1:46             ` [PATCH 07/29] iwlwifi: use ieee80211_conf to examine rate capabilities Zhu Yi
2008-06-12  1:46               ` [PATCH 08/29] iwlwifi: fix allow iwlwifi to aggregate according to tid load Zhu Yi
2008-06-12  1:46                 ` [PATCH 09/29] iwlwifi: remove unused flag Zhu Yi
2008-06-12  1:47                   ` [PATCH 10/29] iwlwifi: remove redundant flags regarding to FAT channel Zhu Yi
2008-06-12  1:47                     ` [PATCH 11/29] iwlwifi: fix bug when moving from 11gn to 11a or 11an to 11g Zhu Yi
2008-06-12  1:47                       ` [PATCH 12/29] iwlwifi: format log prints for easier parsing Zhu Yi
2008-06-12  1:47                         ` [PATCH 13/29] iwlwifi: fix resume SW RF-kill Zhu Yi
2008-06-12  1:47                           ` [PATCH 14/29] iwlwifi: fix resart flow after fw error Zhu Yi
2008-06-12  1:47                             ` [PATCH 15/29] iwlwifi enabling IBSS (Ad-Hoc) mode Zhu Yi
2008-06-12  1:47                               ` [PATCH 16/29] iwlwifi: Fix mode changes (ad-hoc <--> managed) Zhu Yi
2008-06-12  1:47                                 ` [PATCH 17/29] iwlwifi: refactor tx aggregation response flow Zhu Yi
2008-06-12  1:47                                   ` [PATCH 18/29] iwlwifi: refactor setting tx power Zhu Yi
2008-06-12  1:47                                     ` [PATCH 19/29] iwlwifi: add bad length check for WEP keys Zhu Yi
2008-06-12  1:47                                       ` [PATCH 20/29] iwlwifi: move scan to iwl-scan.c iwlcore Zhu Yi
2008-06-12  1:47                                         ` [PATCH 21/29] iwlwifi: move rate helpers to iwlcore Zhu Yi
2008-06-12  1:47                                           ` [PATCH 22/29] iwlwifi: cleans up scanning code Zhu Yi
2008-06-12  1:47                                             ` [PATCH 23/29] iwlwifi: move iwl4965_rf_kill_ct_config to iwl-core.c Zhu Yi
2008-06-12  1:47                                               ` [PATCH 24/29] iwlwifi: retfactor get_temperature functions Zhu Yi
2008-06-12  1:47                                                 ` [PATCH 25/29] iwlwifi: remove dead code iwl4965_calc_db_from_ratio Zhu Yi
2008-06-12  1:47                                                   ` [PATCH 26/29] mac80211 : fix for iwconfig in ad-hoc mode Zhu Yi
2008-06-12  1:47                                                     ` [PATCH 27/29] iwlwifi: fix software rf_kill problem when interface is down Zhu Yi
2008-06-12  1:47                                                       ` [PATCH 28/29] iwlwifi: general code clean up Zhu Yi
2008-06-12  1:47                                                         ` [PATCH 29/29] iwlwifi: remove iwlcore_low_level_notify Zhu Yi
2008-06-12  2:14                                                     ` [PATCH 26/29] mac80211 : fix for iwconfig in ad-hoc mode Dan Williams
2008-06-12  5:15 ` [PATCH 00/29] iwlwifi driver 06/12 updates Harvey Harrison
2008-06-12  5:26   ` Zhu Yi
2008-06-12 14:00     ` John W. Linville
2008-06-13  1:30       ` Zhu Yi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).