aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/cfg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18libertas: move under marvell vendor directoryKalle Valo1-2215/+0
2015-05-26cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg1-7/+6
2015-03-03cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky1-3/+3
2015-01-08cfg80211: remove enum station_info_flagsJohannes Berg1-6/+6
2014-10-14wireless: libertas: print esaped string via %*pEAndy Shevchenko1-6/+2
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2014-09-01treewide: fix errors in printkMasanari Iida1-1/+1
2014-08-26cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg1-0/+2
2014-05-19cfg80211: constify more pointers in the cfg80211 APIJohannes Berg1-3/+2
2014-05-19cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg1-1/+1
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-02-20libertas: fix scan result loss if SSID IE len 0James Cameron1-1/+1
2014-02-04cfg80211: fix channel configuration in IBSS joinAntonio Quartulli1-1/+2
2014-01-09cfg80211: Add a function to get the number of supported channelsIlan Peer1-6/+1
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-4/+4
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg1-4/+4
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-3/+1
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez1-18/+15
2012-11-30cfg80211: fix BSS struct IE access racesJohannes Berg1-1/+8
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-12/+12
2012-08-02libertas: fix two memory leaksDaniel Drake1-0/+1
2012-07-17libertas: Update 11d info only when interface is activeDaniel Drake1-2/+4
2012-07-12nl80211: move scan API to wdevJohannes Berg1-1/+0
2012-06-06cfg80211: clarify set_channel APIsJohannes Berg1-11/+28
2012-04-13libertas: fix signedness bug in lbs_auth_to_authtype()Amitkumar Karwar1-2/+7
2012-03-15libertas: remove dump_survey implementationDaniel Drake1-37/+0
2011-12-21libertas: clean up scan thread handlingAndres Salomon1-4/+6
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2011-11-11libertas: release bss references and avoid warning from cfg80211_inform_bssJohn W. Linville1-10/+15
2011-11-09wireless: libertas: fix unaligned le64 accessesSteven Miao1-1/+1
2011-11-02libertas: ensure we clean up a scan request properlyAndres Salomon1-8/+17
2011-10-14libertas: fix changing interface type when interface is downDaniel Drake1-14/+6
2011-09-27libertas: scan behaviour consistency improvementsDaniel Drake1-16/+17
2011-08-09libertas: disable functionality when interface is downDaniel Drake1-16/+23
2011-08-08libertas: link mesh device to wiphyDaniel Drake1-3/+33
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-7/+9
2011-05-11libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches1-4/+5
2011-05-11libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches1-7/+8
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-18/+27
2011-04-28libertas: use kernel-doc notation, fix comment styleRandy Dunlap1-18/+27
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf1-2/+4
2010-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+1
2010-12-13cfg80211/nl80211: separate unicast/multicast default TX keysJohannes Berg1-1/+2
2010-12-13libertas: fix potential NULL-pointer dereferenceSven Neumann1-1/+1
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+3
2010-11-22libertas: Use static constJoe Perches1-1/+1
2010-11-22libertas: remove duplicated #includeHuang Weiyi1-2/+0
2010-11-08libertas: terminate scan when stopping interfaceDaniel Drake1-2/+3