]> git.baikalelectronics.ru Git - kernel.git/commit
qla3xxx: Remove API to change MTU.
authorRon Mercer <ron.mercer@qlogic.com>
Mon, 26 Feb 2007 19:06:36 +0000 (11:06 -0800)
committerJeff Garzik <jeff@garzik.org>
Tue, 27 Feb 2007 09:21:44 +0000 (04:21 -0500)
commit2db49b6041a10ddb823b5873643ee97ef5f7cf74
tree9114d79c982706b567d6f8bdf7e5d1a72d1f2c6f
parent14c9593155abf1a4b6def857e7951459d2ecd2ec
qla3xxx: Remove API to change MTU.

This network device driver shares the same hardware as the qla4xxx
iSCSI driver. Changing the MTU via the device interface will
cause qla4xxx to crash as there is no way to make notification.
Users wishing to change the MTU must do so using an iSCSI
utility such as Qlogic SanSurfer. This forces the user to
unload/reload this network device driver after the MTU
value has been changed in flash.

Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/qla3xxx.c