commit | 6f15ed16f17890c53ff0ad763c7e9c2c04a153b2 | [log] [tgz] |
---|---|---|
author | Lorenzo Bianconi <lorenzo.bianconi@redhat.com> | Thu Sep 06 11:18:50 2018 +0200 |
committer | Felix Fietkau <nbd@nbd.name> | Wed Sep 19 12:31:07 2018 +0200 |
tree | 160376e88f8411403794b9078a35d44df0a689fe | |
parent | e30a655ef13806765c335c33452bc5f0e7256f36 [diff] |
mt76x0: do not free/alloc buffers during suspend/resume Do not free/alloc {tx,rx} buffers during suspend/resume phases but use the ones previously allocated during hw probe. Move {tx,rx}/mcu buffers allocation from mt76x0_init_hardware routine to mt76x0_register_device Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>