summaryrefslogtreecommitdiffstats
path: root/firmware/bnx2x
diff options
context:
space:
mode:
authorAmitkumar Karwar <akarwar@marvell.com>2012-09-11 03:30:44 +0200
committerJohn W. Linville <linville@tuxdriver.com>2012-09-11 21:31:53 +0200
commit16051b0e245219563ac8d145f29217ac7a6ce5ec (patch)
tree6314bb2afabdfcd7ce792fb7687a5a33f5bbd486 /firmware/bnx2x
parentmwifiex: have same priority for AP and station traffic (diff)
downloadlinux-16051b0e245219563ac8d145f29217ac7a6ce5ec.tar.xz
linux-16051b0e245219563ac8d145f29217ac7a6ce5ec.zip
mwifiex: update adapter->bss_prio_tbl[j].bss_prio_cur correctly
"adapter->bss_prio_tbl[j].bss_prio_head" points to linked list of interfaces with priority 'j'. "bss_prio_tbl[j].bss_prio_cur" is supposed to point to next interface every time the routine for dequeuing the packet is called. This ensures that each interface gets fair chance. Currently we have AP and station interfaces with priority '0'. Therefore "adapter->bss_prio_tbl[0].bss_prio_cur" should alternately point to AP and station nodes. Since "bss_prio_cur" is not correctly updated, for each packet picked for AP, two packets are picked for station interface. This patch fixes the problem by correctly updating "bss_prio_cur". Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'firmware/bnx2x')
0 files changed, 0 insertions, 0 deletions