commit | b31d8b90dcc6fbe39147863d13b93a8d49d2b341 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Mon Dec 10 15:25:42 2007 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:06:36 2008 -0800 |
tree | 61683380990e28c083249fe02136d58a2626499d | |
parent | 14e865ba5d9e9adc90363e572743ac238935ba38 [diff] |
libertas: remove pre_open_check() The firmware is always initialised before we register the netdevices. It's not possible for pre_open_check() to fail. One day we might try loading firmware in ->open(), but still it won't be just a _check_, like this. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>