summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx/tx.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-02wl12xx: fix race condition during recovery in AP modeArik Nemtsov1-3/+5
2011-05-02wl12xx: Restart TX when TX descriptors are availableIdo Yariv1-0/+3
2011-05-02wl12xx: sleep instead of wakeup after tx workEliad Peller1-1/+1
2011-04-19wl12xx: Simplify TX blocks accountingIdo Yariv1-0/+1
2011-04-19wl12xx: Clean up the dummy packet mechanismIdo Yariv1-12/+31
2011-04-19wl12xx: Clean up the block size alignment codeIdo Yariv1-12/+14
2011-04-19wl12xx: fix roamingOhad Ben-Cohen1-0/+24
2011-04-19wl12xx: rearrange some ELP wake_up/sleep callsEliad Peller1-13/+9
2011-04-19wl12xx: set the skbuff priority for dummy packetsLuciano Coelho1-3/+0
2011-04-19wl12xx: set the actual tid instead of the acEliad Peller1-2/+2
2011-04-19wl12xx: use 1 spare TX block instead of twoLuciano Coelho1-2/+8
2011-04-19wl12xx: 1281/1283 support - Add dummy packet supportShahar Levi1-20/+55
2011-04-19wl12xx: 1281/1283 support - Improve Tx & Rx pathShahar Levi1-9/+21
2011-04-19wl12xx: 1281/1283 support - Add acx commandsShahar Levi1-19/+45
2011-03-03wl12xx: Switch to a threaded interrupt handlerIdo Yariv1-2/+3
2011-03-03wl12xx: Do end-of-transactions transfers only if neededIdo Yariv1-2/+8
2011-03-03wl12xx: Remove private headers in wl1271_tx_resetIdo Yariv1-9/+23
2011-02-23wl12xx: AP-mode - management of links in PS-modeArik Nemtsov1-1/+23
2011-02-23wl12xx: AP-mode - count free FW TX blocks per linkArik Nemtsov1-24/+29
2011-02-23wl12xx: report invalid TX rate when returning non-TX-ed skbsArik Nemtsov1-0/+11
2011-02-23wl12xx: AP-mode - TX queue per link in ACArik Nemtsov1-11/+119
2011-02-23wl12xx: AP-mode - fix race condition on sta connectionArik Nemtsov1-0/+19
2011-02-23wl12xx: use standard ALIGN() macroEliad Peller1-2/+2
2011-02-09wl12xx: set supported_rates after associationEliad Peller1-22/+0
2011-01-24wl12xx: fix some endianess bugsEliad Peller1-3/+3
2011-01-24wl12xx: AP mode - encryption supportArik Nemtsov1-5/+25
2011-01-24wl12xx: AP mode - changes in TX pathArik Nemtsov1-9/+46
2011-01-24wl12xx: AP mode - init sequenceArik Nemtsov1-0/+18
2011-01-24wl12xx: AP-mode high level commandsArik Nemtsov1-1/+1
2011-01-24wl12xx: AP mode - AP specific CMD_CONFIGURE sub-commandsArik Nemtsov1-1/+1
2010-12-15wl12xx: Change TX queue to be per ACJuuso Oikarinen1-11/+49
2010-11-22wl1271: Change wl12xx Files NamesShahar Levi1-0/+485
2009-07-10wl12xx: Moved wl1251 TX path implementation into chip specific filesJuuso Oikarinen1-557/+0
2009-05-06wl12xx: add driverKalle Valo1-0/+557