mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #3045 from steeve/fix-rtl8192cu-compile
RTL8192CU: Fix compilation (typo in patch)
This commit is contained in:
@@ -407,7 +407,7 @@ index 018fe48..d4f6e7d 100644
|
||||
|
||||
int proc_set_rx_signal(struct file *file, const char *buffer,
|
||||
- unsigned long count, void *data)
|
||||
+ unsigned long count, void *data);
|
||||
+ unsigned long count, void *data)
|
||||
{
|
||||
struct net_device *dev = (struct net_device *)data;
|
||||
_adapter *padapter = (_adapter *)rtw_netdev_priv(dev);
|
||||
|
||||
Reference in New Issue
Block a user