All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/33] iwlwifi driver 06/30 updates
@ 2008-06-30  9:23 Zhu Yi
  2008-06-30  9:23 ` [PATCH 01/33] iwlwifi: configure uCode to use open loop tx power algorithm Zhu Yi
  2008-06-30  9:56 ` [PATCH 00/33] iwlwifi driver 06/30 updates drago01
  0 siblings, 2 replies; 44+ messages in thread
From: Zhu Yi @ 2008-06-30  9:23 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Zhu Yi

Hi John,

Here are some iwlwifi patches against wireless-testing GIT tip.
Please apply.

Thanks,
-yi

[PATCH 01/33] iwlwifi: configure uCode to use open loop tx power algorithm
[PATCH 02/33] iwlwifi: Add eeprom version to the version file in sysfs
[PATCH 03/33] iwlwifi: better station table maintenance
[PATCH 04/33] iwlwifi: use iwl_is_associated when possible
[PATCH 05/33] iwlwifi: add REPLY_TX_POWER_DBM_CMD to get_cmd_string
[PATCH 06/33] iwlwifi: send ADD_STA before RXON with assoc bit
[PATCH 07/33] iwlwifi: move RX stats to core, and move temperature to handler
[PATCH 08/33] iwlwifi: don't send REPLY_REMOVE_ALL_STA upon exit
[PATCH 09/33] iwlwifi: move RX handlers to iwl-rx.c
[PATCH 10/33] iwlwifi: remove useless network and duplicate checking
[PATCH 11/33] iwlwifi: setup compressed BA handler
[PATCH 12/33] iwlwifi: move rx aggregation functions to iwl-rx.c
[PATCH 13/33] iwlwifi: remove obsolete lq_ready use
[PATCH 14/33] iwlwifi: fix IBSS association flow
[PATCH 15/33] iwlwifi: keep the STATUS_EXIT_PENDING flag till the end of down flow
[PATCH 16/33] mac80211: add beacon timestamp to beacon template in IBSS
[PATCH 17/33] iwlwifi: adjust TSF in IBSS
[PATCH 18/33] iwlwifi : Patch adds rfkill subsystem for 3945
[PATCH 19/33] iwlwifi: don't bring up interface if RF-kill avoids radio
[PATCH 20/33] iwlwifi: unite common settings of HW params
[PATCH 21/33] iwlwifi: control 11n capabilities through module param
[PATCH 22/33] iwlwifi: Remove unnecessary code
[PATCH 23/33] iwlwifi: eliminate iwl4965_mac_get_tsf
[PATCH 24/33] iwlwifi: blocking mac_start until uCode is complete
[PATCH 25/33] iwlwifi: clean up HW RF-kill state machine and restarts
[PATCH 26/33] iwlwifi: fix 4965 uCode load
[PATCH 27/33] iwlwifi: fix incorrect 5GHz rates reported in monitor mode
[PATCH 28/33] iwlwifi: fix incorrect monitor mode operation
[PATCH 29/33] iwlwifi: drop skb silently for Tx request in monitor mode
[PATCH 30/33] iwlwifi: enable packet injection for iwl3945
[PATCH 31/33] iwlwifi: fix iwl4965 temperature callback calibration issue
[PATCH 32/33] iwl3945: remove RFKILL_STATE_HARD_BLOCKED warnings
[PATCH 33/33] iwlwifi: remove the input device from rfkill_mngr

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

