aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-20mac80211: remove unneeded 'bssid' variableJohannes Berg1-4/+2
2012-08-20mac80211: support A-MPDU status reportingJohannes Berg1-1/+41
2012-08-20mac80211: add supported rates change notification in IBSSAntonio Quartulli2-1/+7
2012-08-20mac80211: clean up mpath_move_to_queue()Thomas Pedersen3-18/+21
2012-08-20mac80211: use skb_queue_walk() in mesh_path_assign_nexthopThomas Pedersen1-7/+1
2012-08-20mac80211: avoid using synchronize_rcu in ieee80211_set_probe_respEyal Shapira4-14/+21
2012-08-13mac80211: fix unnecessary beacon update after peering status changeMarco Porsch3-34/+33
2012-08-03mac80211: skb leak in mesh_plink_frame_tx()Thomas Pedersen1-6/+11
2012-08-03mac80211: don't request ack for peering closeThomas Pedersen1-0/+3
2012-08-03mac80211: remove ieee80211_clean_sdata()Thomas Pedersen1-17/+0
2012-08-03mac80211: improve cleanup when leaving meshThomas Pedersen2-9/+5
2012-08-01mac80211: cancel mesh path timerJohannes Berg1-0/+1
2012-08-01mac80211: clear timer bits when disconnectingJohannes Berg2-0/+4
2012-08-01mac80211: reset station MLME flags upon new associationJohannes Berg1-4/+7
2012-07-31mac80211: use eth_broadcast_addrJohannes Berg4-6/+6
2012-07-31mac80211: enable WDS carrier only after adding stationJohannes Berg1-0/+3
2012-07-31mac80211: manage carrier state in meshJohannes Berg2-4/+12
2012-07-31mac80211: use correct channel in TXJohannes Berg2-12/+7
2012-07-31mac80211: fix current vs. operating channel in preq/beaconJohannes Berg6-26/+44
2012-07-31mac80211: use oper_channel in utils and configJohannes Berg3-6/+6
2012-07-31mac80211: use oper_channel in managed mlmeJohannes Berg1-6/+6
2012-07-31mac80211: use oper_channel in ibssJohannes Berg1-4/+4
2012-07-31mac80211: use oper_channel in meshJohannes Berg1-3/+4
2012-07-31mac80211: set channel only once during auth/assocJohannes Berg1-26/+43
2012-07-31mac80211: rename sta to new_staJohannes Berg1-8/+8
2012-07-31mac80211: supress HT/VHT disable if not supportedJohannes Berg1-4/+6
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn2-4/+7
2012-07-31mac80211: add PS flag to bss_confEliad Peller4-3/+22
2012-07-31mac80211: don't call mgd_prepare_tx when associatedEmmanuel Grumbach1-4/+5
2012-07-31mac80211: don't react to beacon loss if HW monitoringJohannes Berg1-0/+3
2012-07-31mac80211: VHT (11ac) associationMahesh Palivela2-2/+39
2012-07-31mac80211: don't re-init rate control when receiving mesh beaconChun-Yeow Yeoh1-0/+5
2012-07-30mac80211: don't clear sched_scan_sdata on sched scan stop requestEliad Peller1-1/+0
2012-07-30Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg40-2002/+2150
2012-07-26Merge branch 'for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds1-1/+1
2012-07-24mac80211: fix scan_sdata assignmentJohannes Berg1-1/+1
2012-07-24leds: Rename led_brightness_set() to led_set_brightness()Shuah Khan1-1/+1
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville16-227/+250
2012-07-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-0/+1
2012-07-18mac80211: flush stations before stop beaconingEliad Peller1-0/+1
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+4
2012-07-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville5-20/+36
2012-07-17mac80211: go out of PS before sending disassocEliad Peller1-6/+11
2012-07-17mac80211: fix tx-mgmt cookie value being left uninitializedNicolas Cavallari1-0/+1
2012-07-13cfg80211/mac80211: re-add get_channel operationJohannes Berg1-0/+11
2012-07-13Revert "mac80211: refactor virtual monitor code"Johannes Berg3-17/+14
2012-07-13mac80211: fix use after freeAlan Cox1-2/+4
2012-07-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville16-206/+209
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville11-194/+258
2012-07-12mac80211: iterate the virtual monitor interfaceJohannes Berg2-10/+28