Skip to content

Commit f02659d

Browse files
committed
linux: ptnet: ptnet_gso module parameter is writable
1 parent 570ce90 commit f02659d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LINUX/netmap_ptnet.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
extern int ptnet_vnet_hdr;
4141
static bool ptnet_gso = true;
42-
module_param(ptnet_gso, bool, 0444);
42+
module_param(ptnet_gso, bool, 0644);
4343

4444
/* Enable to debug RX-side hangs */
4545
//#define HANGCTRL

0 commit comments

Comments
 (0)