diff options
author | Guy Cohen <guy.cohen@intel.com> | 2008-01-09 18:12:48 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-29 00:10:41 +0100 |
commit | a8bdf29c6cd117644d27677962fe832b33036c77 (patch) | |
tree | 4d678ea8b9c670374cf3e1defec1f30c5661c735 /drivers/net/wireless | |
parent | [DST]: shrinks sizeof(struct rtable) by 64 bytes on x86_64 (diff) | |
download | linux-a8bdf29c6cd117644d27677962fe832b33036c77.tar.xz linux-a8bdf29c6cd117644d27677962fe832b33036c77.zip |
mac80211: Assign correct TID for local bridged packets
This patch assigns correct TID to frames transmitted between
two stations in the same BSS in AP mode.
The problem is that skb->protocol is not set to ETH_P_IP and it is wrong
to use that field at this stage.
The fix compares the LLC/Protocol headers explicitly to check if the
encapsulated frame is IP frame
Signed-off-by: Guy Cohen <guy.cohen@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless')
0 files changed, 0 insertions, 0 deletions