summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx/tx.c
AgeCommit message (Expand)Author
2011-12-15wl12xx: use ieee80211_free_txskb()Eliad Peller
2011-12-09wl12xx: silence tx_attr uninitialized warning in wl1271_tx_fill_hdrJohn W. Linville
2011-12-01wl12xx: don't explicitly check for unjoined ibssEliad Peller
2011-11-08wl12xx: use p2p rate index when the skb has the NO_CCK flagEliad Peller
2011-11-08wl12xx: change blocksize alignment quirk to negativeLuciano Coelho
2011-11-08wl12xx: couple role_start_dev with rocEliad Peller
2011-10-11wl12xx: handle injected packetsEliad Peller
2011-10-11wl12xx: remove warning message during IBSS TxShahar Lev
2011-10-11wl12xx: move debugging definitions to a separate fileLuciano Coelho
2011-10-11wl12xx: use round-robin policy for txEliad Peller
2011-10-11wl12xx: use dynamic rate policiesEliad Peller
2011-10-11wl12xx: replace all remaining wl->vif referencesEliad Peller
2011-10-11wl12xx: add band field to wlvifEliad Peller
2011-10-11wl12xx: make WL1271_FLAG_RX_STREAMING_STARTED flag per-vifEliad Peller
2011-10-11wl12xx: make WL1271_FLAG_AP_STARTED flag per-vifEliad Peller
2011-10-11wl12xx: make WL1271_FLAG_IBSS_JOINED flag per-vifEliad Peller
2011-10-11wl12xx: make WL1271_FLAG_STA_ASSOCIATED flag per-vifEliad Peller
2011-10-11wl12xx: rearm rx streaming per vifEliad Peller
2011-10-11wl12xx: move tx_security_seq into wlvifEliad Peller
2011-10-11wl12xx: support multiple vifs in the tx pathEliad Peller
2011-10-11wl12xx: unify STA and AP tx_queue mechanismEliad Peller
2011-10-11wl12xx: move last_tx_hlid into wlvifEliad Peller
2011-10-07wl12xx: move ap_hlid_map into wlvif.apEliad Peller
2011-10-07wl12xx: move ba fields into wlvifEliad Peller
2011-10-07wl12xx: move default_key into wlvifEliad Peller
2011-10-07wl12xx: move dev_hlid into wlvifEliad Peller
2011-10-07wl12xx: move session_counter into wlvifEliad Peller
2011-10-07wl12xx: move ap_global_hlid and ap_bcast_hlid into wlvifEliad Peller
2011-10-07wl12xx: move sta_hlid into wlvifEliad Peller
2011-10-07wl12xx: move dev_role_id into wlvifEliad Peller
2011-10-07wl12xx: move bss_type into wlvifEliad Peller
2011-09-23wl12xx: implement set_bitrate_mask callbackEliad Peller
2011-09-23wl12xx: Use dev_hlid for auth and assoc reqEliad Peller
2011-09-14wl12xx: AP mode - clean BA and queue state in tx_resetArik Nemtsov
2011-09-14wl12xx: don't regulate links when a single STA is connectedArik Nemtsov
2011-09-14wl12xx: AP mode - don't regulate FW blocks for non-active STAsArik Nemtsov
2011-09-14wl12xx: don't indicate up PS-filtered dummy packetsArik Nemtsov
2011-09-14wl12xx: remove deprecated CONFIG_WL12XX_HT flagLuciano Coelho
2011-08-25wl12xx: use 2 spare TX blocks for GEM cipherGuy Eilam
2011-08-22wl12xx: enable AP advanced functionalityArik Nemtsov
2011-08-22wl12xx: schedule TX packets according to FW packet occupancyArik Nemtsov
2011-08-22wl12xx: track freed packets in FW by ACArik Nemtsov
2011-08-22wl12xx: support IBSS vif typeEliad Peller
2011-08-22wl12xx: use dynamic hlids for AP-modeArik Nemtsov
2011-08-22wl12xx: replace dummy_join with ROC/CROC commandsEliad Peller
2011-08-22wl12xx: handle dummy packet event also in ap modeArik Nemtsov
2011-08-22wl12xx: add system_hlidEliad Peller
2011-08-22wl12xx: update rx/txEliad Peller
2011-08-22wl12xx: update commands & eventsEliad Peller
2011-08-22wl12xx: remove rx filtering stuffEliad Peller