summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wlcore/tx.c
AgeCommit message (Expand)Author
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
2012-06-06wlcore: stop queues on Tx flushArik Nemtsov
2012-06-06wlcore: add stop reason bitmap for waking/starting queuesArik Nemtsov
2012-06-06wlcore/wl12xx/wl18xx: handle spare blocks spacial cases per archArik Nemtsov
2012-06-06wlcore/wl12xx/wl18xx: introduce quirk to remove TKIP header spaceArik Nemtsov
2012-06-05wlcore: use correct link for bcast/multicast framesEliad Peller
2012-06-05wlcore: support peer MIMO ratesArik Nemtsov
2012-06-05wlcore/wl18xx: add hw op for setting Tx HW checksumArik Nemtsov
2012-06-05wl18xx: implement immediate Tx completionArik Nemtsov
2012-04-12wlcore/wl12xx: turn no-Tx-align quirk into Tx-alignArik Nemtsov
2012-04-12wlcore/wl12xx: split Tx completion to immediate/delayedArik Nemtsov
2012-04-12wlcore/wl12xx: add global elements to convert hw-rates to standard ratesArik Nemtsov
2012-04-12wlcore/wl12xx: add hw op for setting frame length in tx_hw_descArik Nemtsov
2012-04-12wlcore/wl12xx: add hw op for setting blocks in hw_tx_descArik Nemtsov
2012-04-12wlcore/wl12xx: add hw op for calculating hw block count per packetArik Nemtsov
2012-04-12wlcore/wl12xx: change GEM Tx-spare blocks per-vifArik Nemtsov
2012-04-12wlcore/wl12xx: set the number of Tx descriptors per chip familyArik Nemtsov
2012-04-12wlcore/wl12xx: add chip-specific identify chip operationLuciano Coelho
2012-04-12wlcore/wl12xx: implement chip-specific register tablesLuciano Coelho
2012-04-12wl12xx/wlcore: move wl1271 struct to wlcore and add opsLuciano Coelho
2012-04-12wl12xx/wlcore: rename wl12xx to wlcoreLuciano Coelho