summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wlcore/tx.c
AgeCommit message (Expand)Author
2014-07-15wlcore/wl18xx/wl12xx: convert bitmaps to unsigned longsEliad Peller
2014-02-13wlcore: consider multiple APs when checking active_link_countEliad Peller
2014-02-13wlcore: send EAPOL frames with voice priorityIgal Chernobelsky
2014-02-13wl18xx: move to new firmware (wl18xx-fw-3.bin)Eliad Peller
2014-02-13wlcore/wl12xx/wl18xx: configure num_links per-hwEliad Peller
2014-02-13wlcore: cancel Tx watchdog on suspend and rearm on first Tx afterArik Nemtsov
2013-09-30wlcore: fix unsafe dereference of the wlvifVictor Goldenshtein
2013-09-30wlcore: ROC on AP channel before auth replyArik Nemtsov
2013-06-17wlcore: set default_wep_key when configuredYoni Divinsky
2013-03-25wlcore: consider dummy packets when tx queues are emptyArik Nemtsov
2013-03-25wlcore: free AP global links properly on recoveryArik Nemtsov
2013-03-25wlcore: change warn on missing lock in wlcore_queue_xx funcsArik Nemtsov
2013-03-25wlcore: consolidate tx_seq handling on recoveryArik Nemtsov
2013-03-25wlcore: fix link count in single-link-PSM optimizationArik Nemtsov
2012-12-11wlcore: consolidate Rx BA bitmap management to links structArik Nemtsov
2012-12-11wlcore: don't take mutex before stopping queuesArik Nemtsov
2012-12-11wlcore: use separate HW queue for each AC in each vifArik Nemtsov
2012-12-11wlcore: use link count for single-STA-PSM optimizationArik Nemtsov
2012-12-11wlcore/wl18xx: change priority calculations for linksArik Nemtsov
2012-12-11wlcore: remove support for injected TxArik Nemtsov
2012-12-05wlcore: improved Tx scheduling algorithmArik Nemtsov
2012-12-05wlcore: track FW-allocated packets per linkArik Nemtsov
2012-12-05wlcore: count packets held per AC in each vifArik Nemtsov
2012-12-05wlcore: consolidate free_link and always call itArik Nemtsov
2012-12-05wlcore: remove unnecessary WARN_ON in wl12xx_tx_resetVictor Goldenshtein
2012-12-04wlcore/wl12xx: make sure session id is always zero for APArik Nemtsov
2012-11-27wlcore: save session_id per-linkEliad Peller
2012-11-27wlcore: split 18xx and 12xx scan mechanismEliad Peller
2012-11-27wlcore: implement .remain_on_channel() callbackEliad Peller
2012-11-27wlcore: start sta role on CHANGED_BSSIDEliad Peller
2012-09-27wlcore/wl18xx/wl12xx: aggregation buffer size setIgal Chernobelsky
2012-09-27wlcore: tx_flush - optimize flow and force Tx during the flushArik Nemtsov
2012-09-27wlcore: make Tx flush timings more verboseArik Nemtsov
2012-09-27wlcore: AP mode - send non-data packets with basic ratesArik Nemtsov
2012-09-27wlcore: Prevent interaction with HW after recovery is queuedIdo Yariv
2012-07-31wlcore: op_tx: pass sta explicitly when inferring frame hlidArik Nemtsov
2012-07-31wlcore: don't get the hlid from a queued skbArik Nemtsov
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-18wlcore: use basic rates for non-data packetsEliad Peller
2012-07-18wlcore: send EAPOLs using minimum basic rate for all rolesIgal Chernobelsky
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-26wlcore: fix broken TX due to wrong queuing of recoveryEyal Shapira
2012-06-22wlcore: Propagate errors from wl1271_raw_write32Ido Yariv
2012-06-22wlcore: Propagate errors from wl1271_writeIdo Yariv
2012-06-22wlcore: Propagate errors from wl1271_readIdo Yariv
2012-06-13wlcore: send EAPOLs with basic rate policyEyal Shapira
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-07wl18xx: pad only last frame in aggregration buffer for PG2Ido Reis
2012-06-06wireless: Remove casts to same typeJoe Perches
2012-06-06wlcore/wl12xx/wl18xx: implement op_set_key per HW archArik Nemtsov