Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 0/8] update for 3.2
@ 2011-09-20 22:37 Wey-Yi Guy
  2011-09-20 22:37 ` [PATCH 1/8] iwlagn: move scan code to scan file Wey-Yi Guy
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Wey-Yi Guy @ 2011-09-20 22:37 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Wey-Yi Guy

We add support and bugs fix for P2P functions
We also do more code clean up works to remove duplicated and simplify the codes

Amit Beka (1):
  iwlagn: remove duplicate list init

Emmanuel Grumbach (4):
  iwlagn: remove the callback in host commands
  iwlagn: simplify the iwl_device_cmd layout
  iwlagn: remove uneeded declaration
  iwlagn: pending frames musn't be incremented if agg is on

Johannes Berg (3):
  iwlagn: move scan code to scan file
  iwlagn: remove common station priv
  iwlagn: split remain-on-channel

these patches are also available from wireless-next-2.6 branch on
 git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git

Because the file system problem, all the patches are not push into 
git.kernel.org yet. I will push as soon as the file system issue addressed

 drivers/net/wireless/iwlwifi/iwl-agn-lib.c        |  435 +-----------------
 drivers/net/wireless/iwlwifi/iwl-agn-rs.c         |   16 +-
 drivers/net/wireless/iwlwifi/iwl-agn-tx.c         |   21 +-
 drivers/net/wireless/iwlwifi/iwl-agn-ucode.c      |    8 +-
 drivers/net/wireless/iwlwifi/iwl-agn.c            |   14 +-
 drivers/net/wireless/iwlwifi/iwl-agn.h            |   19 +-
 drivers/net/wireless/iwlwifi/iwl-core.h           |    6 -
 drivers/net/wireless/iwlwifi/iwl-dev.h            |   15 +-
 drivers/net/wireless/iwlwifi/iwl-led.c            |    1 -
 drivers/net/wireless/iwlwifi/iwl-rx.c             |   95 +++--
 drivers/net/wireless/iwlwifi/iwl-scan.c           |  517 +++++++++++++++++++--
 drivers/net/wireless/iwlwifi/iwl-shared.h         |    5 +-
 drivers/net/wireless/iwlwifi/iwl-sta.c            |   37 +-
 drivers/net/wireless/iwlwifi/iwl-sta.h            |    5 +-
 drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h |   14 +-
 drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c  |   17 +-
 drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c  |   54 +--
 drivers/net/wireless/iwlwifi/iwl-trans-pcie.c     |    8 +-
 drivers/net/wireless/iwlwifi/iwl-trans.h          |   17 +-
 19 files changed, 662 insertions(+), 642 deletions(-)


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

end of thread, other threads:[~2011-09-21  5:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-20 22:37 [PATCH 0/8] update for 3.2 Wey-Yi Guy
2011-09-20 22:37 ` [PATCH 1/8] iwlagn: move scan code to scan file Wey-Yi Guy
2011-09-20 22:37 ` [PATCH 2/8] iwlagn: remove common station priv Wey-Yi Guy
2011-09-20 22:37 ` [PATCH 3/8] iwlagn: split remain-on-channel Wey-Yi Guy
2011-09-20 22:37 ` [PATCH 4/8] iwlagn: remove the callback in host commands Wey-Yi Guy
2011-09-20 22:37 ` [PATCH 5/8] iwlagn: simplify the iwl_device_cmd layout Wey-Yi Guy
2011-09-20 22:37 ` [PATCH 6/8] iwlagn: remove uneeded declaration Wey-Yi Guy
2011-09-20 22:37 ` [PATCH 7/8] iwlagn: pending frames musn't be incremented if agg is on Wey-Yi Guy
2011-09-20 23:51   ` Daniel Halperin
2011-09-21  0:35     ` wwguy
2011-09-21  5:06       ` Grumbach, Emmanuel
2011-09-20 22:37 ` [PATCH 8/8] iwlagn: remove duplicate list init Wey-Yi Guy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox