aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-18mac80211: fix and improve mesh RANN processingChun-Yeow Yeoh1-18/+25
2012-06-18mac80211: set only VO as a U-APSD enabled ACArik Nemtsov1-4/+7
2012-06-18mac80211: stop Rx during HW reconfigArik Nemtsov4-0/+17
2012-06-18mac80211: fix the assignment of mesh element TTLChun-Yeow Yeoh1-1/+1
2012-06-18{nl,cfg,mac}80211: implement dot11MeshHWMPconfirmationIntervalChun-Yeow Yeoh4-1/+14
2012-06-18mac80211: invoke the timer only with correct dot11MeshHWMPRootMode valueChun-Yeow Yeoh2-3/+3
2012-06-18mac80211: implement the proactive PREP generationChun-Yeow Yeoh1-5/+33
2012-06-14mac80211: implement the proactive PREQ generationChun-Yeow Yeoh2-5/+32
2012-06-14{nl,cfg,mac}80211: implement dot11MeshHWMProotInterval and dot11MeshHWMPactivePathToRootTimeoutChun-Yeow Yeoh2-0/+12
2012-06-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-2/+10
2012-06-13mac80211: Disallow changing chan type on monitor when CHAN_MODE_FIXEDPontus Fuchs1-1/+2
2012-06-13mac80211: stop polling in disassociationDavid Spinadel1-2/+2
2012-06-13mac80211: check sdata_running on ieee80211_set_bitrate_maskEliad Peller1-0/+3
2012-06-13mac80211: allow cancelling dependent ROCsJohannes Berg1-0/+22
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville26-1188/+885
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2012-06-12mac80211: add missing kernel-docAshok Nagarajan1-0/+3
2012-06-11mac80211: remove unneeded ieee80211_run_deferred_scan()Johannes Berg2-6/+0
2012-06-11{nl,cfg,mac}80211: fix the coding style related to mesh parametersChun-Yeow Yeoh2-19/+18
2012-06-09mac80211: Rename stainfo variable for the more common staJavier Cardona2-5/+5
2012-06-09mac80211: Remove unused variableJavier Cardona1-3/+0
2012-06-09mac80211: add some missing kernel-docJohannes Berg1-0/+2
2012-06-08mac80211: add back channel change flagStanislaw Gruszka1-1/+1
2012-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-19/+73
2012-06-06mac80211: unify SW/offload remain-on-channelJohannes Berg9-751/+532
2012-06-06mac80211: do remain-on-channel while idleJohannes Berg4-24/+10
2012-06-06mac80211: add stations after AP start on reconfigArik Nemtsov1-7/+30
2012-06-06mac80211: Clear wowlan flag when drv_suspend returns failurePontus Fuchs1-0/+1
2012-06-06mac80211: Add missing mesh parameter dot11MeshForwarding for debugfsChun-Yeow Yeoh1-0/+1
2012-06-06mac80211: print info when disabling HTJohannes Berg1-3/+10
2012-06-06mac80211: configure 11b/g channel access rules for legacy APsStanislaw Gruszka1-34/+46
2012-06-06cfg80211: clarify set_channel APIsJohannes Berg1-1/+8
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville8-19/+73
2012-06-05cfg80211: provide channel to join_mesh functionJohannes Berg1-0/+6
2012-06-05cfg80211: provide channel to start_ap functionJohannes Berg1-0/+5
2012-06-05cfg80211: simplify cfg80211_can_beacon_sec_chan APIJohannes Berg1-2/+1
2012-06-05mac80211: move ieee80211_set_channel functionJohannes Berg1-35/+35
2012-06-05mac80211: clean up ieee80211_set_channelJohannes Berg1-16/+2
2012-06-05mac80211: simplify association HT parametersJohannes Berg2-16/+13
2012-06-05mac80211: remove ieee80211_get_operstate()Eliad Peller1-7/+0
2012-06-05net: mac80211: Add and use ibss_vdbg debugging macroJoe Perches2-55/+30
2012-06-05net: mac80211: Add and use ht_vdbg debugging macroJoe Perches2-90/+37
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches17-227/+181
2012-06-05mac80211: send beacon loss events to userspaceHolger Schurig1-0/+2
2012-06-05mac80211: allow channel change while mesh is downThomas Pedersen1-0/+4
2012-06-05mac80211: fail authentication when AP denied authenticationEliad Peller1-2/+2
2012-06-05mac80211: use offchannel queue only when supportedEliad Peller1-3/+5
2012-06-05mac80211: allow low-level drivers to set netdev feature bitsArik Nemtsov2-0/+9
2012-06-04mac80211: fix non RCU-safe sta_list manipulationArik Nemtsov1-2/+2