Lines Matching refs:wl
210 tx_rate = ieee80211_get_tx_rate(dev->wl->hw, info); in generate_txhdr_fw3()
214 rate_fb = ieee80211_get_alt_retry_rate(dev->wl->hw, info, 0) ? : tx_rate; in generate_txhdr_fw3()
229 txhdr->dur_fb = ieee80211_generic_frame_duration(dev->wl->hw, in generate_txhdr_fw3()
298 (rates[0].count <= dev->wl->hw->conf.long_frame_max_tx_count)) { in generate_txhdr_fw3()
299 rates[0].count = dev->wl->hw->conf.long_frame_max_tx_count; in generate_txhdr_fw3()
302 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count; in generate_txhdr_fw3()
314 rts_rate = ieee80211_get_rts_cts_rate(dev->wl->hw, info)->hw_value; in generate_txhdr_fw3()
321 ieee80211_ctstoself_get(dev->wl->hw, in generate_txhdr_fw3()
330 ieee80211_rts_get(dev->wl->hw, in generate_txhdr_fw3()
460 dev->wl->ieee_stats.dot11FCSErrorCount++; in b43legacy_rx()
466 b43legacydbg(dev->wl, "RX: Packet size underrun (1)\n"); in b43legacy_rx()
473 b43legacydbg(dev->wl, "RX: Packet size underrun (2)\n"); in b43legacy_rx()
502 b43legacydbg(dev->wl, "RX: Packet size" in b43legacy_rx()
518 b43legacydbg(dev->wl, "RX: Packet size" in b43legacy_rx()
551 if (ieee80211_is_beacon(fctl) || dev->wl->radiotap_enabled) { in b43legacy_rx()
572 b43legacywarn(dev->wl, "Unexpected value for chanstat (0x%X)\n", in b43legacy_rx()
577 ieee80211_rx_irqsafe(dev->wl->hw, skb); in b43legacy_rx()
581 b43legacydbg(dev->wl, "RX: Packet dropped\n"); in b43legacy_rx()
595 dev->wl->ieee_stats.dot11ACKFailureCount++; in b43legacy_handle_txstatus()
598 dev->wl->ieee_stats.dot11RTSFailureCount++; in b43legacy_handle_txstatus()
600 dev->wl->ieee_stats.dot11RTSSuccessCount++; in b43legacy_handle_txstatus()