aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-09Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville12-33/+497
2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-20/+45
2013-08-01Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville19-290/+684
2013-08-01mac80211: add channel switch command and beacon callbacksSimon Wunderlich7-2/+386
2013-08-01mac80211: add debugfs for driver-buffered TID bitmapJohannes Berg1-0/+9
2013-08-01mac80211: report some VHT radiotap infos for tx statusKarl Beldan1-13/+63
2013-08-01mac80211: ibss - remove not authorized station earlierAntonio Quartulli1-1/+29
2013-08-01mac80211: use oneshot blink API for LED triggersFabio Baltieri5-17/+10
2013-07-31mac80211: continue using disabled channels while connectedJohannes Berg1-1/+10
2013-07-31mac80211: ignore HT primary channel while connectedJohannes Berg1-13/+13
2013-07-31mac80211: don't wait for TX status foreverJohannes Berg1-3/+12
2013-07-31mac80211: fix infinite loop in ieee80211_determine_chantypeChris Wright1-1/+1
2013-07-23mac80211: fix monitor interface suspend crash regressionStanislaw Gruszka1-2/+5
2013-07-22mac80211: prevent the buffering or frame transmission to non-assoc mesh STAChun-Yeow Yeoh1-0/+4
2013-07-16mac80211/minstrel: fix NULL pointer dereference issueFelix Fietkau1-1/+2
2013-07-16mac80211: make active monitor injection work w/ HW queueJohannes Berg1-0/+4
2013-07-16mac80211: set forwarding in mesh capability infoChun-Yeow Yeoh1-1/+3
2013-07-16mac80211: fix off-by-one regression in ibss beacon generationSimon Wunderlich1-1/+3
2013-07-16mac80211: fix regression when initializing ibss wmm paramsSimon Wunderlich3-31/+10
2013-07-16mac80211: return if IBSS chandef can not be usedSimon Wunderlich1-0/+8
2013-07-16mac80211: allow scanning for 5/10 MHz channels in IBSSSimon Wunderlich4-23/+56
2013-07-16cfg80211/mac80211: use reduced txpower for 5 and 10 MHzSimon Wunderlich3-3/+4
2013-07-16cfg80211/mac80211: get mandatory rates based on scan widthSimon Wunderlich1-4/+15
2013-07-16mac80211: select and adjust bitrates according to channel modeSimon Wunderlich12-159/+352
2013-07-16mac80211: add radiotap flag and handling for 5/10 MHzSimon Wunderlich1-9/+12
2013-07-16mac80211: fix timing for 5 MHz and 10 MHz channelsSimon Wunderlich5-25/+90
2013-07-16mac80211/rc80211: add chandef to rate initializationSimon Wunderlich4-9/+27
2013-07-16mac80211: add per-chain signal information to radiotapJohannes Berg1-17/+52
2013-07-16mac80211: enable HT overrides for ibssSimon Wunderlich3-17/+57
2013-07-16mac80211: fix duplicate retransmission detectionJohannes Berg1-2/+8
2013-07-16mac80211: fix ethtool stats for non-station interfacesJohannes Berg1-0/+2
2013-07-16mac80211/minstrel_ht: fix cck rate samplingFelix Fietkau1-1/+9
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds25-582/+566
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-1/+1
2013-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville13-86/+127
2013-06-24mac80211: initialize power mode for mesh STAsThomas Pedersen1-0/+1
2013-06-24mac80211: allow self-protected frame tx without staThomas Pedersen1-1/+2
2013-06-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville12-110/+108
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-12/+92
2013-06-19cfg80211: require passing BSS struct back to cfg80211_assoc_timeoutJohannes Berg1-8/+7
2013-06-19Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg6-19/+113
2013-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville5-12/+92
2013-06-18Revert "mac80211: in IBSS use the Auth frame to trigger STA reinsertion"Antonio Quartulli3-46/+7
2013-06-18mac80211: change IBSS channel state to chandefSimon Wunderlich2-13/+12
2013-06-18mac80211: fix various components for the new 5 and 10 MHz widthsSimon Wunderlich5-3/+31
2013-06-18mac80211: update mesh beacon on workqueueThomas Pedersen3-12/+44
2013-06-13mac80211: Fix VHT bandwidth change eventIlan Peer1-1/+1
2013-06-13mac80211: track AP's beacon rate and give it to the driverAlexander Bondar3-1/+17
2013-06-13mac80211: Ensure tid_start_tx is protected by sta->lockBen Greear2-1/+4
2013-06-13mac80211: fix TX aggregation TID struct leakJohannes Berg1-0/+1