summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wlcore/main.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+1
2013-03-25Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville1-70/+128
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-1/+1
2013-03-25Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho1-70/+128
2013-03-25wlcore: move handling from hardirq to the irq thread functionLuciano Coelho1-32/+21
2013-03-25wlcore: correctly check state before regdomain confArik Nemtsov1-2/+5
2013-03-25wlcore: AP-mode - recover security seq num for stationsArik Nemtsov1-0/+28
2013-03-25wlcore: free AP global links properly on recoveryArik Nemtsov1-1/+2
2013-03-25wlcore: report rssi from roaming statisticsNadim Zubidat1-0/+34
2013-03-25wlcore: consolidate tx_seq handling on recoveryArik Nemtsov1-27/+28
2013-03-25wlcore: don't risk using stale HLID during .sta_state callbackArik Nemtsov1-4/+2
2013-03-25wlcore: fix link count in single-link-PSM optimizationArik Nemtsov1-3/+7
2013-03-25wlcore: set max num of Rx BA sessions per chipIgal Chernobelsky1-1/+1
2013-03-18mac80211: pass queue bitmap to flush operationJohannes Berg1-1/+1
2013-03-06mac80211: Allow drivers to differentiate between ROC typesIlan Peer1-1/+2
2013-02-11mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLEJohannes Berg1-1/+0
2013-02-08wlcore: don't hide real error code when booting failsLuciano Coelho1-7/+4
2013-02-08wlcore: remove if_ops from platform_dataLuciano Coelho1-2/+3
2013-02-08wlcore: remove unused set_power methodLuciano Coelho1-1/+0
2013-01-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+1
2013-01-29Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville1-569/+1000
2013-01-18mac80211: remove ARP filter enable/disable logicJohannes Berg1-2/+1
2013-01-18Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho1-569/+1000
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez1-4/+2
2013-01-03mac80211: split TX aggregation stop actionJohannes Berg1-1/+3
2012-12-11wlcore: Always pass DMA-able buffers to mmc functionsIdo Yariv1-0/+10
2012-12-11wlcore: consolidate Rx BA bitmap management to links structArik Nemtsov1-2/+2
2012-12-11wlcore: don't take mutex before stopping queuesArik Nemtsov1-6/+3
2012-12-11wlcore: use separate HW queue for each AC in each vifArik Nemtsov1-7/+94
2012-12-11wlcore: use link count for single-STA-PSM optimizationArik Nemtsov1-5/+7
2012-12-11wlcore: remove support for injected TxArik Nemtsov1-5/+8
2012-12-11wlcore: add ACX_PEER_CAP commandEliad Peller1-4/+5
2012-12-06wlcore/wl18xx/wl12xx: remove __dev* attributesBill Pemberton1-2/+2
2012-12-05wlcore: improved Tx scheduling algorithmArik Nemtsov1-2/+2
2012-12-05wlcore: track FW-allocated packets per linkArik Nemtsov1-12/+17
2012-12-05wlcore: count packets held per AC in each vifArik Nemtsov1-0/+2
2012-12-05wlcore: restore default channel configurationVictor Goldenshtein1-48/+65
2012-12-05wlcore: consolidate free_link and always call itArik Nemtsov1-2/+0
2012-12-05wlcore: take the mutex before resetting Tx queuesArik Nemtsov1-1/+1
2012-12-04wlcore: clear roc_vif on iface removalArik Nemtsov1-0/+5
2012-12-04wlcore: remove WLCORE_QUIRK_NO_ELPEliad Peller1-3/+0
2012-12-04Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho1-481/+788
2012-12-04wlcore/wl18xx/wl12xx: add recovery settings to confYair Shapira1-6/+13
2012-12-04wlcore: gather information about firmware stabilityLuciano Coelho1-1/+3
2012-12-04wlcore: move ps change handling to .bss_info_changed()Eliad Peller1-38/+32
2012-12-04wlcore: use sta_state-based ROCs for AP modeEliad Peller1-0/+45
2012-12-04wlcore/wl18xx/wl12xx: separate channel count between chipsArik Nemtsov1-2/+2
2012-11-28wlcore: don't stop fwlog if dbgpins are usedEliad Peller1-2/+4
2012-11-28wlcore: use new set bandwidth command to adjusting channel BWArik Nemtsov1-0/+12
2012-11-28wlcore: call ieee80211_sched_scan_stopped on interface removalEliad Peller1-9/+7