aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-03net: wireless: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-03-15drivers/net: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten1-24/+1
2013-03-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-1/+5
2013-02-27libertas: fix crash for SD8688Bing Zhao1-1/+5
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. Rodriguez2-21/+15
2012-12-06libertas: remove __dev* attributesBill Pemberton1-3/+3
2012-12-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+8
2012-11-30cfg80211: fix BSS struct IE access racesJohannes Berg1-1/+8
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-12/+12
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-12/+12
2012-11-14add Marvell 88W8688 support to libertas_sdioHarro Haan1-9/+30
2012-10-18wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel1-1/+1
2012-09-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville4-1/+25
2012-09-11libertas: set mac control synchronously during initDaniel Drake3-1/+20
2012-09-05libertas sdio: fix suspend when interface is downDaniel Drake1-0/+5
2012-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-1/+6
2012-08-02libertas: fix two memory leaksDaniel Drake2-0/+2
2012-08-02libertas: don't reset card on error when it is being removedDaniel Drake1-1/+4
2012-07-31drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon1-0/+1
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville7-21/+25
2012-07-19libertas: firmware.c: remove duplicated includeDuan Jiong1-2/+0
2012-07-17libertas USB: don't set surpriseremoved flagDaniel Drake1-1/+0
2012-07-17libertas: handle command failure immediatelyDaniel Drake1-3/+3
2012-07-17libertas: Update 11d info only when interface is activeDaniel Drake5-14/+22
2012-07-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+0
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+0
2012-07-12nl80211: move scan API to wdevJohannes Berg1-1/+0
2012-07-09net/wireless: remove macro defined twice with same valueOskar Schirmer1-1/+0
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville3-16/+31
2012-06-06cfg80211: clarify set_channel APIsJohannes Berg3-16/+31
2012-06-06wireless: Remove casts to same typeJoe Perches2-3/+3
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+1
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-05-08libertas: include sched.h on firmware.cLuis R. Rodriguez1-0/+1
2012-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville2-39/+50
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+7
2012-04-23libertas: add missing includeFelix Fietkau1-0/+1
2012-04-23libertas CS: convert to asynchronous firmware loadingDaniel Drake1-39/+49
2012-04-17libertas USB: convert to asynchronous firmware loadingDaniel Drake1-59/+43
2012-04-17libertas SDIO: convert to asynchronous firmware loadingDaniel Drake1-85/+121
2012-04-17libertas: add asynchronous firmware loading capabilityDaniel Drake4-0/+164
2012-04-17libertas: harden-up exit pathsDaniel Drake1-1/+8
2012-04-17libertas: Firmware loading simplificationsDaniel Drake8-293/+94
2012-04-17drivers/net/wireless/libertas/if_usb.c: add missing debugging codeJulia Lawall1-2/+4
2012-04-13libertas: fix signedness bug in lbs_auth_to_authtype()Amitkumar Karwar1-2/+7
2012-04-12wireless, libertas: remove redundant NULL tests before calling release_firmware()Jesper Juhl4-20/+10
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-8/+2