summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2012-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-2/+10
2012-06-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-2/+10
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-13Merge 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/linvil...John W. Linville26-1188/+885
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2012-06-12mac80211: add missing kernel-docAshok Nagarajan1-0/+3
2012-06-09mac80211: add some missing kernel-docJohannes Berg1-0/+2
2012-06-08mac80211: add back channel change flagStanislaw Gruszka1-1/+1
2012-06-07Merge 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/linvil...John 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
2012-06-04mac80211: Fix likely misuse of | for &Joe Perches1-3/+3
2012-06-04mac80211: add missing rcu_read_lock/unlock in agg-rx session timerFelix Fietkau1-1/+6
2012-06-04mac80211: clean up remain-on-channel on interface stopJohannes Berg2-0/+28
2012-06-04mac80211: fix error in station state transitions during reconfigMeenakshi Venkataraman1-1/+1
2012-06-04mac80211: Fix Unreachable Mesh Station Problem when joining to another MBSSChun-Yeow Yeoh1-3/+6
2012-06-04mac80211: run scan after finish connection monitoringStanislaw Gruszka1-9/+27
2012-06-04net: Remove casts to same typeJoe Perches1-2/+1
2012-05-29mac80211: fix ADDBA declined after suspend with wowlanEyal Shapira1-6/+6
2012-05-29mac80211: fix flag check for QoS NOACK framesClaudio Pisa1-1/+1
2012-05-25mac80211: Fix race in checking AP status by sending null frameSoumik Das1-1/+2
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville11-45/+86
2012-05-16mac80211: Add debugfs entry for mesh ht_opmodeAshok Nagarajan1-0/+2
2012-05-16mac80211: Modify mesh_set_ht_prot_mode() to have less identationAshok Nagarajan1-23/+24
2012-05-16mac80211: Fix don't use '>' operator for matching channel typesAshok Nagarajan1-2/+4