All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/43] iwl3945 merges into iwlagn (Dec 19)
@ 2008-12-19  2:37 Zhu Yi
  2008-12-19  2:37 ` [PATCH 01/43] iwlwifi: 3945 extract flow handler definitions into iwl-3945-fh.h Zhu Yi
                   ` (2 more replies)
  0 siblings, 3 replies; 51+ messages in thread
From: Zhu Yi @ 2008-12-19  2:37 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, ipw3945-devel, Zhu Yi

Hi John,

Here is the first batch for the iwl3945 -> iwlagn merge. This is for
post .29 kernel.

Thanks,
-yi

[PATCH 01/43] iwlwifi: 3945 extract flow handler definitions into iwl-3945-fh.h
[PATCH 02/43] iwlwifi: 3945 unfold iwl-3945-commands.h
[PATCH 03/43] iwlwifi: 3945 remove current_rate from station entry.
[PATCH 04/43] iwlwifi: use iwl-commands.h also in 3945
[PATCH 05/43] iwlwifi: 3945 remove duplicated code from iwl-3945-commands.h
[PATCH 06/43] iwlwifi: 3945 drop usage of union tsf
[PATCH 07/43] iwlwifi: 3945 remove iwl-3945-commands.h
[PATCH 08/43] iwl3945: Getting rid of iwl-3945-debug.h
[PATCH 09/43] iwl3945: Remove DRV_NAME dependenies
[PATCH 10/43] iwl3945: Getting rid of iwl3945_eeprom_channel
[PATCH 11/43] iwl3945: Have consistant and not redefined HW constants
[PATCH 12/43] iwl3945: Use iwl-agn-rs.h rates definitions.
[PATCH 13/43] iwl3945: Getting rid of iwl-3945-led.h
[PATCH 14/43] iwl3945: Remove power related definitions from 3945 code
[PATCH 15/43] iwl3945: iwl3945_queue and iwl3945_channel_info replacement
[PATCH 16/43] iwlwifi: emliminate iwl3945_mac_get_stats mac80211 handler
[PATCH 17/43] iwl3945: Change IWLWIFI_VERSION constant name
[PATCH 18/43] iwl3945: include iwl-core.h
[PATCH 19/43] iwl3945: replace iwl_3945_cfg with iwl_cfg
[PATCH 20/43] iwl3945: move structures from iwl-3945.h to iwl-dev.h
[PATCH 21/43] iwl3945: remove duplicate structures from iwl-3945.h
[PATCH 22/43] iwl3945: replace iwl3945_broadcast_addr with iwl_bcast_addr
[PATCH 23/43] iwlwifi: beautify code
[PATCH 24/43] iwl3945: use iwl_rx_mem_buffer
[PATCH 25/43] iwl3945: use iwl_rx_queue in iwl3945
[PATCH 26/43] iwl3945: use iwl_hw_params in iwl3945_priv
[PATCH 27/43] iwl3945: rename iwl3945_priv variables
[PATCH 28/43] iwl3945: replaces iwl3945_priv with iwl_priv
[PATCH 29/43] iwl3945: use iwl-io.h and delete iwl-3945-io.h
[PATCH 30/43] iwlwifi: add more comments to IWL_DL_xx
[PATCH 31/43] iwlwifi: clean up printing
[PATCH 32/43] iwlwifi: replace IWL_WARNING with IWL_WARN
[PATCH 33/43] iwlwifi: replace IWL_ERROR with IWL_ERR
[PATCH 34/43] iwlwifi: use iwl_cmd instead of iwl3945_cmd
[PATCH 35/43] iwl3945: use iwl_mod_params for 3945
[PATCH 36/43] iwl3945: cleanup and remove duplicate code
[PATCH 37/43] iwl3945: add load ucode op
[PATCH 38/43] iwl3945: add apm ops
[PATCH 39/43] iwl3945: add set_pwr_src
[PATCH 40/43] iwl3945: simplify iwl3945_pci_probe
[PATCH 41/43] iwl3945: release resources before shutting down
[PATCH 42/43] iwl3945: use iwl_get_hw_mode
[PATCH 43/43] iwl3945: use iwl_rb_status

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

