aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/wl1271_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-29wl1271: update hw/fw version info in wiphy structJohn W. Linville1-0/+7
2010-07-29wl1271: add get_survey callback in order to get channel noiseJohn W. Linville1-0/+17
2010-07-26drivers/net/wireless/wl12xx: Use kmemdupJulia Lawall1-6/+2
2010-07-08wl1271: rewritten scanning codeLuciano Coelho1-5/+6
2010-07-08wl1271: moved scan operations to a separate fileLuciano Coelho1-4/+5
2010-07-08wl1271: Update interface to temporarily disable dynamic PSJuuso Oikarinen1-2/+2
2010-07-08wl1271: Fix warning when disconnecting and ad-hoc networkJuuso Oikarinen1-1/+2
2010-07-08wl1271: Disable dynamic PS based on BT co-ext sense eventsJuuso Oikarinen1-1/+7
2010-07-08wl1271: Update hardware ARP filtering configuration handlingJuuso Oikarinen1-48/+13
2010-07-08wl1271: read fem manufacturer value from nvsLuciano Coelho1-5/+0
2010-07-08wl1271: Work around AP's with broken ps-poll functionalityJuuso Oikarinen1-1/+13
2010-07-08wl1271: Use the ARP configuration function from mac80211Juuso Oikarinen1-93/+49
2010-07-08wl1271: Add TSF handlingJuuso Oikarinen1-0/+27
2010-06-02wl1271: Fix scan parameter handling for 5GHzJuuso Oikarinen1-6/+4
2010-06-02wl1271: Flush TX buffers to air before going to idleJuuso Oikarinen1-1/+10
2010-06-02wl1271: Idle handling into own functionJuuso Oikarinen1-21/+39
2010-06-02wl1271: Prevent dropping of TX frames in joinsJuuso Oikarinen1-0/+5
2010-06-02drivers/net/wireless: Storage class should be before const qualifierTobias Klauser1-3/+3
2010-06-02wl1271: Add support for NVS files with 5GHz band parametersJuuso Oikarinen1-3/+10
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-3/+2
2010-05-11wl1271: remove some unneeded codeDan Carpenter1-2/+0
2010-05-11wl1271: fix notifier interface supported testDan Carpenter1-1/+1
2010-05-11wl1271: add missing spin_lock()Dan Carpenter1-0/+1
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-6/+57
2010-05-07wl1271: Fix to join and channel number handlingJuuso Oikarinen1-6/+23
2010-05-07wl1271: Add sysfs file to retrieve HW PG-version and ROM-versionJuuso Oikarinen1-0/+34
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-46/+51
2010-04-30mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville1-1/+0
2010-04-28wireless: Fix merge.Hauke Mehrtens1-1/+0
2010-04-28wl1271: Rewrite hardware keep-alive handlingJuuso Oikarinen1-45/+46
2010-04-28wl1271: Configure QOS nullfunc template for U-APSDSaravanan Dhanabal1-0/+4
2010-04-27mac80211: give virtual interface to hw_scanJohannes Berg1-0/+1
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-77/+316
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-09wl1271: Add support for connection quality monitoringJuuso Oikarinen1-30/+22
2010-04-09wl1271: Go to ELP in idleJuuso Oikarinen1-1/+3
2010-04-09wl1271: Fix mac80211 RTS threshold requests during WL1271_STATE_OFFSaravanan Dhanabal1-1/+4
2010-04-09wl1271: Fix mac80211 configuration requests during WL1271_STATE_OFFSaravanan Dhanabal1-3/+11
2010-04-09wl1271: Fix memory leaks on driver initializationJuuso Oikarinen1-1/+8
2010-04-06wl1271: Configure a higher listen interval to AP upon associationJuuso Oikarinen1-2/+4
2010-04-06wl1271: Configure rates for templatesJuuso Oikarinen1-2/+4
2010-04-06wl1271: Use minimum rate for each band for control messagesJuuso Oikarinen1-18/+80
2010-04-06wl1271: Fix keep-alive related command errorJuuso Oikarinen1-0/+12
2010-04-03net: convert multicast list to list_headJiri Pirko1-15/+10
2010-03-31wl1271: Enable hardware keep alive messagesJuuso Oikarinen1-2/+31
2010-03-31wl1271: Add keep-alive frame template supportJuuso Oikarinen1-2/+2
2010-03-31wl1271: Configure HW connection monitorJuuso Oikarinen1-1/+2
2010-03-31wl1271: Configure probe-request template when associatedJuuso Oikarinen1-0/+9
2010-03-31wl1271: Update beacon interval properly for ad-hocJuuso Oikarinen1-0/+10
2010-03-31wl1271: Fix ad-hoc mode handlingJuuso Oikarinen1-11/+22