summaryrefslogtreecommitdiffstats
path: root/net/wireless/ibss.c
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: separate internal SME implementationJohannes Berg2013-06-041-6/+0
* cfg80211: vastly simplify lockingJohannes Berg2013-05-251-8/+2
* cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg2013-02-111-2/+2
* nl80211/cfg80211: support VHT channel configurationJohannes Berg2012-11-261-2/+2
* cfg80211: pass a channel definition structJohannes Berg2012-11-261-12/+15
* cfg80211: add cfg80211 exported function tracingBeni Lev2012-10-181-0/+2
* cfg80211: add wrappers for registered_device_opsHila Gonen2012-10-181-3/+4
* cfg80211: respect iface combinations when starting operationMichal Kazior2012-06-291-0/+10
* cfg80211: track ibss fixed channelMichal Kazior2012-06-291-0/+1
* cfg80211: use sme_state in ibss start/join pathAmitkumar Karwar2012-06-041-1/+5
* wireless: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-1/+1
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* cfg80211/mac80211: allow per-station GTKsJohannes Berg2010-10-061-1/+1
* cfg80211: always set IBSS basic ratesJohannes Berg2010-09-281-0/+19
* cfg80211: fix IBSS default management keyJohannes Berg2010-07-261-1/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-111-5/+0
|\
| * cfg80211/mac80211: better channel handlingJohannes Berg2010-05-071-5/+0
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* wireless : use a dedicated workqueue for cfg80211.Alban Browaeys2009-11-281-1/+1
* cfg80211: re-join IBSS when privacy changesJohannes Berg2009-11-181-2/+2
* wext: refactorJohannes Berg2009-10-071-5/+5
* cfg80211: make spurious warnings less likely, configurableJohannes Berg2009-08-281-1/+3
* cfg80211: validate channel settings across interfacesJohannes Berg2009-08-141-22/+39
* cfg80211: combine IWESSID handlersJohannes Berg2009-07-291-4/+0
* cfg80211: combine IWAP handlersJohannes Berg2009-07-291-4/+0
* cfg80211: combine iwfreq implementationsJohannes Berg2009-07-291-4/+1
* cfg80211: fix NULL dereference in IBSS SIOCGIWAPZhu Yi2009-07-241-1/+4
* cfg80211: rework key operationJohannes Berg2009-07-241-13/+66
* cfg80211: fix lockingJohannes Berg2009-07-101-27/+106
* cfg80211: fix netdev down problemJohannes Berg2009-07-101-0/+4
* cfg80211: keep track of BSSesJohannes Berg2009-07-101-6/+6
* cfg80211: remove wireless_dev->bssidJohannes Berg2009-07-101-10/+3
* cfg80211: put wext data into substructureJohannes Berg2009-05-111-30/+30
* nl80211: allow configuring IBSS beacon intervalJohannes Berg2009-04-221-0/+3
* cfg80211: clear WEXT SSID when clearing IBSSJohannes Berg2009-04-221-7/+14
* cfg80211: clean up includesJohannes Berg2009-04-221-1/+0
* cfg80211/nl80211: add IBSS APIJohannes Berg2009-04-221-0/+360