summaryrefslogtreecommitdiffstats
path: root/lib/ts_fsm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-30mac80211: remove probe response temporary buffer allocationJohannes Berg6-30/+25
2012-11-30mac80211: make ieee80211_build_preq_ies saferJohannes Berg3-17/+41
2012-11-30cfg80211: fix cmp_hidden_bssJohannes Berg1-4/+14
2012-11-30cfg80211: fix whitespace in scan handlingJohannes Berg1-16/+13
2012-11-30cfg80211: don't BUG_ON BSS struct issuesJohannes Berg1-2/+4
2012-11-30mac80211: allow userspace registration for probe requests in IBSSAntonio Quartulli1-1/+2
2012-11-30mac80211: fix for mesh sync to indicate TBTT adjustmentMarco Porsch1-0/+4
2012-11-29nl80211: Fix HT_IBSS feature check in ibss_joinSimon Wunderlich1-0/+1
2012-11-29mac80211: add debugfs file for last rx rateSaravana1-0/+18
2012-11-29mac80211: re-organize the rx rate calculation logicSaravana2-28/+35
2012-11-29mac80211: add debugfs file for current tx rateSaravana1-0/+16
2012-11-29mac80211: add debugfs file for last ack signalSaravana3-0/+7
2012-11-29cfg80211: Remove unused VHT chan codeMahesh Palivela1-27/+1
2012-11-28mac80211: don't reinit rate control when mesh sta existsHelmut Schaa1-1/+2
2012-11-28mac80211: reject setting masked mac addressesHelmut Schaa1-0/+45
2012-11-28mac80211: fix potential NULL dereferenceDan Carpenter1-1/+1
2012-11-28nl80211: remove unnecessary checksJohannes Berg1-3/+2
2012-11-27mac80211: support P2P GO powersave configurationJohannes Berg2-2/+16
2012-11-27nl80211: support P2P GO powersave configurationJohannes Berg3-0/+79
2012-11-27mac80211: support (partial) VHT radiotap informationJohannes Berg4-0/+71
2012-11-27mac80211: support VHT associationJohannes Berg3-72/+313
2012-11-27cfg80211: rework chandef checking and export itJohannes Berg4-72/+85
2012-11-26cfg80211: fix some tracing output issuesJohannes Berg1-76/+73
2012-11-26mac80211_hwsim: remove printing scan configJohannes Berg1-6/+0
2012-11-26mac80211_hwsim: advertise VHT supportJohannes Berg1-0/+28
2012-11-26wireless: add definitions for VHT MCS supportJohannes Berg1-0/+23
2012-11-26mac80211: support VHT rates in TX infoJohannes Berg2-20/+57
2012-11-26mac80211: support drivers reporting VHT RXJohannes Berg5-10/+66
2012-11-26nl80211/cfg80211: add VHT MCS supportJohannes Berg4-24/+144
2012-11-26mac80211: convert to channel definition structJohannes Berg20-262/+220
2012-11-26nl80211/cfg80211: support VHT channel configurationJohannes Berg13-113/+507
2012-11-26cfg80211: pass a channel definition structJohannes Berg20-402/+403
2012-11-26nl80211: add documentation for channel typeJohannes Berg1-0/+9
2012-11-26cfg80211: remove remain-on-channel channel typeJohannes Berg24-172/+81
2012-11-26mac80211: fix managed mode channel flags handlingJohannes Berg1-9/+5
2012-11-26mac80211: remove mesh config macros from mesh_plink.cMarco Porsch1-15/+13
2012-11-26mac80211: refactor ieee80211_set_qos_hdrMarco Porsch1-17/+23
2012-11-26mac80211: move Mesh Capability field definition to ieee80211.hMarco Porsch4-19/+20
2012-11-26mac80211: in ADHOC print debug message for every Auth messageAntonio Quartulli1-2/+4
2012-11-26mac80211: in ADHOC don't update last_rx if sta is not authorizedAntonio Quartulli1-3/+7
2012-11-26cfg80211: change function signature of cfg80211_get_p2p_attr()Arend van Spriel2-4/+6
2012-11-23cfg80211: use DS or HT operation IEs to determine BSS channelJohannes Berg2-9/+45
2012-11-23mac80211: disable HT advertising unless AP supports itJohannes Berg1-0/+1
2012-11-23mac80211: rename IEEE80211_STA_DISABLE_11N to HTJohannes Berg2-9/+9
2012-11-23mac80211: fix RX chains configurationJohannes Berg1-16/+21
2012-11-23mac80211: fix radiotap vendor area skippingJohannes Berg1-4/+7
2012-11-21mac80211: Add debugfs callbacks for station addition/removalSujith Manoharan3-0/+59
2012-11-20mac80211: fix channel context suspend/reconfig handlingJohannes Berg2-3/+56
2012-11-19mac80211: make remain_on_channel() op pass vif paramEliad Peller7-10/+21
2012-11-19cfg80211: Add TDLS event to allow drivers to request operationsJouni Malinen4-0/+95