Re: [PATCH] Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues"

2019-07-30 Thread Jean Delvare
et NETIF_F_LLTX when using intermediate tx > queues") > Reported-by: Jean Delvare > Reported-by: Peter Lebbing > Signed-off-by: Johannes Berg > --- > net/mac80211/iface.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/net/mac80211/iface.c b/net/mac80211

Re: [PATCH] realtek: Add switch variable to 'switch case not processed' messages

2016-09-24 Thread Jean Delvare
OWLAN to make sure it was 92. Would it make sense to explicitly set the enum values, or add them as comments, to make such look-ups easier? -- Jean Delvare SUSE L3 Support

Re: rtl8192ce:rtl92ce_get_hw_reg():<0-0> switch case not processed

2016-09-24 Thread Jean Delvare
eat, thanks. > I'm sorry about my original comments regarding patching the kernel. I sent > that > E-mail before I even read your name and address. As a long-time openSUSE > user, I > certainly recognize your name and your abilities. No worry :-) -- Jean Delvare SUSE L3 Support

Re: rtl8192ce:rtl92ce_get_hw_reg():<0-0> switch case not processed

2016-09-23 Thread Jean Delvare
*((bool *)(val)) = true; else *((bool *)(val)) = false; break; I don't know what is the appropriate course of action in the case of the rtl8192ce. Let me know if you need anything else from me. Thanks, -- Jean Delvare SUSE L3 Support

Re: rtl8192ce:rtl92ce_get_hw_reg():<0-0> switch case not processed

2016-09-22 Thread Jean Delvare
odule is in place. The error message was logged 3 times today, so I should have some data for you tomorrow. Thanks, -- Jean Delvare SUSE L3 Support

Re: rtl8192ce:rtl92ce_get_hw_reg():<0-0> switch case not processed

2016-09-22 Thread Jean Delvare
On Thu, 22 Sep 2016 10:09:58 -0500, Larry Finger wrote: > On 09/22/2016 04:51 AM, Jean Delvare wrote: > > Hello, > > > > I bought an Asus PCE-N10 PCIe Wi-Fi N card to install in my wife's > > computer. This morning it stopped working suddenly. Investigating the >

rtl8192ce:rtl92ce_get_hw_reg():<0-0> switch case not processed

2016-09-22 Thread Jean Delvare
el driver in use: rtl8192ce Kernel modules: rtl8192ce Kernel version is 4.5.4-1-default x86_64 (openSUSE Tumbleweed.) Reloading the rtl8192ce module and restarting the network service got everything back up. Thanks, -- Jean Delvare SUSE L3 Support

Re: [PATCH] NFC: microread: Drop platform data header file

2016-01-21 Thread Jean Delvare
On Thu, 21 Jan 2016 09:20:12 +0100, Jean Delvare wrote: > Originally I only wanted to drop the unneeded inclusion of > , but then noticed that struct > microread_nfc_platform_data isn't actually used, and > MICROREAD_DRIVER_NAME is redefined in the only file where it is used, &g

[PATCH] NFC: microread: Drop platform data header file

2016-01-21 Thread Jean Delvare
unsigned int irq_gpio; - unsigned int ioh_gpio; -}; - -#endif /* _MICROREAD_H */ -- Jean Delvare SUSE L3 Support -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v2 3/3] NFC: nfcmrvl: Auto-select core module

2015-09-25 Thread Jean Delvare
. Signed-off-by: Jean Delvare Cc: Lauro Ramos Venancio Cc: Aloisio Almeida Jr Cc: Samuel Ortiz --- Already sent on 2014-04-19. Changes since v1: rebased to handle NFC_MRVL_UART. Note that the s3fwrn5 NFC driver is already implemented the same way. drivers/nfc/nfcmrvl/Kconfig | 12

[PATCH v2 2/3] NFC: microread: Auto-select core module

2015-09-25 Thread Jean Delvare
NFC_MICROREAD_MEI can be selected. Signed-off-by: Jean Delvare Cc: Lauro Ramos Venancio Cc: Aloisio Almeida Jr Cc: Samuel Ortiz --- Already sent on 2014-04-19. Changes since v1: typo fixed. Note that the s3fwrn5 NFC driver is already implemented the same way. drivers/nfc/microread/Kconfig

[PATCH 1/3] NFC: pn544: Auto-select core module

2015-09-25 Thread Jean Delvare
selected. Signed-off-by: Jean Delvare Cc: Lauro Ramos Venancio Cc: Aloisio Almeida Jr Cc: Samuel Ortiz --- Already sent on 2014-04-19. Note that the s3fwrn5 NFC driver is already implemented the same way. drivers/nfc/pn544/Kconfig | 18 +++--- 1 file changed, 7 insertions(+), 11