end of thread, other threads:[~2008-07-02  8:51 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-30  9:23 [PATCH 00/33] iwlwifi driver 06/30 updates Zhu Yi
2008-06-30  9:23 ` [PATCH 01/33] iwlwifi: configure uCode to use open loop tx power algorithm Zhu Yi
2008-06-30  9:23   ` [PATCH 02/33] iwlwifi: Add eeprom version to the version file in sysfs Zhu Yi
2008-06-30  9:23     ` [PATCH 03/33] iwlwifi: better station table maintenance Zhu Yi
2008-06-30  9:23       ` [PATCH 04/33] iwlwifi: use iwl_is_associated when possible Zhu Yi
2008-06-30  9:23         ` [PATCH 05/33] iwlwifi: add REPLY_TX_POWER_DBM_CMD to get_cmd_string Zhu Yi
2008-06-30  9:23           ` [PATCH 06/33] iwlwifi: send ADD_STA before RXON with assoc bit Zhu Yi
2008-06-30  9:23             ` [PATCH 07/33] iwlwifi: move RX stats to core, and move temperature to handler Zhu Yi
2008-06-30  9:23               ` [PATCH 08/33] iwlwifi: don't send REPLY_REMOVE_ALL_STA upon exit Zhu Yi
2008-06-30  9:23                 ` [PATCH 09/33] iwlwifi: move RX handlers to iwl-rx.c Zhu Yi
2008-06-30  9:23                   ` [PATCH 10/33] iwlwifi: remove useless network and duplicate checking Zhu Yi
2008-06-30  9:23                     ` [PATCH 11/33] iwlwifi: setup compressed BA handler Zhu Yi
2008-06-30  9:23                       ` [PATCH 12/33] iwlwifi: move rx aggregation functions to iwl-rx.c Zhu Yi
2008-06-30  9:23                         ` [PATCH 13/33] iwlwifi: remove obsolete lq_ready use Zhu Yi
2008-06-30  9:23                           ` [PATCH 14/33] iwlwifi: fix IBSS association flow Zhu Yi
2008-06-30  9:23                             ` [PATCH 15/33] iwlwifi: keep the STATUS_EXIT_PENDING flag till the end of down flow Zhu Yi
2008-06-30  9:23                               ` [PATCH 16/33] mac80211: add beacon timestamp to beacon template in IBSS Zhu Yi
2008-06-30  9:23                                 ` [PATCH 17/33] iwlwifi: adjust TSF " Zhu Yi
2008-06-30  9:23                                   ` [PATCH 18/33] iwlwifi : Patch adds rfkill subsystem for 3945 Zhu Yi
2008-06-30  9:23                                     ` [PATCH 19/33] iwlwifi: don't bring up interface if RF-kill avoids radio Zhu Yi
2008-06-30  9:23                                       ` [PATCH 20/33] iwlwifi: unite common settings of HW params Zhu Yi
2008-06-30  9:23                                         ` [PATCH 21/33] iwlwifi: control 11n capabilities through module param Zhu Yi
2008-06-30  9:23                                           ` [PATCH 22/33] iwlwifi: Remove unnecessary code Zhu Yi
2008-06-30  9:23                                             ` [PATCH 23/33] iwlwifi: eliminate iwl4965_mac_get_tsf Zhu Yi
2008-06-30  9:23                                               ` [PATCH 24/33] iwlwifi: blocking mac_start until uCode is complete Zhu Yi
2008-06-30  9:23                                                 ` [PATCH 25/33] iwlwifi: clean up HW RF-kill state machine and restarts Zhu Yi
2008-06-30  9:23                                                   ` [PATCH 26/33] iwlwifi: fix 4965 uCode load Zhu Yi
2008-06-30  9:23                                                     ` [PATCH 27/33] iwlwifi: fix incorrect 5GHz rates reported in monitor mode Zhu Yi
2008-06-30  9:23                                                       ` [PATCH 28/33] iwlwifi: fix incorrect monitor mode operation Zhu Yi
2008-06-30  9:23                                                         ` [PATCH 29/33] iwlwifi: drop skb silently for Tx request in monitor mode Zhu Yi
2008-06-30  9:23                                                           ` [PATCH 30/33] iwlwifi: enable packet injection for iwl3945 Zhu Yi
2008-06-30  9:23                                                             ` [PATCH 31/33] iwlwifi: fix iwl4965 temperature callback calibration issue Zhu Yi
2008-06-30  9:23                                                               ` [PATCH 32/33] iwl3945: remove RFKILL_STATE_HARD_BLOCKED warnings Zhu Yi
2008-06-30  9:23                                                                 ` [PATCH 33/33] iwlwifi: remove the input device from rfkill_mngr Zhu Yi
2008-06-30 10:07                                                             ` [PATCH 30/33] iwlwifi: enable packet injection for iwl3945 Stefanik Gábor
2008-06-30 10:22                                                           ` [PATCH 29/33] iwlwifi: drop skb silently for Tx request in monitor mode Stefanik Gábor
2008-06-30 10:26                                                             ` Michael Buesch
2008-06-30 10:28                                                               ` Stefanik Gábor
2008-07-02  1:07                                                                 ` Zhu Yi
2008-06-30  9:56 ` [PATCH 00/33] iwlwifi driver 06/30 updates drago01
2008-07-02  3:05   ` Zhu Yi
2008-07-02  8:39     ` drago01
2008-07-02  8:41       ` Zhu Yi
2008-07-02  8:51         ` drago01

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.