Amitkumar Karwar <[email protected]> writes: > From: Prameela Rani Garnepudi <[email protected]> > > For few regulatory customizations, we are taking rsi_reg > as module parameter.
Why? > +static u16 rsi_reg = RSI_REG_DEF; > +module_param(rsi_reg, ushort, 0444); > +MODULE_PARM_DESC(rsi_reg, "0 - RSI_REG_DEF, 1 - RSI_REG_DLCAR"); The documentation tells nothing. -- Kalle Valo
