linux-surface / kernel

Linux kernel with modifications for Microsoft Surface devices.
Other
124 stars 34 forks source link

mwifiex: pcie: add enable_device_dump module parameter #61

Closed kitakar5525 closed 4 years ago

kitakar5525 commented 4 years ago

The devicve_dump may take a little bit long time and users may want to disable the dump for daily usage.

This commit adds a new module parameter and disables device_dump by default.

Signed-off-by: Tsuchiya Yuto kitakar@gmail.com

kitakar5525 commented 4 years ago

Ah sorry, I forgot to add static. Rebased. bool enable_device_dump; -> static bool enable_device_dump;

qzed commented 4 years ago

Looks good, feel free to merge.

kitakar5525 commented 4 years ago

Thanks! merging