From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from s3.sipsolutions.net ([5.9.151.49]:50303 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752481AbcJMLnD (ORCPT ); Thu, 13 Oct 2016 07:43:03 -0400 Message-ID: <1476358878.4904.12.camel@sipsolutions.net> (sfid-20161013_134418_941365_D99FBCE9) Subject: Re: [PATCH v2] cfg80211: Create structure for combination check/iter function parameters From: Johannes Berg To: Purushottam Kushwaha Cc: linux-wireless@vger.kernel.org, jouni@qca.qualcomm.com, usdutt@qti.qualcomm.com, amarnath@qca.qualcomm.com Date: Thu, 13 Oct 2016 13:41:18 +0200 In-Reply-To: <1476276935-6902-1-git-send-email-pkushwah@qti.qualcomm.com> References: <1476276935-6902-1-git-send-email-pkushwah@qti.qualcomm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, 2016-10-12 at 18:25 +0530, Purushottam Kushwaha wrote: > Move growing parameter list to a structure for check/iter combination > functions in cfg80211 and mac80211. > Thanks, applied. johannes