aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/mesh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-03net: libertas: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-06-03net: wireless: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-10-18wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel1-1/+1
2012-06-06cfg80211: clarify set_channel APIsJohannes Berg1-5/+2
2011-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-20/+57
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-09libertas: disable functionality when interface is downDaniel Drake1-1/+8
2011-08-08libertas: link mesh device to wiphyDaniel Drake1-19/+49
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-583/+389
2011-07-20libertas: only enable mesh when interface is activeDaniel Drake1-14/+9
2011-07-20libertas: mesh: misc cleanupDaniel Drake1-577/+388
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-11libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches1-2/+2
2011-05-11libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches1-3/+5
2011-04-28libertas: use kernel-doc notation, fix comment styleRandy Dunlap1-69/+141
2011-03-11libertas: fix write past end of array in mesh_id_get()Dan Carpenter1-7/+4
2010-09-16libertas: correct sparse warningsJohn W. Linville1-1/+1
2010-07-27libertas: convert CMD_FWT_ACCESS to a direct commandDan Williams1-14/+20
2010-07-27libertas: convert Mesh Blinding Table access to a direct commandDan Williams1-32/+150
2010-06-23Libertas: cfg80211 supportKiran Divekar1-4/+2
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2009-12-26Fix MAC address access in 3c507, ibmlana, pcnet32 and libertasDaniel Drake1-2/+2
2009-12-22libertas: add access functions for mesh open/connect statusHolger Schurig1-1/+2
2009-12-22libertas: move mesh SSID initialization into mesh.cHolger Schurig1-0/+3
2009-12-22libertas: use priv->mesh_tlv instead of priv->mesh_fw_verHolger Schurig1-7/+16
2009-11-28libertas: move mesh command handling into mesh.cHolger Schurig1-0/+175
2009-11-28libertas: move mesh-only ethtool operations into mesh.cHolger Schurig1-0/+84
2009-11-28libertas: moveing mesh-related functions into mesh.cHolger Schurig1-6/+435
2009-11-28libertas: rename persistcfg.c -> mesh.cHolger Schurig1-0/+453