linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: Bing Zhao <bzhao@marvell.com>
Cc: linux-wireless@vger.kernel.org, Dan Williams <dcbw@redhat.com>,
	David Woodhouse <dwmw2@infradead.org>,
	Amitkumar Karwar <akarwar@marvell.com>,
	Kiran Divekar <dkiran@marvell.com>
Subject: Re: [PATCH 00/31] wireless: Marvell mwifiex driver for SD8787
Date: Thu, 2 Dec 2010 14:33:18 -0500	[thread overview]
Message-ID: <20101202193317.GD2358@tuxdriver.com> (raw)
In-Reply-To: <1291253516-17815-1-git-send-email-bzhao@marvell.com>

On Wed, Dec 01, 2010 at 05:31:56PM -0800, Bing Zhao wrote:
> The mwifiex driver for Marvell 802.11n chipset SD8787 is available at
> git://git.marvell.com/mwifiex.git. Both STA mode and Mobile hotspot
> mode are supported.
> 
> git pull git://git.marvell.com/mwifiex.git master
> 
> 
> The firmware image for SD8787 is also available at:
> git://git.marvell.com/mwifiex-firmware.git

All,

I would like to merge this in this cycle.  If you are interested in
reviewing this driver, please do so soon.

Thanks,

John

> The following changes since commit 56174316 or tag "master-2010-11-30":
> 
> Amitkumar Karwar (17):
>   mwifiex: move netdev init code out of _cfg80211
>   mwifiex: uAP: bring up uAP interface
>   mwifiex: uAP: add basic uAP support
>   mwifiex: uAP: add data path support
>   mwifiex: uAP: fix kernel crash while loading the driver
>   mwifiex: do not hold off cfg80211 callback for scan
>   mwifiex: make tx_buf_size alignment
>   mwifiex: correct short_time_slot setting for B-only mode
>   mwifiex: catch failure status in cmd response handler
>   mwifiex: change default settings of aggrpriotbl
>   mwifiex: fill in HT cap info correctly
>   mwifiex: correct WEP status setting
>   mwifiex: update copyright descriptions
>   mwifiex: improve re-transmit handling
>   mwifiex: prevent spurious error messages
>   mwifiex: accept hex values for debugfs command drvdbg
>   mwifiex: fix errors found by checkpatch.pl
> 
> Bing Zhao (12):
>   wireless: mwifiex: initial commit for Marvell mwifiex driver
>   mwifiex: fix error and warning after rebased to 2.6.37-rc1
>   mwifiex: add WPS support
>   mwifiex: fix coding style warning: suspect code indent
>   mwifiex: handle error cases if init commands fail
>   mwifiex: move re-order table cleanup out of TX spinlock
>   mwifiex: fix warm-reset crash issue
>   mwifiex: get power save status in STA-AP mode
>   mwifiex: set sysfs physical device reference for netdev
>   mwifiex: fix checkpatch.pl warning
>   mwifiex: remove MWIFIEX_PACK_START
>   mwifiex: remove mwifiex_ prefix from the filenames
> 
> Kiran Divekar (2):
>   mwifiex: handle erroneous response of sleep confirm
>   mwifiex: set card quirk MMC_QUIRK_BLKSZ_FOR_BYTE_MODE
> 
> 

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

  reply	other threads:[~2010-12-02 19:45 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-02  1:31 [PATCH 00/31] wireless: Marvell mwifiex driver for SD8787 Bing Zhao
2010-12-02 19:33 ` John W. Linville [this message]
2010-12-02 19:58   ` Johannes Berg
2010-12-03 12:53 ` Johannes Berg
2010-12-03 15:06   ` Greg KH
     [not found]   ` <477F20668A386D41ADCC57781B1F704307D59F9D6D@SC-VEXCH1.marvell.com>
     [not found]     ` <77956EDC1B917843AC9B7965A3BD78B058FEF48E24@SC-VEXCH2.marvell.com>
2010-12-03 18:39       ` Johannes Berg
2010-12-03 19:11         ` John W. Linville
2010-12-03 21:17           ` [PATCH 0/3] mwifiex: remove some stuff John W. Linville
2010-12-03 22:22             ` Bing Zhao
2010-12-04  0:34               ` Bing Zhao
2010-12-06 19:14                 ` Bing Zhao
2010-12-03 21:17           ` [PATCH 1/3] mwifiex: remove uAP functionality John W. Linville
2010-12-03 21:17           ` [PATCH 2/3] mwifiex: remove NETLINK_MARVELL and associate madness John W. Linville
2010-12-03 21:17           ` [PATCH 3/3] mwifiex: remove questionable wireless_send_event stuff John W. Linville
2010-12-04  0:59         ` [PATCH 00/31] wireless: Marvell mwifiex driver for SD8787 Bing Zhao
2010-12-03 22:15   ` Bing Zhao
2011-02-23  3:37   ` Bing Zhao
2011-02-23  8:23     ` Johannes Berg
2011-02-23 19:26       ` Bing Zhao
2011-03-11  4:04   ` Bing Zhao
2011-03-11  8:45     ` Johannes Berg
2011-03-11 14:12       ` John W. Linville
2011-03-11 18:31         ` Bing Zhao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101202193317.GD2358@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=akarwar@marvell.com \
    --cc=bzhao@marvell.com \
    --cc=dcbw@redhat.com \
    --cc=dkiran@marvell.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).