aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-20mac80211: save wmm_acm per sdataYoni Divinsky6-14/+17
2012-06-20mac80211: use the correct capability info in ieee80211_set_associated()Luciano Coelho1-1/+1
2012-06-20cfg80211: fix regression in multi-vif AP startFelix Fietkau1-2/+32
2012-06-20nl80211: use __cfg80211_rdev_from_attrs for testmodeJohannes Berg1-13/+10
2012-06-20nl80211: change __cfg80211_rdev_from_infoJohannes Berg1-9/+10
2012-06-20nl80211: fix netns separationJohannes Berg1-9/+12
2012-06-20nl80211: refactor __cfg80211_rdev_from_infoJohannes Berg1-28/+31
2012-06-20cfg80211: make some functions staticJohannes Berg3-89/+82
2012-06-20mac80211: initialize sta pointer to avoid false-positive warningLuciano Coelho1-2/+2
2012-06-20mac80211: cleanup offchannel_ps_enable argumentRajkumar Manoharan1-5/+4
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 Yeoh6-2/+24
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 Yeoh4-1/+30
2012-06-13nl80211: fix sched scan match attribute nameJohannes Berg1-2/+2
2012-06-13mac80211: Disallow changing chan type on monitor when CHAN_MODE_FIXEDPontus Fuchs1-1/+2
2012-06-13mac80211: allow cancelling dependent ROCsJohannes Berg1-0/+22
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 Yeoh3-64/+70
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-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-06cfg80211: validate remain-on-channel time betterJohannes Berg1-7/+16
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-06rfkill: Add the capability to switch all devices of all type in __rfkill_switch_all().Alex Hung1-1/+1
2012-06-06cfg80211: clarify set_channel APIsJohannes Berg8-76/+50
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville11-22/+97
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville1-1/+1
2012-06-05cfg80211: provide channel to join_mesh functionJohannes Berg5-15/+144
2012-06-05cfg80211: disallow setting channel on WDS interfacesJohannes Berg2-4/+2
2012-06-05cfg80211: provide channel to start_ap functionJohannes Berg2-2/+56
2012-06-05cfg80211: simplify cfg80211_can_beacon_sec_chan APIJohannes Berg2-18/+7
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-05cfg80211: deprecate CFG80211_WEXTJohannes Berg1-1/+0
2012-06-05wireless: remove wext sysfsJohannes Berg2-87/+0
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