aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-24cfg80211: always check for scan end on P2P deviceJohannes Berg1-25/+27
2013-03-01nl80211: increase wiphy dump size dynamicallyJohannes Berg1-5/+25
2013-02-27nl80211: remove channel width and extended capa advertisingJohannes Berg1-21/+0
2013-02-26nl80211: remove TCP WoWLAN informationJohannes Berg1-45/+0
2013-02-26nl80211: remove radar informationJohannes Berg1-13/+3
2013-02-18cfg80211: fix station change if TDLS isn't supportedJohannes Berg1-9/+0
2013-02-15cfg80211: Pass TDLS peer's QoS/HT/VHT information during set_stationJouni Malinen1-9/+81
2013-02-15cfg80211: Pass station (extended) capability info to kernelJouni Malinen1-0/+36
2013-02-15cfg80211: advertise extended capabilities to userspaceJohannes Berg1-0/+9
2013-02-15nl80211: advertise HT/VHT channel limitationsJohannes Berg1-0/+12
2013-02-15nl80211/cfg80211: add radar detection command/eventSimon Wunderlich1-5/+130
2013-02-13cfg80211: configuration for WoWLAN over TCPJohannes Berg1-3/+292
2013-02-13nl80211: add packet offset information for wowlan patternAmitkumar Karwar1-27/+47
2013-02-11cfg80211: move TSF into IEsJohannes Berg1-11/+16
2013-02-04cfg80211: expand per-station byte counters to 64bitVladimir Kondratiev1-3/+13
2013-01-31cfg80211/mac80211: support reporting wakeup reasonJohannes Berg1-0/+97
2013-01-25cfg80211/nl80211: add API for MAC address ACLsVasanthakumar Thiagarajan1-0/+116
2013-01-16cfg80211: check radar interface combinationsSimon Wunderlich1-0/+3
2013-01-16cfg80211: Allow use_mfp to be specified with the connect commandJouni Malinen1-0/+9
2013-01-16nl80211: allow user-space to set address for P2P_DEVICEArend van Spriel1-0/+7
2013-01-16{cfg,nl}80211: mesh power mode primitives and userspace accessMarco Porsch1-1/+42
2013-01-16{cfg,nl,mac}80211: set beacon interval and DTIM period on mesh joinMarco Porsch1-0/+15
2013-01-16nl80211: add range checks to mesh parametersMarco Porsch1-35/+44
2013-01-03cfg80211: disallow more station changesJohannes Berg1-14/+8
2013-01-03nl80211/mac80211: support full station state in AP modeJohannes Berg1-0/+24
2013-01-03regulatory: use RCU to protect global and wiphy regdomainsJohannes Berg1-17/+18
2013-01-03regulatory: fix reg_is_valid_request handlingJohannes Berg1-12/+6
2013-01-03regulatory: remove BUG_ONJohannes Berg1-2/+0
2013-01-03cfg80211: remove wiphy_idx_validJohannes Berg1-1/+1
2013-01-03regulatory: code cleanupJohannes Berg1-9/+6
2012-11-30cfg80211: fix BSS struct IE access racesJohannes Berg1-9/+18
2012-11-29nl80211: Fix HT_IBSS feature check in ibss_joinSimon Wunderlich1-0/+1
2012-11-29cfg80211: Remove unused VHT chan codeMahesh Palivela1-27/+1
2012-11-28nl80211: remove unnecessary checksJohannes Berg1-3/+2
2012-11-27nl80211: support P2P GO powersave configurationJohannes Berg1-0/+56
2012-11-27cfg80211: rework chandef checking and export itJohannes Berg1-34/+4
2012-11-26nl80211/cfg80211: add VHT MCS supportJohannes Berg1-15/+43
2012-11-26nl80211/cfg80211: support VHT channel configurationJohannes Berg1-50/+110
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-126/+127
2012-11-26cfg80211: remove remain-on-channel channel typeJohannes Berg1-23/+13
2012-11-19cfg80211: Add TDLS event to allow drivers to request operationsJouni Malinen1-0/+47
2012-11-07nl80211: send the NL80211_ATTR_SSID in nl80211_send_iface()Antonio Quartulli1-0/+5
2012-11-07cfg80211: store the ssid into wirless_dev in AP modeAntonio Quartulli1-0/+2
2012-11-05cfg80211: allow registering more than one beacon listenerBen Greear1-28/+60
2012-11-05nl/cfg80211: add the NL80211_CMD_SET_MCAST_RATE commandAntonio Quartulli1-0/+39
2012-10-30cfg80211: allow per interface TX power settingJohannes Berg1-1/+5
2012-10-30nl80211: move "can set channel" checkJohannes Berg1-4/+4
2012-10-23cfg80211: add tracing for P2P Device start/stopJohannes Berg1-2/+2
2012-10-18cfg80211: add cfg80211 exported function tracingBeni Lev1-0/+5
2012-10-18cfg80211: add wrappers for registered_device_opsHila Gonen1-72/+63