From: Greg KH <gregkh@linuxfoundation.org>
To: Ajay.Kathat@microchip.com
Cc: linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org,
johannes@sipsolutions.net, Adham.Abozaeid@microchip.com
Subject: Re: [PATCH 00/29] staging: wilc1000: avoid deferring of cfg80211 operation callback
Date: Wed, 5 Dec 2018 09:50:40 +0100 [thread overview]
Message-ID: <20181205085040.GA23974@kroah.com> (raw)
In-Reply-To: <1543773663-20561-1-git-send-email-ajay.kathat@microchip.com>
On Sun, Dec 02, 2018 at 06:02:13PM +0000, Ajay.Kathat@microchip.com wrote:
> 6 files changed, 755 insertions(+), 2012 deletions(-)
Nice code removal, patch series all now applied.
greg k-h
prev parent reply other threads:[~2018-12-05 8:50 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-02 18:02 [PATCH 00/29] staging: wilc1000: avoid deferring of cfg80211 operation callback Ajay.Kathat
2018-12-02 18:02 ` [PATCH 01/29] staging: wilc1000: remove unnecessary checks in wilc_mac_close() Ajay.Kathat
2018-12-02 18:02 ` [PATCH 02/29] staging: wilc1000: make use of put_unaligned_le32 in handle_set_wfi_drv_handler() Ajay.Kathat
2018-12-02 18:02 ` [PATCH 03/29] staging: wilc1000: avoid the use of the static variable to configure wiphy struct Ajay.Kathat
2018-12-02 18:02 ` [PATCH 04/29] staging: wilc1000: use mutex lock to synchronized sending 'wid' cmd to firmware Ajay.Kathat
2018-12-02 18:02 ` [PATCH 05/29] staging: wilc1000: handle tx power related callback from cfg80211 context Ajay.Kathat
2018-12-02 18:02 ` [PATCH 06/29] staging: wilc1000: handle setting power management " Ajay.Kathat
2018-12-02 18:02 ` [PATCH 07/29] staging: wilc1000: handle add and edit station from the " Ajay.Kathat
2018-12-02 18:02 ` [PATCH 08/29] staging: wilc1000: use void return for wilc_hif_pack_sta_param() Ajay.Kathat
2018-12-02 18:02 ` [PATCH 09/29] staging: wilc1000: handle delete station related callback ops from cfg80211 context Ajay.Kathat
2018-12-02 18:02 ` [PATCH 10/29] staging: wilc1000: use is_zero_ether_addr() API to check mac address Ajay.Kathat
2018-12-02 18:02 ` [PATCH 11/29] staging: wilc1000: handle delete beacon cfg ops from cfg80211 context() Ajay.Kathat
2018-12-02 18:02 ` [PATCH 12/29] staging: wilc1000: handle add beacon operation callback from cfg80211 context Ajay.Kathat
2018-12-02 18:02 ` [PATCH 13/29] staging: wilc1000: handle mgmt_frame_register ops from cfg82011 context Ajay.Kathat
2018-12-02 18:02 ` [PATCH 14/29] staging: wilc1000: refactor wilc_set_mac_chnl_num() to avoid deferred handling Ajay.Kathat
2018-12-02 18:02 ` [PATCH 15/29] staging: wilc1000: refactor wilc_hif_set_cfg() " Ajay.Kathat
2018-12-02 18:02 ` [PATCH 16/29] staging: wilc1000: handle station dump cfg ops from cfg80211 context Ajay.Kathat
2018-12-02 18:03 ` [PATCH 17/29] staging: wilc1000: refactor wilc_set_operation_mode() to avoid deferred handling Ajay.Kathat
2018-12-02 18:03 ` [PATCH 18/29] staging: wilc1000: refactor wilc_set_wfi_drv_handler() " Ajay.Kathat
2018-12-02 18:03 ` [PATCH 19/29] staging: wilc1000: refactor wilc_get_inactive_time() " Ajay.Kathat
2018-12-02 18:03 ` [PATCH 20/29] staging: wilc1000: handle key related cfg operation from cfg80211 context Ajay.Kathat
2018-12-02 18:03 ` [PATCH 21/29] staging: wilc1000: delete the unused code after code refactor Ajay.Kathat
2018-12-02 18:03 ` [PATCH 22/29] staging: wilc1000: refactor wilc_get_mac_address() to avoid deferred handling Ajay.Kathat
2018-12-02 18:03 ` [PATCH 23/29] staging: wilc1000: use correct 'struct remain_ch' variable in scan complete Ajay.Kathat
2018-12-02 18:03 ` [PATCH 24/29] staging: wilc1000: handle remain on channel cfg ops from cfg80211 context Ajay.Kathat
2018-12-02 18:03 ` [PATCH 25/29] staging: wilc1000: handle get_station() ops callback in " Ajay.Kathat
2018-12-02 18:03 ` [PATCH 26/29] staging: wilc1000: avoid deferred handling of cfg80211 disconnect callback Ajay.Kathat
2018-12-02 18:03 ` [PATCH 27/29] staging: wilc1000: handle connect ops callback from cfg80211 context Ajay.Kathat
2018-12-02 18:03 ` [PATCH 28/29] staging: wilc1000: avoid extra buffer copy while connect cfg ops Ajay.Kathat
2018-12-02 18:03 ` [PATCH 29/29] staging: wilc1000: handle scan operation callback from cfg80211 context Ajay.Kathat
2018-12-05 8:50 ` Greg KH [this message]
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=20181205085040.GA23974@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=Adham.Abozaeid@microchip.com \
--cc=Ajay.Kathat@microchip.com \
--cc=devel@driverdev.osuosl.org \
--cc=johannes@sipsolutions.net \
--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 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.