forked from Minki/linux
9f5e60dd5f
When query for OID_GEN_PHYSICAL_MEDIUM fails, uninitialized pointer
'phym' is being accessed in generic_rndis_bind(), resulting OOPS.
Patch fixes phym to be initialized and setup correctly when
rndis_query() for physical medium fails.
Bug was introduced by following commit:
commit
|
||
---|---|---|
.. | ||
asix.c | ||
catc.c | ||
cdc_ether.c | ||
cdc_subset.c | ||
dm9601.c | ||
gl620a.c | ||
kaweth.c | ||
kawethfw.h | ||
Kconfig | ||
Makefile | ||
mcs7830.c | ||
net1080.c | ||
pegasus.c | ||
pegasus.h | ||
plusb.c | ||
rndis_host.c | ||
rtl8150.c | ||
usbnet.c | ||
zaurus.c |