]> git.baikalelectronics.ru Git - kernel.git/commit
wl12xx: fix warning due to missing arg in ampdu_action
authorLuciano Coelho <coelho@ti.com>
Mon, 31 Jan 2011 07:41:52 +0000 (09:41 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 31 Jan 2011 20:11:38 +0000 (15:11 -0500)
commit5ce5a3c08e3d244da2f13f20bb6ffbbb0b2dbaa7
tree5231708b5140325c61f3713e3d7a6789979329ca
parent09b03b00c2d63f4ec9cf785e092fff7f5fdf38f8
wl12xx: fix warning due to missing arg in ampdu_action

Commit 0ff86574e1badc04bcdd4ac6e8794866fce795a4 added a new argument
to the ampdu_action operation.  The ampdu_action operation in the
wl12xx driver currently doesn't have that argument and this generates
a warning.  This happened during merging of the latest mac80211
patches with the wl12xx BA patches.

  CC [M]  drivers/net/wireless/wl12xx/main.o
drivers/net/wireless/wl12xx/main.c:3035: warning: initialization from incompatible pointer type

The wl12xx driver doesn't need to do anything about the buf_size
argument since the AMPDU TX is fully handled by the firmware.

Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/wl12xx/main.c