summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)Author
2013-04-11mac80211: always pick a basic rate to tx RTS/CTS for pre-HT ratesKarl Beldan
2013-04-11mac80211: fix ieee80211_queue_stopped()Thomas Pedersen
2013-04-10mac80211: fix cfg80211 interaction on auth/assoc requestJohannes Berg
2013-04-10mac80211: provide SSID in IBSS modeMarek Puzyniak
2013-04-10mac80211: always advertise STBC/MCSes even if no AP supportJohannes Berg
2013-04-10mac80211: clear SSID when stopping APMarek Puzyniak
2013-04-10mac80211: fix recalc_radar hwconf sync problemSimon Wunderlich
2013-04-10mac80211: stringify another plink stateThomas Pedersen
2013-04-10mac80211: unset FC retry bit in mesh fwding pathThomas Pedersen
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-08Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-04-08mac80211: fix LED in idle handlingJohannes Berg
2013-04-08mac80211: make ieee802_11_parse_elems an inlineJohannes Berg
2013-04-08mac80211: don't start new netdev queues if driver stoppedJohannes Berg
2013-04-08mac80211: replace some dead code by a warningJohannes Berg
2013-04-08mac80211: don't fiddle with netdev queues in MLME codeJohannes Berg
2013-04-08mac80211: disable uAPSD if all ACs are under ACMAlexander Bondar
2013-04-08mac80211: fix do_stop handling while suspendedJohannes Berg
2013-04-08mac80211: destroy virtual monitor interface across suspendJohannes Berg
2013-04-08mac80211: purge remain-on-channel items when suspendingJohannes Berg
2013-04-08mac80211: remove outdated comment referring to master interfaceJohannes Berg
2013-04-08mac80211: return new mpath from mesh_path_add()Bob Copeland
2013-04-08mac80211: fix the PREP mesh hwmp debug messageChun-Yeow Yeoh
2013-04-08mac80211: parse Timeout Interval Element using a structJohannes Berg
2013-04-08mac80211: check ERP info IE length in parserJohannes Berg
2013-04-08mac80211: check DSSS params IE length in parserJohannes Berg
2013-04-08mac80211: remove unused IE pointers from parserJohannes Berg
2013-04-08mac80211: remove ancient reference to master interfaceJohannes Berg
2013-04-08mac80211: be more careful about sending beacon-loss-eventsBen Greear
2013-04-08mac80211: add beacon stats to debugfsBen Greear
2013-04-08mac80211: let drivers not supporting channel contexts use VHTKarl Beldan
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-01Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-28net: add ETH_P_802_3_MINSimon Horman
2013-03-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan
2013-03-25mac80211: fix idle handling sequenceJohannes Berg
2013-03-25mac80211: allow drivers to set default uAPSD parametersAlexander Bondar
2013-03-25mac80211: ibss: use beacon_data struct for beacon and probe responseJohannes Berg
2013-03-25mac80211: ibss: disable beaconing before freeing beaconJohannes Berg
2013-03-25mac80211: fix remain-on-channel cancel crashJohannes Berg
2013-03-24mac80211: Don't restart sta-timer if not associated.Ben Greear
2013-03-22mac80211: add P2P NoA settingsJanusz Dziedzic
2013-03-22mac80211: use ieee80211_p2p_noa_attr structureJanusz Dziedzic
2013-03-22mac80211: make beacon-loss-count configurableBen Greear
2013-03-20mac80211: fix virtual monitor interface lockingJohannes Berg