• Grazvydas Ignotas's avatar
    wl1251: fix filtering support · a2d2bb86
    Grazvydas Ignotas authored
    This driver has a hack in cmd.c which effectively disables all filtering.
    This seems to be triggering a firmware bug where it stops reporting any
    rx packets after random time on some routers, which is eliminated (or at
    least appears much more rarely) when filtering is on.
    I have found that only BSSID filter needs to be disabled for association
    to work, so disable only that instead of all filtering.
    Signed-off-by: default avatarGrazvydas Ignotas <notasas@gmail.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    a2d2bb86
cmd.c 10.5 KB