From: glen lee <glen.lee@atmel.com>
To: Julian Calaby <julian.calaby@gmail.com>
Cc: Greg KH <gregkh@linuxfoundation.org>,
"devel@driverdev.osuosl.org" <devel@driverdev.osuosl.org>,
linux-wireless <linux-wireless@vger.kernel.org>,
Tony Cho <tony.cho@atmel.com>, <leo.kim@atmel.com>,
Austin Shin <austin.shin@atmel.com>, <adel.noureldin@atmel.com>,
<adham.abozaeid@atmel.com>, <Nicolas.FERRE@atmel.com>
Subject: Re: [PATCH 09/26] staging: wilc1000: use unified firmware
Date: Wed, 13 Jan 2016 11:32:13 +0900 [thread overview]
Message-ID: <5695B72D.4060609@atmel.com> (raw)
In-Reply-To: <CAGRGNgXMezjrT3Uec_MMQ0goCHyPjhDF4OjD=kJ-ukeCiTARGg@mail.gmail.com>
On 2016년 01월 13일 08:18, Julian Calaby wrote:
> Hi Glen,
>
> On Tue, Jan 12, 2016 at 6:39 PM, Glen Lee <glen.lee@atmel.com> wrote:
>> Use a unified firmware for all mode of operations which are station, ap and
>> p2p. Two firmware are introduced for 1002 and 1003 chipset.
>>
>> Signed-off-by: Glen Lee <glen.lee@atmel.com>
>> ---
>> drivers/staging/wilc1000/Makefile | 5 ++---
>> drivers/staging/wilc1000/linux_wlan.c | 18 +++++++++---------
>> 2 files changed, 11 insertions(+), 12 deletions(-)
>>
>> diff --git a/drivers/staging/wilc1000/Makefile b/drivers/staging/wilc1000/Makefile
>> index 20a5cb9..90c3760 100644
>> --- a/drivers/staging/wilc1000/Makefile
>> +++ b/drivers/staging/wilc1000/Makefile
>> @@ -1,8 +1,7 @@
>> obj-$(CONFIG_WILC1000) += wilc1000.o
>>
>> -ccflags-y += -DSTA_FIRMWARE=\"atmel/wilc1000_fw.bin\" \
>> - -DAP_FIRMWARE=\"atmel/wilc1000_ap_fw.bin\" \
>> - -DP2P_CONCURRENCY_FIRMWARE=\"atmel/wilc1000_p2p_fw.bin\"
>> +ccflags-y += -DFIRMWARE_1002=\"atmel/wilc1002_firmware.bin\" \
>> + -DFIRMWARE_1003=\"atmel/wilc1003_firmware.bin\"
> You can probably put these defines in a header somewhere instead of here.
Hi Julian,
It's better to define in header as you say. I'll do this later.
>
> Also, are these firmwares publicly available and have they been
> submitted to linux-firmware?
Not yet. We will patch new firmware as soon as possible.
Thanks,
Glen lee.
>
> Thanks,
>
next prev parent reply other threads:[~2016-01-13 2:27 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-12 7:39 [PATCH 00/26] use unified firmware and add ops in cfg Glen Lee
2016-01-12 7:39 ` [PATCH 01/26] staging: wilc1000: fix bug when changing virtual interface Glen Lee
2016-01-12 7:39 ` [PATCH 02/26] staging: wilc1000: remove define WILC_OPTIMIZE_SLEEP_INT Glen Lee
2016-01-12 7:39 ` [PATCH 03/26] staging: wilc1000: support suspend/resume functionality Glen Lee
2016-01-12 7:39 ` [PATCH 04/26] staging: wilc1000: add sdio resume/suspend Glen Lee
2016-01-22 7:44 ` Dan Carpenter
2016-01-22 8:10 ` glen lee
2016-01-24 20:57 ` Greg KH
2016-01-12 7:39 ` [PATCH 05/26] staging: wilc1000: sdio_init: add resume argument Glen Lee
2016-01-12 7:39 ` [PATCH 06/26] staging: wilc1000: add ops resuem/suspend/wakeup in cfg80211 Glen Lee
2016-01-12 7:39 ` [PATCH 07/26] staging: wilc1000: remove sleep and reduce close timeout Glen Lee
2016-01-12 7:39 ` [PATCH 08/26] staging: wilc1000: get address from wilc Glen Lee
2016-01-12 7:39 ` [PATCH 09/26] staging: wilc1000: use unified firmware Glen Lee
2016-01-12 23:18 ` Julian Calaby
2016-01-13 2:32 ` glen lee [this message]
2016-01-12 7:39 ` [PATCH 10/26] staging: wilc1000: remove wilc_set_machw_change_vir_if Glen Lee
2016-01-12 7:39 ` [PATCH 11/26] staging: wilc1000: set bssid with mode Glen Lee
2016-01-12 7:39 ` [PATCH 12/26] staging: wilc1000: set proper bssid address Glen Lee
2016-01-12 7:39 ` [PATCH 13/26] staging: wilc1000: change_virtual_intf: change codes for unified firmware Glen Lee
2016-01-12 7:39 ` [PATCH 14/26] staging: wilc1000: call power save after changing mode Glen Lee
2016-01-12 7:39 ` [PATCH 15/26] staging: wilc1000: wilc_set_wfi_drv_handler: add mac index Glen Lee
2016-01-12 7:39 ` [PATCH 16/26] staging: wilc1000: remove unused functions Glen Lee
2016-01-12 7:39 ` [PATCH 17/26] staging: wilc1000: ignore power save Glen Lee
2016-01-12 7:39 ` [PATCH 18/26] staging: wilc1000: handle connecting error Glen Lee
2016-01-12 7:39 ` [PATCH 19/26] staging: wilc1000: tcp_process: fix a build warning Glen Lee
2016-01-12 7:39 ` [PATCH 20/26] staging: wilc1000: remove define TCP_ACK_FILTER Glen Lee
2016-01-22 7:57 ` Dan Carpenter
2016-01-12 7:39 ` [PATCH 21/26] staging: wilc1000: increase link speed Glen Lee
2016-01-22 8:08 ` Dan Carpenter
2016-01-12 7:39 ` [PATCH 22/26] staging: wilc1000: disable power save when AP mode Glen Lee
2016-01-12 7:39 ` [PATCH 23/26] staging: wilc1000: fix bug on p2p connection Glen Lee
2016-01-12 7:39 ` [PATCH 24/26] staging: wilc1000: add ops tx power in cfg80211 Glen Lee
2016-01-22 8:27 ` Dan Carpenter
2016-01-12 7:39 ` [PATCH 25/26] staging: wilc1000: fix WEP security bug Glen Lee
2016-01-12 7:39 ` [PATCH 26/26] staging: wilc1000: get mac address after setting drv handler Glen Lee
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=5695B72D.4060609@atmel.com \
--to=glen.lee@atmel.com \
--cc=Nicolas.FERRE@atmel.com \
--cc=adel.noureldin@atmel.com \
--cc=adham.abozaeid@atmel.com \
--cc=austin.shin@atmel.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=julian.calaby@gmail.com \
--cc=leo.kim@atmel.com \
--cc=linux-wireless@vger.kernel.org \
--cc=tony.cho@atmel.com \
/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).