aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wl12xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-01wl12xx: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-19/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2016-05-11wlcore/wl12xx: Fix fw logger over sdioGuy Mishol1-2/+2
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg2-14/+14
2016-04-06wl12xx: remove redundant null check on wl->scan.ssidColin Ian King1-1/+1
2015-12-11wlcore: split wl12xx/wl18xx sg parametersGuy Mishol2-57/+292
2015-10-13cfg80211: Add multiple scan plans for scheduled scanAvraham Stern1-1/+2
2015-08-10wlcore: add p2p device supportEliad Peller1-1/+5
2015-03-24wlcore: remove wl12xx_platform_dataEliad Peller1-11/+8
2015-03-24wl12xx: use frequency instead of enumerations for pdata clocksLuciano Coelho2-4/+84
2015-01-09wlcore: enable sleep during AP mode operationKobi L1-0/+1
2015-01-09wlcore: add ability to reduce FW interrupts during suspendRam Amrani1-0/+3
2014-10-20net: wireless: ti: wl12xx: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-15wlcore/wl18xx/wl12xx: convert bitmaps to unsigned longsEliad Peller1-1/+1
2014-06-25mac80211: split sched scan IEsDavid Spinadel2-8/+14
2014-02-13wlcore: wl18xx: allow CCK rates for AP modeArik Nemtsov1-0/+1
2014-02-13wlcore/wl12xx/wl18xx: configure iface_combinations per-hwEliad Peller1-1/+25
2014-02-13wlcore/wl12xx/wl18xx: configure max_stations per-hwEliad Peller2-0/+3
2014-02-13wlcore/wl12xx/wl18xx: configure num_links per-hwEliad Peller2-0/+5
2014-02-13wlcore/wl12xx/wl18xx: simplify fw_status handlingEliad Peller2-1/+84
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez1-1/+1
2013-10-23wlcore/wl18xx/wl12xx: FW log params per chip archIgal Chernobelsky1-0/+9
2013-10-23wl12xx/wl18xx: update default fw logger's settingsIdo Reis1-2/+2
2013-10-23wlcore: add ap_event_maskEliad Peller1-1/+2
2013-09-26wireless: wl12xx: use dev_get_platdata()Jingoo Han1-1/+1
2013-06-12wl12xx/wl18xx: scan all 5ghz channelsEliad Peller1-1/+1
2013-06-12wl12xx: increase minimum singlerole firmware version requiredLuciano Coelho1-2/+2
2013-06-12wl12xx: fix minimum required firmware version for wl127x multiroleLuciano Coelho1-1/+1
2013-04-22Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2-0/+3
2013-04-16mac80211: support secondary channel offset in CSAJohannes Berg1-1/+1
2013-03-25wlcore: set max num of Rx BA sessions per chipIgal Chernobelsky2-0/+3
2013-02-08wlcore: remove if_ops from platform_dataLuciano Coelho1-1/+2
2013-01-18Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho9-63/+1096
2012-12-11wlcore: Always pass DMA-able buffers to mmc functionsIdo Yariv2-6/+27
2012-12-11wlcore: support scan reports during periodic scanEyal Shapira1-3/+7
2012-12-11wlcore/wl18xx: change priority calculations for linksArik Nemtsov1-0/+22
2012-12-11wlcore: increase scan dwell times if no activityEyal Shapira1-0/+2
2012-12-11wlcore: add ACX_PEER_CAP commandEliad Peller1-0/+10
2012-12-06wlcore/wl18xx/wl12xx: remove __dev* attributesBill Pemberton1-3/+3
2012-12-05wlcore: improved Tx scheduling algorithmArik Nemtsov1-0/+2
2012-12-04wlcore/wl12xx: make sure session id is always zero for APArik Nemtsov1-3/+6
2012-12-04wlcore/wl12xx/wl18xx: verify multi-role and single-role fw versionsLuciano Coelho2-19/+37
2012-12-04wl12xx: ignore some of the firmware version fieldsLuciano Coelho1-4/+4
2012-12-04wlcore/wl12xx: remove deprecated FW version checkLuciano Coelho1-17/+0
2012-12-04wlcore/wl12xx: move wl12xx chip ID defines to the lower driverLuciano Coelho2-13/+19
2012-12-04wlcore/wl18xx/wl12xx: add recovery settings to confYair Shapira1-0/+4
2012-12-04wlcore/wl18xx/wl12xx: separate channel count between chipsArik Nemtsov1-0/+1
2012-11-28wlcore: configure dwell times according to scan typeEliad Peller2-5/+6
2012-11-27wlcore: update events enum/struct to new fw apiEliad Peller4-3/+246
2012-11-27wlcore: update channel_switch/stop_channel_switch commandsEliad Peller3-0/+58