aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 6-17/+20
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 1-8/+3
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 2-4/+33
2013-08-26mac80211: fix change_interface queue assignmentsGravatar Johannes Berg 1-8/+11
2013-08-23mac80211: ignore (E)CSA in probe response framesGravatar Johannes Berg 1-8/+3
2013-08-23cfg80211: add flags to cfg80211_rx_mgmt()Gravatar Vladimir Kondratiev 1-2/+1
2013-08-23mac80211: assign seqnums for group QoS framesGravatar Bob Copeland 1-2/+4
2013-08-23mac80211: only respond to probe request with mesh IDGravatar Chun-Yeow Yeoh 1-0/+3
2013-08-23mac80211: move setting WIPHY_FLAG_SUPPORTS_SCHED_SCAN into driversGravatar Johannes Berg 1-3/+0
2013-08-22mac80211: minstrel_ht: don't use control.flags in TX status pathGravatar Johannes Berg 1-2/+1
2013-08-21mac80211: ibss: fix ignored channel parameterGravatar Simon Wunderlich 1-4/+29
2013-08-21mac80211: add a flag to indicate CCK support for HT clientsGravatar Felix Fietkau 1-0/+3
2013-08-21mac80211: add missing channel context releaseGravatar Johannes Berg 1-0/+1
2013-08-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 10-303/+516
2013-08-16mac80211: add APIs to allow keeping connections after WoWLANGravatar Johannes Berg 2-8/+148
2013-08-16mac80211: move ibss presp generation in own functionGravatar Simon Wunderlich 1-76/+109
2013-08-16mac80211: perform power save processing before decryptionGravatar Johan Almbladh 1-202/+202
2013-08-12mac80211: ibss - do not scan if not needed when creating an IBSSGravatar Antonio Quartulli 1-0/+11
2013-08-12mac80211: add vif to testmode cmdGravatar David Spinadel 1-1/+10
2013-08-12cfg80211: add wdev to testmode cmdGravatar David Spinadel 1-1/+3
2013-08-12mac80211: add control port protocol TX control flagGravatar Johannes Berg 2-5/+8
2013-08-09Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 12-33/+497
2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 3-20/+45
2013-08-09mac80211: fix ieee80211_sta_process_chanswitch for 5/10 MHz channelsGravatar Simon Wunderlich 1-0/+9
2013-08-09mac80211: allow lowest basic rate for unicast management for meshGravatar Chun-Yeow Yeoh 1-7/+16
2013-08-06wireless: make TU conversion macros availableGravatar Johannes Berg 1-3/+0
2013-08-01Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 19-290/+684
2013-08-01mac80211: add channel switch command and beacon callbacksGravatar Simon Wunderlich 7-2/+386
2013-08-01mac80211: add debugfs for driver-buffered TID bitmapGravatar Johannes Berg 1-0/+9
2013-08-01mac80211: report some VHT radiotap infos for tx statusGravatar Karl Beldan 1-13/+63
2013-08-01mac80211: ibss - remove not authorized station earlierGravatar Antonio Quartulli 1-1/+29
2013-08-01mac80211: use oneshot blink API for LED triggersGravatar Fabio Baltieri 5-17/+10
2013-07-31mac80211: continue using disabled channels while connectedGravatar Johannes Berg 1-1/+10
2013-07-31mac80211: ignore HT primary channel while connectedGravatar Johannes Berg 1-13/+13
2013-07-31mac80211: don't wait for TX status foreverGravatar Johannes Berg 1-3/+12
2013-07-31mac80211: fix infinite loop in ieee80211_determine_chantypeGravatar Chris Wright 1-1/+1
2013-07-23mac80211: fix monitor interface suspend crash regressionGravatar Stanislaw Gruszka 1-2/+5
2013-07-22mac80211: prevent the buffering or frame transmission to non-assoc mesh STAGravatar Chun-Yeow Yeoh 1-0/+4
2013-07-16mac80211/minstrel: fix NULL pointer dereference issueGravatar Felix Fietkau 1-1/+2
2013-07-16mac80211: make active monitor injection work w/ HW queueGravatar Johannes Berg 1-0/+4
2013-07-16mac80211: set forwarding in mesh capability infoGravatar Chun-Yeow Yeoh 1-1/+3
2013-07-16mac80211: fix off-by-one regression in ibss beacon generationGravatar Simon Wunderlich 1-1/+3
2013-07-16mac80211: fix regression when initializing ibss wmm paramsGravatar Simon Wunderlich 3-31/+10
2013-07-16mac80211: return if IBSS chandef can not be usedGravatar Simon Wunderlich 1-0/+8
2013-07-16mac80211: allow scanning for 5/10 MHz channels in IBSSGravatar Simon Wunderlich 4-23/+56
2013-07-16cfg80211/mac80211: use reduced txpower for 5 and 10 MHzGravatar Simon Wunderlich 3-3/+4
2013-07-16cfg80211/mac80211: get mandatory rates based on scan widthGravatar Simon Wunderlich 1-4/+15
2013-07-16mac80211: select and adjust bitrates according to channel modeGravatar Simon Wunderlich 12-159/+352
2013-07-16mac80211: add radiotap flag and handling for 5/10 MHzGravatar Simon Wunderlich 1-9/+12
2013-07-16mac80211: fix timing for 5 MHz and 10 MHz channelsGravatar Simon Wunderlich 5-25/+90