linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] staging: wilc1000: modify build error
@ 2015-06-30  8:34 Dean Lee
  2015-06-30  8:34 ` [PATCH 2/6] staging: wilc1000: delete 'WILC_WFIDrvHandle' structure Dean Lee
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Dean Lee @ 2015-06-30  8:34 UTC (permalink / raw)
  To: gregkh, devel, linux-wireless
  Cc: johnny.kim, chris.park, rachel.kim, dean.lee, nicolas.ferre

this function needs more arguments.

Signed-off-by: Dean Lee <dean.lee@atmel.com>
---
 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
index 92064db..a8974c2 100644
--- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
+++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
@@ -675,7 +675,7 @@ static void CfgConnectResult(tenuConnDisconnEvent enuConnDisconnEvent,
 			pstrDisconnectNotifInfo->u16reason = 1;
 		}
 		cfg80211_disconnected(dev, pstrDisconnectNotifInfo->u16reason, pstrDisconnectNotifInfo->ie,
-				      pstrDisconnectNotifInfo->ie_len, GFP_KERNEL);
+				      pstrDisconnectNotifInfo->ie_len, true, GFP_KERNEL);
 
 	}
 
-- 
2.4.4


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

end of thread, other threads:[~2015-07-07  4:00 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30  8:34 [PATCH 1/6] staging: wilc1000: modify build error Dean Lee
2015-06-30  8:34 ` [PATCH 2/6] staging: wilc1000: delete 'WILC_WFIDrvHandle' structure Dean Lee
2015-07-07  2:21   ` Greg KH
2015-06-30  8:34 ` [PATCH 3/6] staging: wilc1000: rework driver handler Dean Lee
2015-06-30  9:27   ` Dan Carpenter
2015-06-30  8:34 ` [PATCH 4/6] staging: wilc1000: rework address value Dean Lee
2015-06-30  9:31   ` Dan Carpenter
2015-06-30 16:42   ` Greg KH
2015-06-30  8:34 ` [PATCH 5/6] staging: wilc1000: fix initialize warning issue Dean Lee
2015-06-30  9:39   ` Dan Carpenter
2015-07-07  2:19   ` Greg KH
2015-06-30  8:34 ` [PATCH 6/6] staging: wilc1000: delete unused value Dean Lee
2015-06-30  9:40   ` Dan Carpenter
2015-07-07  2:20   ` Greg KH
2015-06-30  8:50 ` [PATCH 1/6] staging: wilc1000: modify build error Dan Carpenter
     [not found]   ` <55925A25.8030608@atmel.com>
2015-06-30  9:10     ` Dan Carpenter
2015-06-30 16:42 ` Greg KH

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).