summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas
Commit message (Expand)AuthorAgeFilesLines
* wireless: libertas: print esaped string via %*pEAndy Shevchenko2014-10-142-10/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-091-0/+2
|\
| * cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg2014-08-261-0/+2
* | treewide: fix errors in printkMasanari Iida2014-09-011-1/+1
|/
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-162-2/+2
* LIBERTAS_CS: ioport_map/unmap relies on HAS_IOPORT_MAPFabian Frederick2014-06-191-1/+1
* net: wireless: libertas: cmd.c: Cleaning up uninitialized variablesRickard Strandqvist2014-06-191-0/+1
* libertas: fix return value when processing invalid packetDan Williams2014-05-221-3/+5
* cfg80211: constify more pointers in the cfg80211 APIJohannes Berg2014-05-192-4/+4
* cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg2014-05-191-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-041-1/+1
|\
| * libertas: fix scan result loss if SSID IE len 0James Cameron2014-02-201-1/+1
* | net: Replace min macro with min_tSilvan Jegen2014-03-031-2/+2
* | cfg80211: fix channel configuration in IBSS joinAntonio Quartulli2014-02-041-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-254-13/+6Star
|\
| * cfg80211: Add a function to get the number of supported channelsIlan Peer2014-01-091-6/+1Star
| * drivers/net/wireless: Fix FSF address in file headersJeff Kirsher2013-12-111-3/+2Star
| * wireless: libertas: remove unnecessary spi_set_drvdata()Jingoo Han2013-12-051-1/+0Star
| * libertas sdio: claim device before calling sdio_disable_func()Alexey Khoroshilov2013-12-051-2/+2
| * libertas/sdio: make sure card enters power-off when firmware is loaded.NeilBrown2013-12-051-1/+1
* | treewide: Fix typos in printkMasanari Iida2013-12-191-1/+1
|/
* libertas: fix error return code in if_cs_probe()Wei Yongjun2013-11-111-0/+1
* libertas: potential oops in debugfsDan Carpenter2013-11-111-1/+5
* libertas: move firmware lifetime handling to firmware.cDan Williams2013-10-185-26/+16Star
* wireless: libertas: use dev_get_platdata()Jingoo Han2013-09-261-1/+1
* net: libertas: inherit addr_assign_type along with dev_addrBjørn Mork2013-09-041-1/+1
* net: wireless: replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-031-1/+1
* drivers/net: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten2013-03-151-24/+1Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-011-1/+5
|\
| * libertas: fix crash for SD8688Bing Zhao2013-02-271-1/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-181-4/+4
|\|
| * cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg2013-02-111-4/+4
* | wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-3/+1Star
|/
* wireless: make the reg_notifier() voidLuis R. Rodriguez2013-01-142-21/+15Star
* libertas: remove __dev* attributesBill Pemberton2012-12-061-3/+3
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-12-061-1/+8
|\
| * cfg80211: fix BSS struct IE access racesJohannes Berg2012-11-301-1/+8
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-261-12/+12
|\|
| * cfg80211: pass a channel definition structJohannes Berg2012-11-261-12/+12
* | add Marvell 88W8688 support to libertas_sdioHarro Haan2012-11-141-9/+30
|/
* wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel2012-10-181-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-144-1/+25
|\
| * libertas: set mac control synchronously during initDaniel Drake2012-09-113-1/+20
| * libertas sdio: fix suspend when interface is downDaniel Drake2012-09-051-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-08-083-1/+6
|\|
| * libertas: fix two memory leaksDaniel Drake2012-08-022-0/+2
| * libertas: don't reset card on error when it is being removedDaniel Drake2012-08-021-1/+4
* | drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon2012-08-011-0/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-207-21/+25
|\
| * libertas: firmware.c: remove duplicated includeDuan Jiong2012-07-191-2/+0Star