summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx/tx.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-11wl12xx: use round-robin policy for txEliad Peller1-6/+20
2011-10-11wl12xx: use dynamic rate policiesEliad Peller1-5/+5
2011-10-11wl12xx: replace all remaining wl->vif referencesEliad Peller1-1/+1
2011-10-11wl12xx: add band field to wlvifEliad Peller1-2/+3
2011-10-11wl12xx: make WL1271_FLAG_RX_STREAMING_STARTED flag per-vifEliad Peller1-1/+1
2011-10-11wl12xx: make WL1271_FLAG_AP_STARTED flag per-vifEliad Peller1-1/+1
2011-10-11wl12xx: make WL1271_FLAG_IBSS_JOINED flag per-vifEliad Peller1-1/+1
2011-10-11wl12xx: make WL1271_FLAG_STA_ASSOCIATED flag per-vifEliad Peller1-1/+1
2011-10-11wl12xx: rearm rx streaming per vifEliad Peller1-21/+46
2011-10-11wl12xx: move tx_security_seq into wlvifEliad Peller1-3/+9
2011-10-11wl12xx: support multiple vifs in the tx pathEliad Peller1-31/+48
2011-10-11wl12xx: unify STA and AP tx_queue mechanismEliad Peller1-70/+39
2011-10-11wl12xx: move last_tx_hlid into wlvifEliad Peller1-5/+5
2011-10-07wl12xx: move ap_hlid_map into wlvif.apEliad Peller1-18/+17
2011-10-07wl12xx: move ba fields into wlvifEliad Peller1-1/+1
2011-10-07wl12xx: move default_key into wlvifEliad Peller1-2/+2
2011-10-07wl12xx: move dev_hlid into wlvifEliad Peller1-2/+2
2011-10-07wl12xx: move session_counter into wlvifEliad Peller1-3/+3
2011-10-07wl12xx: move ap_global_hlid and ap_bcast_hlid into wlvifEliad Peller1-7/+8
2011-10-07wl12xx: move sta_hlid into wlvifEliad Peller1-2/+2
2011-10-07wl12xx: move dev_role_id into wlvifEliad Peller1-4/+5
2011-10-07wl12xx: move bss_type into wlvifEliad Peller1-32/+54
2011-09-23wl12xx: implement set_bitrate_mask callbackEliad Peller1-16/+7
2011-09-23wl12xx: Use dev_hlid for auth and assoc reqEliad Peller1-6/+9
2011-09-14wl12xx: AP mode - clean BA and queue state in tx_resetArik Nemtsov1-1/+6
2011-09-14wl12xx: don't regulate links when a single STA is connectedArik Nemtsov1-2/+5
2011-09-14wl12xx: AP mode - don't regulate FW blocks for non-active STAsArik Nemtsov1-0/+4
2011-09-14wl12xx: don't indicate up PS-filtered dummy packetsArik Nemtsov1-1/+1
2011-09-14wl12xx: remove deprecated CONFIG_WL12XX_HT flagLuciano Coelho1-2/+0
2011-08-25wl12xx: use 2 spare TX blocks for GEM cipherGuy Eilam1-3/+5
2011-08-22wl12xx: enable AP advanced functionalityArik Nemtsov1-11/+8
2011-08-22wl12xx: schedule TX packets according to FW packet occupancyArik Nemtsov1-23/+48
2011-08-22wl12xx: track freed packets in FW by ACArik Nemtsov1-0/+2
2011-08-22wl12xx: support IBSS vif typeEliad Peller1-1/+2
2011-08-22wl12xx: use dynamic hlids for AP-modeArik Nemtsov1-11/+6
2011-08-22wl12xx: replace dummy_join with ROC/CROC commandsEliad Peller1-0/+13
2011-08-22wl12xx: handle dummy packet event also in ap modeArik Nemtsov1-4/+8
2011-08-22wl12xx: add system_hlidEliad Peller1-15/+25
2011-08-22wl12xx: update rx/txEliad Peller1-4/+11
2011-08-22wl12xx: update commands & eventsEliad Peller1-2/+3
2011-08-22wl12xx: remove rx filtering stuffEliad Peller1-3/+1
2011-08-22wl12xx: temporarily disable advanced ap functionsEliad Peller1-0/+4
2011-08-22wl12xx: use 1 spare block in all casesArik Nemtsov1-5/+2
2011-08-22wl12xx: Revert "wl12xx: schedule TX packets according to FW occupancy"Arik Nemtsov1-45/+23
2011-07-08wl12xx: start/stop queues according to global per-AC countersArik Nemtsov1-12/+21
2011-07-05wl12xx: implement Tx watermarks per ACArik Nemtsov1-7/+13
2011-07-05wl12xx: schedule TX packets according to FW occupancyArik Nemtsov1-23/+45
2011-07-05wl12xx: use 802.11 header location after relocation to frame startArik Nemtsov1-2/+2
2011-07-05wl12xx: fix Tx security sequence number handlingOz Krakowski1-4/+18
2011-06-27wl12xx: use freezable workqueue for netstack_workEliad Peller1-1/+1