aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wl12xx/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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 Peller1-0/+2
2014-02-13wlcore/wl12xx/wl18xx: configure num_links per-hwEliad Peller1-0/+3
2014-02-13wlcore/wl12xx/wl18xx: simplify fw_status handlingEliad Peller1-1/+34
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-03-25wlcore: set max num of Rx BA sessions per chipIgal Chernobelsky1-0/+1
2013-02-08wlcore: remove if_ops from platform_dataLuciano Coelho1-1/+2
2013-01-18Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho1-52/+140
2012-12-11wlcore: Always pass DMA-able buffers to mmc functionsIdo Yariv1-6/+25
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 Coelho1-9/+15
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 Coelho1-13/+13
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 Peller1-2/+2
2012-11-27wlcore: update events enum/struct to new fw apiEliad Peller1-2/+22
2012-11-27wlcore: update channel_switch/stop_channel_switch commandsEliad Peller1-0/+1
2012-11-27wl18xx: increase MAX_CHANNELS_5GHZEliad Peller1-0/+1
2012-11-27wlcore: split 18xx and 12xx scan mechanismEliad Peller1-0/+11
2012-11-27wlcore: workaround start_sta problem in wl12xx fwEliad Peller1-3/+6
2012-09-27wlcore: Refactor probeIdo Yariv1-16/+36
2012-09-27wlcore: Fix unbalanced interrupts enablementIdo Yariv1-1/+8
2012-09-27wlcore/wl18xx/wl12xx: allow up to 3 mac addressesArik Nemtsov1-0/+1
2012-09-27wlcore/wl18xx/wl12xx: aggregation buffer size setIgal Chernobelsky1-1/+1
2012-09-27wl18xx/wl12xx: defines for Tx/Rx descriptors numIgal Chernobelsky1-2/+2
2012-09-27wl12xx: remove duplicated include from main.cWei Yongjun1-1/+0
2012-09-27wl12xx: use module_platform_driverLuciano Coelho1-11/+1
2012-07-18wlcore/wl12xx: calibrator fem detect implementationYair Shapira1-0/+23
2012-07-10wl12xx/wl18xx: use a dynamic PS timeout of 1.5secArik Nemtsov1-1/+1
2012-07-10wl12xx/wlcore: increase FW filename versionLuciano Coelho1-6/+6
2012-07-10wlcore: add probe request templates for sched and one-shot scansYoni Divinsky1-0/+3
2012-07-10wlcore/wl12xx/wl18xx: check min FW versionArik Nemtsov1-0/+9
2012-06-22wlcore: Force checking of io functions' return valuesIdo Yariv1-2/+4
2012-06-22wlcore: Propagate errors from wl1271_raw_write32Ido Yariv1-44/+116
2012-06-22wlcore: Propagate errors from wl1271_raw_read32Ido Yariv1-37/+115
2012-06-22wlcore: Propagate errors from wl1271_writeIdo Yariv1-5/+18