summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)Author
2012-08-20mac80211: clean up ieee80211_subif_start_xmitJohannes Berg
2012-08-20mac80211: pass channel to ieee80211_send_probe_reqJohannes Berg
2012-08-20mac80211: convert ops checks to WARN_ONJohannes Berg
2012-08-20mac80211: check operating channel in scanJohannes Berg
2012-08-20mac80211: use RX status band instead of current bandJohannes Berg
2012-08-20mac80211: don't assume channel is set in tracingJohannes Berg
2012-08-20mac80211: use oper_channel in rate initJohannes Berg
2012-08-20mac80211: remove freq/chantype from debugfsJohannes Berg
2012-08-20mac80211: remove almost unused local variableJohannes Berg
2012-08-20mac80211: mesh: don't use global channel typeJohannes Berg
2012-08-20mac80211: simplify buffers in aes_128_cmac_vectorJohannes Berg
2012-08-20mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTFJohannes Berg
2012-08-20mac80211: support P2P Device abstractionJohannes Berg
2012-08-20cfg80211: add P2P Device abstractionJohannes Berg
2012-08-20mac80211: make ieee80211_beacon_connection_loss_work staticJohannes Berg
2012-08-20mac80211: check size of channel switch IE when parsingJohannes Berg
2012-08-20mac80211: fix CSA handling timerJohannes Berg
2012-08-20mac80211: clean up CSA handling codeJohannes Berg
2012-08-20mac80211: remove unneeded 'bssid' variableJohannes Berg
2012-08-20mac80211: support A-MPDU status reportingJohannes Berg
2012-08-20mac80211: add supported rates change notification in IBSSAntonio Quartulli
2012-08-20mac80211: clean up mpath_move_to_queue()Thomas Pedersen
2012-08-20mac80211: use skb_queue_walk() in mesh_path_assign_nexthopThomas Pedersen
2012-08-20mac80211: avoid using synchronize_rcu in ieee80211_set_probe_respEyal Shapira
2012-08-13mac80211: fix unnecessary beacon update after peering status changeMarco Porsch
2012-08-03mac80211: skb leak in mesh_plink_frame_tx()Thomas Pedersen
2012-08-03mac80211: don't request ack for peering closeThomas Pedersen
2012-08-03mac80211: remove ieee80211_clean_sdata()Thomas Pedersen
2012-08-03mac80211: improve cleanup when leaving meshThomas Pedersen
2012-08-01mac80211: cancel mesh path timerJohannes Berg
2012-08-01mac80211: clear timer bits when disconnectingJohannes Berg
2012-08-01mac80211: reset station MLME flags upon new associationJohannes Berg
2012-07-31mac80211: use eth_broadcast_addrJohannes Berg
2012-07-31mac80211: enable WDS carrier only after adding stationJohannes Berg
2012-07-31mac80211: manage carrier state in meshJohannes Berg
2012-07-31mac80211: use correct channel in TXJohannes Berg
2012-07-31mac80211: fix current vs. operating channel in preq/beaconJohannes Berg
2012-07-31mac80211: use oper_channel in utils and configJohannes Berg
2012-07-31mac80211: use oper_channel in managed mlmeJohannes Berg
2012-07-31mac80211: use oper_channel in ibssJohannes Berg
2012-07-31mac80211: use oper_channel in meshJohannes Berg
2012-07-31mac80211: set channel only once during auth/assocJohannes Berg
2012-07-31mac80211: rename sta to new_staJohannes Berg
2012-07-31mac80211: supress HT/VHT disable if not supportedJohannes Berg
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn
2012-07-31mac80211: add PS flag to bss_confEliad Peller
2012-07-31mac80211: don't call mgd_prepare_tx when associatedEmmanuel Grumbach
2012-07-31mac80211: don't react to beacon loss if HW monitoringJohannes Berg
2012-07-31mac80211: VHT (11ac) associationMahesh Palivela
2012-07-31mac80211: don't re-init rate control when receiving mesh beaconChun-Yeow Yeoh