commit | aa66fbb956d4b464d39176045c2b431da56f358f | [log] [tgz] |
---|---|---|
author | Jes Sorensen <Jes.Sorensen@redhat.com> | Fri May 09 15:03:31 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 15 13:11:58 2014 -0700 |
tree | f9de36e7a4a178f38f4d043f55eefee2c32f8c3a | |
parent | 5ca12b78995aeb9cbe5c127342e8ca27f1e6d038 [diff] |
staging: rtl8723au: validate_recv_data_frame() use fctl knowledge to obtain bssid Use the knowledge we already have from parsing the TODS/FROMDS bits in hdr->frame_control to obtain the bssid. Note that get_hdr_bssid() would never return NULL as handling 4 combinations of a 2 bit word leaves little space for falling through to the 'default' value. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>