• G
    wl1251: fix filtering support · a2d2bb86
    Grazvydas Ignotas 提交于
    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: NGrazvydas Ignotas <notasas@gmail.com>
    Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
    a2d2bb86
main.c 31.7 KB