aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
...
* mac80211: do not transmit frames on unconfigured 4-addr vlan interfacesFelix Fietkau2010-01-121-1/+4
* mac80211: create Probe Request templateKalle Valo2010-01-121-0/+50
* mac80211: add functions to create PS Poll and Nullfunc templatesKalle Valo2010-01-121-0/+78
* cfg80211/mac80211: Use more generic bitrate mask for rate controlJouni Malinen2010-01-121-2/+10
* mac80211: Select lowest rate based on basic rate set in AP modeJouni Malinen2010-01-121-11/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-051-1/+4
|\
| * mac80211: fix skb buffering issueJohannes Berg2010-01-051-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-301-0/+4
|\ \ | |/
| * mac80211: fix race with suspend and dynamic_ps_disable_workLuis R. Rodriguez2009-12-281-0/+4
* | mac80211: add ieee80211_sdata_runningJohannes Berg2009-12-281-1/+1
* | mac80211: reduce reliance on netdevJohannes Berg2009-12-211-17/+16
* | mac80211: make station management completely depend on vifJohannes Berg2009-12-211-5/+4
|/
* net: Move && and || to end of previous lineJoe Perches2009-11-291-4/+5
* mac80211: request TX status where neededJohannes Berg2009-11-191-2/+2
* cfg80211: introduce capability for 4addr modeJohannes Berg2009-11-191-4/+3
* mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg2009-11-181-6/+1
* mac80211: make software rate control optionalJohannes Berg2009-11-181-1/+2
* mac80211: use fixed broadcast addressJohannes Berg2009-11-181-3/+7
* mac80211: remove dev_hold/put callsJohannes Berg2009-11-181-11/+5
* mac80211: fix BSSID setup for beacon framesRui Paulo2009-11-131-1/+1
* mac80211: implement support for 4-address frames for AP and client modeFelix Fietkau2009-11-111-8/+37
* mac80211: async station powersave handlingJohannes Berg2009-11-061-4/+9
* mac80211: make CALL_TXH a statementJohannes Berg2009-11-021-16/+18
* mac80211: unconditionally set IEEE80211_TX_CTL_SEND_AFTER_DTIMJohannes Berg2009-10-301-4/+3
* mac80211: introduce ieee80211_beacon_get_tim()Johannes Berg2009-10-301-3/+14
* mac80211: fix dynamic power save for devices with nullfunc support in hwKalle Valo2009-10-301-1/+5
* mac80211: refactor dynamic power save checkKalle Valo2009-10-301-3/+21
* mac80211: fix for incorrect sequence number on hostapd injected framesBjörn Smedman2009-10-271-1/+1
* mac80211: fix vlan and optimise RXJohannes Berg2009-10-071-1/+2
* mac80211: Fix [re]association power saving issue on AP sideIgor Perminov2009-09-291-1/+4
* wireless: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-4/+4
* mac80211: Fix unresolved mesh frames queued without valid control.vifJavier Cardona2009-08-141-8/+10
* mac80211: Use 3-address format for mesh broadcast frames.Javier Cardona2009-08-141-30/+34
* mac80211: small tx code cleanupJohannes Berg2009-08-141-19/+19
* mac80211: sequence number micro-optimisationJohannes Berg2009-08-141-1/+0
* mac80211: take statistics before encryptionJohannes Berg2009-08-141-18/+18
* mac80211: allow DMA optimisationJohannes Berg2009-08-141-0/+3
* mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-041-1/+1
* mac80211: verify info->control.vif is not NULLJohannes Berg2009-07-291-0/+5
* mac80211: fix oops due to missing private dataLuis R. Rodriguez2009-07-271-2/+4
* mac80211: fix PS-poll response, raceJohannes Berg2009-07-271-18/+1
* mac80211: implement basic background scanningHelmut Schaa2009-07-271-1/+1
* mac80211: Replace {sw, hw}_scanning variables with a bitfieldHelmut Schaa2009-07-271-3/+3
* mac80211: cooperate more with network namespacesJohannes Berg2009-07-271-45/+30
* mac80211: Fix regression in mesh forwarding path.Javier Cardona2009-07-241-3/+0
* mac80211: fix ieee80211_xmit call contextJohannes Berg2009-07-241-0/+7
* mac80211: remove master netdevJohannes Berg2009-07-241-176/+123
* mac80211: drop frames for sta with no valid rateLuis R. Rodriguez2009-07-241-0/+20
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-231-1/+1
|\
| * mac80211: fix injection in monitor modePavel Roskin2009-07-211-1/+1