On Fri, 2011-03-04 at 08:51 -0800, Stanislaw Gruszka wrote: > Put generic rx_handlers (except iwlagn_rx_reply_compressed_ba) to > iwl-rx.c . Make functions static and change prefix from iwlagn_ to > iwl_ . Beautify iwl_setup_rx_handlers and do some other minor coding > style changes. > > Signed-off-by: Stanislaw Gruszka <sgruszka@xxxxxxxxxx> Acked-by: Wey-Yi Guy <wey-yi.w.guy@xxxxxxxxx> > --- > drivers/net/wireless/iwlwifi/iwl-agn-lib.c | 235 ------------- > drivers/net/wireless/iwlwifi/iwl-agn.c | 176 ---------- > drivers/net/wireless/iwlwifi/iwl-agn.h | 13 +- > drivers/net/wireless/iwlwifi/iwl-core.c | 63 ---- > drivers/net/wireless/iwlwifi/iwl-core.h | 18 +- > drivers/net/wireless/iwlwifi/iwl-rx.c | 523 ++++++++++++++++++++++++++-- > 6 files changed, 500 insertions(+), 528 deletions(-) > -- We want to do the minimum change during driver split, so after the driver split, the iwlagn driver has the mixed iwl-agn-xxx and iwl-xxx files. We need to do the clean up again. this patch is ok for now, but we are planning to unify the filename and function name for iwlagn driver soon. Wey Wey -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html