Re: carl9170: match wait_for_completion_timeout return type

2015-05-26 Thread Kalle Valo
Acked-by: Christian Lamparter chunk...@googlemail.com Thanks, applied to wireless-drivers-next.git. Kalle Valo -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: brcmfmac: avoid gcc-5.1 warning

2015-05-26 Thread Kalle Valo
Bergmann a...@arndb.de Thanks, applied to wireless-drivers-next.git. Kalle Valo -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [v2, 1/2] adm8211: fix checkpatch errors for indentation and new line

2015-05-26 Thread Kalle Valo
the possible pci cache line sizes inside switch-case Kalle Valo -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [NEXT] rtlwifi: btcoexist: Fix interference between rtl8723be andBluetooth

2015-05-26 Thread Kalle Valo
that does not seem to have any visible side effects. Signed-off-by: Daniel Drake dr...@endlessm.com Signed-off-by: Larry Finger larry.fin...@lwfinger.net Cc: Shao Fu sha...@realtek.com Thanks, applied to wireless-drivers-next.git. Kalle Valo -- To unsubscribe from this list: send the line

Re: [1/5] rtlwifi: Update regulatory database

2015-05-26 Thread Kalle Valo
to driver b23cd22d3923 rtlwifi: rtl8723be: Update driver for regulatory changes d10101a60372 rtlwifi: rtl8821ae: Fix problem with regulatory information Kalle Valo -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to majord...@vger.kernel.org More majordomo

Re: pull-request: wireless-drivers-next 2015-05-21

2015-05-25 Thread Kalle Valo
David Miller da...@davemloft.net writes: From: Kalle Valo kv...@codeaurora.org Date: Thu, 21 May 2015 16:39:04 +0300 here's a wireless-drivers pull request for 4.2. This time please pay extra attention to this pull as there are two problems: First of all as you can see the diffstat from

pull-request: wireless-drivers 2015-05-25

2015-05-25 Thread Kalle Valo
: fix MLME trigger iwlwifi: mvm: BT Coex - duplicate the command if sent ASYNC Haim Dreyfuss (1): iwlwifi: mvm: Free fw_status after use to avoid memory leak Kalle Valo (1): Merge tag 'iwlwifi-for-kalle-2015-05-21' of https://git.kernel.org/.../iwlwifi/iwlwifi-fixes Liad Kaufman (1

Re: pull-request: wireless-drivers-next 2015-05-21

2015-05-22 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: On 21 May 2015 at 15:39, Kalle Valo kv...@codeaurora.org wrote: Secondly there's a non-trivial conflict in drivers/net/wireless/ath/ath10k/mac.c which is due to removal of FIF_PROMISC_IN_BSS in commit df1404650c. You need to remove more code

Re: [PATCH] ath9k_htc: wmi: match wait_for_completion_timeout return type

2015-05-21 Thread Kalle Valo
Nicholas Mc Guire der.h...@hofr.at writes: On Thu, 14 May 2015, Kalle Valo wrote: Nicholas Mc Guire hof...@osadl.org writes: Patch is against 4.1-rc3 (localversion-next is -next-20150514) BTW, this info should be under --- line so that it doesn't get stored to the actual commit log

Re: mwifiex: do not return success when command times out

2015-05-09 Thread Kalle Valo
to wireless-drivers-next.git. Kalle Valo -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [for,4.1] rtlwifi: rtl8192cu: Fix kernel deadlock

2015-04-28 Thread Kalle Valo
Wiedemann bwiedem...@suse.com Cc: Takashi Iwaiti...@suse.com Thanks, applied to wireless-drivers.git. Kalle Valo -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH] iwl4965: Enable checking of format strings

2015-04-28 Thread Kalle Valo
what's the conclusion, should I commit this patch or not? Full discussion here: https://patchwork.kernel.org/patch/5814811/ -- Kalle Valo -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to majord...@vger.kernel.org More majordomo info at http

[wireless] add WIRELESS_EXTENSIONS to net/Kconfig

2005-09-03 Thread Kalle Valo
. But, most importantly, this way I have the means to break the recursive dependency. In my opinion, this change is compatible with old drivers because NET_RADIO selects WIRELESS_ENTENSIONS, but I haven't tested that. I have only tested the drivers in the netdev-2.6 branch. Signed-off-by: Kalle Valo

[ieee80211] select WIRELESS_EXTENSIONS instead of NET_RADIO

2005-09-03 Thread Kalle Valo
This fixes the recursive dependency in hostap. Depends on my previous patch which added WIRELESS_EXTENSIONS. Signed-off-by: Kalle Valo [EMAIL PROTECTED] --- net/ieee80211/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 0a96ef321308c0fce817b78e3d4666463baa286f diff --git

Re: [PATCH] hostap: Fix null pointer dereference in prism2_pccard_card_present()

2005-08-31 Thread Kalle Valo
. Strange. -- Kalle Valo - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] hostap: Fix null pointer dereference in prism2_pccard_card_present()

2005-08-28 Thread Kalle Valo
. Signed-off-by: Kalle Valo [EMAIL PROTECTED] --- drivers/net/wireless/hostap/hostap_cs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 61413565b21cff0f0d69a1760f3558de021804da diff --git a/drivers/net/wireless/hostap/hostap_cs.c b/drivers/net/wireless/hostap/hostap_cs.c

Re: atheros driver - desc

2005-08-07 Thread Kalle Valo
kernel? Can a driver reverse-engineered in EU be included to the kernel? (Big part of Linux is developed in US, I guess.) -- Kalle Valo - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: atheros driver - desc

2005-08-06 Thread Kalle Valo
.sourceforge.net/go/progress -- Kalle Valo - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

<    5   6   7   8   9   10