aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/ibss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-26cfg80211: fix warning when using WEXT for IBSSBruno Randolf1-0/+3
2013-06-04cfg80211: separate internal SME implementationJohannes Berg1-6/+0
2013-05-25cfg80211: vastly simplify lockingJohannes Berg1-8/+2
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg1-2/+2
2012-11-26nl80211/cfg80211: support VHT channel configurationJohannes Berg1-2/+2
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-12/+15
2012-10-18cfg80211: add cfg80211 exported function tracingBeni Lev1-0/+2
2012-10-18cfg80211: add wrappers for registered_device_opsHila Gonen1-3/+4
2012-06-29cfg80211: respect iface combinations when starting operationMichal Kazior1-0/+10
2012-06-29cfg80211: track ibss fixed channelMichal Kazior1-0/+1
2012-06-04cfg80211: use sme_state in ibss start/join pathAmitkumar Karwar1-1/+5
2012-05-09wireless: Convert compare_ether_addr to ether_addr_equalJoe Perches1-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2010-10-06cfg80211/mac80211: allow per-station GTKsJohannes Berg1-1/+1
2010-09-28cfg80211: always set IBSS basic ratesJohannes Berg1-0/+19
2010-07-26cfg80211: fix IBSS default management keyJohannes Berg1-1/+3
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-5/+0
2010-05-07cfg80211/mac80211: better channel handlingJohannes Berg1-5/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-28wireless : use a dedicated workqueue for cfg80211.Alban Browaeys1-1/+1
2009-11-18cfg80211: re-join IBSS when privacy changesJohannes Berg1-2/+2
2009-10-07wext: refactorJohannes Berg1-5/+5
2009-08-28cfg80211: make spurious warnings less likely, configurableJohannes Berg1-1/+3
2009-08-14cfg80211: validate channel settings across interfacesJohannes Berg1-22/+39
2009-07-29cfg80211: combine IWESSID handlersJohannes Berg1-4/+0
2009-07-29cfg80211: combine IWAP handlersJohannes Berg1-4/+0
2009-07-29cfg80211: combine iwfreq implementationsJohannes Berg1-4/+1
2009-07-24cfg80211: fix NULL dereference in IBSS SIOCGIWAPZhu Yi1-1/+4
2009-07-24cfg80211: rework key operationJohannes Berg1-13/+66
2009-07-10cfg80211: fix lockingJohannes Berg1-27/+106
2009-07-10cfg80211: fix netdev down problemJohannes Berg1-0/+4
2009-07-10cfg80211: keep track of BSSesJohannes Berg1-6/+6
2009-07-10cfg80211: remove wireless_dev->bssidJohannes Berg1-10/+3
2009-05-11cfg80211: put wext data into substructureJohannes Berg1-30/+30
2009-04-22nl80211: allow configuring IBSS beacon intervalJohannes Berg1-0/+3
2009-04-22cfg80211: clear WEXT SSID when clearing IBSSJohannes Berg1-7/+14
2009-04-22cfg80211: clean up includesJohannes Berg1-1/+0
2009-04-22cfg80211/nl80211: add IBSS APIJohannes Berg1-0/+360