aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-20mac80211: clean up ieee80211_subif_start_xmitJohannes Berg1-17/+6
2012-08-20mac80211: pass channel to ieee80211_send_probe_reqJohannes Berg4-7/+11
2012-08-20mac80211: convert ops checks to WARN_ONJohannes Berg1-7/+5
2012-08-20mac80211: check operating channel in scanJohannes Berg1-5/+4
2012-08-20mac80211: use RX status band instead of current bandJohannes Berg1-1/+1
2012-08-20mac80211: don't assume channel is set in tracingJohannes Berg1-3/+6
2012-08-20mac80211: use oper_channel in rate initJohannes Berg1-1/+1
2012-08-20mac80211: remove freq/chantype from debugfsJohannes Berg1-32/+0
2012-08-20mac80211: remove almost unused local variableJohannes Berg1-5/+2
2012-08-20mac80211: mesh: don't use global channel typeJohannes Berg2-8/+10
2012-08-20mac80211: simplify buffers in aes_128_cmac_vectorJohannes Berg1-5/+1
2012-08-20mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTFJohannes Berg1-1/+14
2012-08-20mac80211: support P2P Device abstractionJohannes Berg10-96/+226
2012-08-20cfg80211: add P2P Device abstractionJohannes Berg2-0/+5
2012-08-20mac80211: make ieee80211_beacon_connection_loss_work staticJohannes Berg2-2/+1
2012-08-20mac80211: check size of channel switch IE when parsingJohannes Berg3-11/+9
2012-08-20mac80211: fix CSA handling timerJohannes Berg1-3/+2
2012-08-20mac80211: clean up CSA handling codeJohannes Berg1-18/+16
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