diff options
author | Arik Nemtsov <arik@wizery.com> | 2012-05-10 11:13:28 +0200 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-06-05 14:55:23 +0200 |
commit | 169da04f523bafee46993b1efbddb913641aad56 (patch) | |
tree | 999b7a797dd977f2665556ab9ec433e2a46b4fbd /drivers/net/wireless/ti/wl12xx | |
parent | wlcore/wl18xx: add hw op for setting Tx HW checksum (diff) | |
download | linux-169da04f523bafee46993b1efbddb913641aad56.tar.xz linux-169da04f523bafee46993b1efbddb913641aad56.zip |
wlcore/wl18xx: add hw op for Rx HW checksum
Some chip families can checksum certain classes of Rx packets in FW.
Implement the Rx-checksum feature as a HW-op. For the 18xx chip-family,
set Rx-checsum according to indication from FW.
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wl12xx')
-rw-r--r-- | drivers/net/wireless/ti/wl12xx/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl12xx/main.c b/drivers/net/wireless/ti/wl12xx/main.c index 8141447e8f96..a3336534eb2a 100644 --- a/drivers/net/wireless/ti/wl12xx/main.c +++ b/drivers/net/wireless/ti/wl12xx/main.c @@ -1314,6 +1314,7 @@ static struct wlcore_ops wl12xx_ops = { .get_pg_ver = wl12xx_get_pg_ver, .get_mac = wl12xx_get_mac, .set_tx_desc_csum = wl12xx_set_tx_desc_csum, + .set_rx_csum = NULL, }; static struct ieee80211_sta_ht_cap wl12xx_ht_cap = { |