Zbigniew Bodek 7118192a72 Fix broken malloc in e6000sw
Malloc should always return something when M_WAITOK flag is used,
but keep this code and change flag to M_NOWAIT as it is under a lock
(allows for possible future change). Free ifnet structure to avoid
memory leak on failure.

Submitted by:  Zbigniew Bodek <zbb@semihalf.com>
Obtained from: Semihalf
Sponsored by:  Stormshield
Reviewed by: loos
Differential revision: https://reviews.freebsd.org/D10711
2017-05-17 15:58:39 +00:00
..
2017-05-17 15:57:14 +00:00
2017-05-17 15:58:39 +00:00
2017-05-07 14:33:58 +00:00
2017-05-16 23:31:52 +00:00
2017-05-09 05:08:47 +00:00
2017-05-07 14:59:45 +00:00
2017-05-02 18:40:41 +00:00