commit | 92fe9b5f112c77dbb63f42f7bed885d709586106 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Wed Feb 09 12:25:14 2011 +0200 |
committer | Luciano Coelho <coelho@ti.com> | Tue Feb 22 18:06:36 2011 +0200 |
tree | 0fc9e2e0a3458330dd22bbc4246a3d4d12286b04 | |
parent | 1ec610ebd6390c2b028434144af204c312a68791 [diff] |
wl12xx: fix identification of beacon packets (debug) for debugging purposes, wl12xx determines whether a rx packet is a beacon packet. however, it checks only the frame_control subtype without checking the actual packet type, which leads to false identification in some cases. use ieee80211_is_beacon instead. Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>