end of thread, other threads:[~2008-12-22  6:57 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-19  2:37 [PATCH 00/43] iwl3945 merges into iwlagn (Dec 19) Zhu Yi
2008-12-19  2:37 ` [PATCH 01/43] iwlwifi: 3945 extract flow handler definitions into iwl-3945-fh.h Zhu Yi
2008-12-19  2:37   ` [PATCH 02/43] iwlwifi: 3945 unfold iwl-3945-commands.h Zhu Yi
2008-12-19  2:37     ` [PATCH 03/43] iwlwifi: 3945 remove current_rate from station entry Zhu Yi
2008-12-19  2:37       ` [PATCH 04/43] iwlwifi: use iwl-commands.h also in 3945 Zhu Yi
2008-12-19  2:37         ` [PATCH 05/43] iwlwifi: 3945 remove duplicated code from iwl-3945-commands.h Zhu Yi
2008-12-19  2:37           ` [PATCH 06/43] iwlwifi: 3945 drop usage of union tsf Zhu Yi
2008-12-19  2:37             ` [PATCH 07/43] iwlwifi: 3945 remove iwl-3945-commands.h Zhu Yi
2008-12-19  2:37               ` [PATCH 08/43] iwl3945: Getting rid of iwl-3945-debug.h Zhu Yi
2008-12-19  2:37                 ` [PATCH 09/43] iwl3945: Remove DRV_NAME dependenies Zhu Yi
2008-12-19  2:37                   ` [PATCH 10/43] iwl3945: Getting rid of iwl3945_eeprom_channel Zhu Yi
2008-12-19  2:37                     ` [PATCH 11/43] iwl3945: Have consistant and not redefined HW constants Zhu Yi
2008-12-19  2:37                       ` [PATCH 12/43] iwl3945: Use iwl-agn-rs.h rates definitions Zhu Yi
2008-12-19  2:37                         ` [PATCH 13/43] iwl3945: Getting rid of iwl-3945-led.h Zhu Yi
2008-12-19  2:37                           ` [PATCH 14/43] iwl3945: Remove power related definitions from 3945 code Zhu Yi
2008-12-19  2:37                             ` [PATCH 15/43] iwl3945: iwl3945_queue and iwl3945_channel_info replacement Zhu Yi
2008-12-19  2:37                               ` [PATCH 16/43] iwlwifi: emliminate iwl3945_mac_get_stats mac80211 handler Zhu Yi
2008-12-19  2:37                                 ` [PATCH 17/43] iwl3945: Change IWLWIFI_VERSION constant name Zhu Yi
2008-12-19  2:37                                   ` [PATCH 18/43] iwl3945: include iwl-core.h Zhu Yi
2008-12-19  2:37                                     ` [PATCH 19/43] iwl3945: replace iwl_3945_cfg with iwl_cfg Zhu Yi
2008-12-19  2:37                                       ` [PATCH 20/43] iwl3945: move structures from iwl-3945.h to iwl-dev.h Zhu Yi
2008-12-19  2:37                                         ` [PATCH 21/43] iwl3945: remove duplicate structures from iwl-3945.h Zhu Yi
2008-12-19  2:37                                           ` [PATCH 22/43] iwl3945: replace iwl3945_broadcast_addr with iwl_bcast_addr Zhu Yi
2008-12-19  2:37                                             ` [PATCH 23/43] iwlwifi: beautify code Zhu Yi
2008-12-19  2:37                                               ` [PATCH 24/43] iwl3945: use iwl_rx_mem_buffer Zhu Yi
2008-12-19  2:37                                                 ` [PATCH 25/43] iwl3945: use iwl_rx_queue in iwl3945 Zhu Yi
2008-12-19  2:37                                                   ` [PATCH 26/43] iwl3945: use iwl_hw_params in iwl3945_priv Zhu Yi
2008-12-19  2:37                                                     ` [PATCH 27/43] iwl3945: rename iwl3945_priv variables Zhu Yi
2008-12-19  2:37                                                       ` [PATCH 28/43] iwl3945: replaces iwl3945_priv with iwl_priv Zhu Yi
2008-12-19  2:37                                                         ` [PATCH 29/43] iwl3945: use iwl-io.h and delete iwl-3945-io.h Zhu Yi
2008-12-19  2:37                                                           ` [PATCH 30/43] iwlwifi: add more comments to IWL_DL_xx Zhu Yi
2008-12-19  2:37                                                             ` [PATCH 31/43] iwlwifi: clean up printing Zhu Yi
2008-12-19  2:37                                                               ` [PATCH 32/43] iwlwifi: replace IWL_WARNING with IWL_WARN Zhu Yi
2008-12-19  2:37                                                                 ` [PATCH 33/43] iwlwifi: replace IWL_ERROR with IWL_ERR Zhu Yi
2008-12-19  2:37                                                                   ` [PATCH 34/43] iwlwifi: use iwl_cmd instead of iwl3945_cmd Zhu Yi
2008-12-19  2:37                                                                     ` [PATCH 35/43] iwl3945: use iwl_mod_params for 3945 Zhu Yi
2008-12-19  2:37                                                                       ` [PATCH 36/43] iwl3945: cleanup and remove duplicate code Zhu Yi
2008-12-19  2:37                                                                         ` [PATCH 37/43] iwl3945: add load ucode op Zhu Yi
2008-12-19  2:37                                                                           ` [PATCH 38/43] iwl3945: add apm ops Zhu Yi
2008-12-19  2:37                                                                             ` [PATCH 39/43] iwl3945: add set_pwr_src Zhu Yi
2008-12-19  2:37                                                                               ` [PATCH 40/43] iwl3945: simplify iwl3945_pci_probe Zhu Yi
2008-12-19  2:37                                                                                 ` [PATCH 41/43] iwl3945: release resources before shutting down Zhu Yi
2008-12-19  2:37                                                                                   ` [PATCH 42/43] iwl3945: use iwl_get_hw_mode Zhu Yi
2008-12-19  2:37                                                                                     ` [PATCH 43/43] iwl3945: use iwl_rb_status Zhu Yi
2008-12-19 19:32 ` [PATCH 00/43] iwl3945 merges into iwlagn (Dec 19) drago01
2008-12-19 20:51   ` Luis R. Rodriguez
2008-12-19 21:15     ` drago01
2008-12-19 21:20       ` Stefanik Gábor
2008-12-22  3:55   ` Zhu Yi
2008-12-22  6:57     ` [ipw3945-devel] " Rafał Miłecki
2008-12-19 21:08 ` Maxim Levitsky

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.