summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-12{mac|nl}80211: Add station connected timeMohammed Shafi Shajakhan1-0/+3
2011-04-12nl80211: New notification to discover mesh peer candidates.Javier Cardona1-0/+38
2011-04-12nl80211/mac80211: Perform PLINK_ACTION on new stationJavier Cardona1-0/+5
2011-04-12nl80211/mac80211: let userspace authenticate stationsJavier Cardona1-1/+4
2011-04-12cfg80211/nl80211: Add userspace authentication flag to mesh setupJavier Cardona1-0/+5
2011-04-12nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IEJavier Cardona1-5/+6
2011-04-07nl80211: Add BSS parameters to stationPaul Stewart1-1/+20
2011-03-30cfg80211: Add nl80211 event for deletion of a station entryJouni Malinen1-0/+34
2011-03-01cfg80211: add a field for the bitrate of the last rx data packet from a stationFelix Fietkau1-19/+37
2011-01-28net/wireless/nl80211.c: Avoid call to genlmsg_cancelJulia Lawall1-2/+4
2010-12-20nl80211: Export available antennasBruno Randolf1-0/+5
2010-12-20cfg80211: Separate available antennas for RX and TXBruno Randolf1-7/+10
2010-12-20mac80211: Send mesh non-HWMP path selection frames to userspaceJavier Cardona1-0/+2
2010-12-20mac80211: Let userspace enable and configure vendor specific path selection.Javier Cardona1-5/+58
2010-12-20mac80211: Rename mesh_params to mesh_config to prepare for mesh_setupJavier Cardona1-20/+20
2010-12-16nl80211: Add notification for dropped Deauth/DisassocJouni Malinen1-0/+16
2010-12-15nl80211: advertise maximum remain-on-channel durationJohannes Berg1-1/+6
2010-12-13cfg80211/nl80211: separate unicast/multicast default TX keysJohannes Berg1-18/+107
2010-12-13cfg80211: Add antenna availability informationBruno Randolf1-2/+13
2010-12-08cfg80211: Add new BSS attribute ht_opmodeHelmut Schaa1-0/+5
2010-12-07nl80211/mac80211: Report signal averageBruno Randolf1-0/+3
2010-12-06cfg80211/mac80211: add mesh join/leave commandsJohannes Berg1-21/+116
2010-12-06nl80211: refactor mesh parameter parsingJohannes Berg1-23/+38
2010-12-06cfg80211: require add_virtual_intf to return new devJohannes Berg1-2/+5
2010-12-06nl80211/mac80211: define and allow configuring mesh element TTLJavier Cardona1-0/+5
2010-11-29nl80211/cfg80211: extend mgmt-tx API for off-channelJohannes Berg1-6/+51
2010-11-24cfg80211: allow using CQM event to notify packet lossJohannes Berg1-0/+45
2010-11-24cfg80211/mac80211: improve ad-hoc multicast rate handlingFelix Fietkau1-3/+33
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2010-11-24Revert "nl80211/mac80211: Report signal average"John W. Linville1-3/+0
2010-11-18nl80211/mac80211: Report signal averageBruno Randolf1-0/+3
2010-11-16cfg80211: add support for setting the ad-hoc multicast rateFelix Fietkau1-0/+5
2010-11-16cfg80211: Add nl80211 antenna configurationBruno Randolf1-1/+30
2010-11-08cfg80211: fix a crash in dev lookup on dump commandsFelix Fietkau1-2/+2
2010-10-11cfg80211: add channel utilization stats to the survey commandFelix Fietkau1-0/+15
2010-10-07cfg80211: constify WDS addressJohannes Berg1-1/+1
2010-10-07nl80211: use new genl helpers for WDSJohannes Berg1-33/+12
2010-10-06nl80211/mac80211: Add retry and failed transmission count to station infoBruno Randolf1-0/+6
2010-10-06nl80211: fix error in generic netif_running checkJohannes Berg1-0/+2
2010-10-06cfg80211/mac80211: allow per-station GTKsJohannes Berg1-8/+79
2010-10-05nl80211: reduce dumping boilerplateJohannes Berg1-92/+59
2010-10-05nl80211: use generic check for netif_runningJohannes Berg1-69/+28
2010-10-05nl80211: use the new genetlink pre/post_doit hooksJohannes Berg1-1202/+531
2010-10-05cfg80211: patches to allow setting the WDS peerBill Jordan1-0/+54
2010-10-05cfg80211: fix lockingJohannes Berg1-4/+7
2010-10-05cfg80211/mac80211: allow management frame TX in AP modeJohannes Berg1-2/+8
2010-10-05nl80211: allow drivers to indicate whether the survey data channel is in useFelix Fietkau1-0/+2
2010-09-28cfg80211: always set IBSS basic ratesJohannes Berg1-17/+0
2010-09-27nl80211: Fix exit from nl80211_set_power_saveTeemu Paasikivi1-1/+2
2010-09-16cfg80211/nl80211: introduce p2p device typesJohannes Berg1-17/+39