summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/tx.c
Commit message (Expand)AuthorAgeFilesLines
* wireless/wl12xx/wl1251: move TI WLAN modules to a common ti subdirectoryLuciano Coelho2012-04-121-1079/+0Star
* wl12xx: implement SW Tx watchdogArik Nemtsov2012-03-081-0/+4
* wl12xx: flush all Tx queues on tx_flush timeoutArik Nemtsov2012-02-281-0/+7
* wl12xx: avoid starving the system hlidArik Nemtsov2012-02-281-4/+13
* wl12xx: reset link Tx queues when freeing itArik Nemtsov2012-02-281-3/+10
* wl12xx: consider encryption and QoS in auto arp templateEliad Peller2012-02-151-5/+6
* wl12xx: add TX_HW_ATTR_HOST_ENCRYPT flagEliad Peller2012-02-151-4/+13
* wl12xx: Set IEEE80211_TX_RC_SHORT_GI if short GI was used onPontus Fuchs2012-02-151-2/+6
* wl12xx: Set IEEE80211_TX_RC_MCS on MCS rates on TX complete.Pontus Fuchs2012-02-151-1/+11
* wl12xx: remove wl1271_tx_update_filtersEliad Peller2012-02-151-31/+0Star
* wl12xx: use ieee80211_free_txskb()Eliad Peller2011-12-151-1/+8
* wl12xx: silence tx_attr uninitialized warning in wl1271_tx_fill_hdrJohn W. Linville2011-12-091-1/+1
* wl12xx: don't explicitly check for unjoined ibssEliad Peller2011-12-011-9/+1Star
* wl12xx: use p2p rate index when the skb has the NO_CCK flagEliad Peller2011-11-081-1/+3
* wl12xx: change blocksize alignment quirk to negativeLuciano Coelho2011-11-081-3/+3
* wl12xx: couple role_start_dev with rocEliad Peller2011-11-081-5/+1Star
* wl12xx: handle injected packetsEliad Peller2011-10-111-14/+13Star
* wl12xx: remove warning message during IBSS TxShahar Lev2011-10-111-1/+9
* wl12xx: move debugging definitions to a separate fileLuciano Coelho2011-10-111-0/+1
* wl12xx: use round-robin policy for txEliad Peller2011-10-111-6/+20
* wl12xx: use dynamic rate policiesEliad Peller2011-10-111-5/+5
* wl12xx: replace all remaining wl->vif referencesEliad Peller2011-10-111-1/+1
* wl12xx: add band field to wlvifEliad Peller2011-10-111-2/+3
* wl12xx: make WL1271_FLAG_RX_STREAMING_STARTED flag per-vifEliad Peller2011-10-111-1/+1
* wl12xx: make WL1271_FLAG_AP_STARTED flag per-vifEliad Peller2011-10-111-1/+1
* wl12xx: make WL1271_FLAG_IBSS_JOINED flag per-vifEliad Peller2011-10-111-1/+1
* wl12xx: make WL1271_FLAG_STA_ASSOCIATED flag per-vifEliad Peller2011-10-111-1/+1
* wl12xx: rearm rx streaming per vifEliad Peller2011-10-111-21/+46
* wl12xx: move tx_security_seq into wlvifEliad Peller2011-10-111-3/+9
* wl12xx: support multiple vifs in the tx pathEliad Peller2011-10-111-31/+48
* wl12xx: unify STA and AP tx_queue mechanismEliad Peller2011-10-111-70/+39Star
* wl12xx: move last_tx_hlid into wlvifEliad Peller2011-10-111-5/+5
* wl12xx: move ap_hlid_map into wlvif.apEliad Peller2011-10-071-18/+17Star
* wl12xx: move ba fields into wlvifEliad Peller2011-10-071-1/+1
* wl12xx: move default_key into wlvifEliad Peller2011-10-071-2/+2
* wl12xx: move dev_hlid into wlvifEliad Peller2011-10-071-2/+2
* wl12xx: move session_counter into wlvifEliad Peller2011-10-071-3/+3
* wl12xx: move ap_global_hlid and ap_bcast_hlid into wlvifEliad Peller2011-10-071-7/+8
* wl12xx: move sta_hlid into wlvifEliad Peller2011-10-071-2/+2
* wl12xx: move dev_role_id into wlvifEliad Peller2011-10-071-4/+5
* wl12xx: move bss_type into wlvifEliad Peller2011-10-071-32/+54
* wl12xx: implement set_bitrate_mask callbackEliad Peller2011-09-231-16/+7Star
* wl12xx: Use dev_hlid for auth and assoc reqEliad Peller2011-09-231-6/+9
* wl12xx: AP mode - clean BA and queue state in tx_resetArik Nemtsov2011-09-141-1/+6
* wl12xx: don't regulate links when a single STA is connectedArik Nemtsov2011-09-141-2/+5
* wl12xx: AP mode - don't regulate FW blocks for non-active STAsArik Nemtsov2011-09-141-0/+4
* wl12xx: don't indicate up PS-filtered dummy packetsArik Nemtsov2011-09-141-1/+1
* wl12xx: remove deprecated CONFIG_WL12XX_HT flagLuciano Coelho2011-09-141-2/+0Star
* wl12xx: use 2 spare TX blocks for GEM cipherGuy Eilam2011-08-251-3/+5
* wl12xx: enable AP advanced functionalityArik Nemtsov2011-08-221-11/+8Star