summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx/wl1271_main.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-09wl1271: Use the ARP configuration function from mac80211Juuso Oikarinen1-93/+49
2010-07-09wl1271: Add TSF handlingJuuso Oikarinen1-0/+27
2010-06-03wl1271: Fix scan parameter handling for 5GHzJuuso Oikarinen1-6/+4
2010-06-03wl1271: Flush TX buffers to air before going to idleJuuso Oikarinen1-1/+10
2010-06-03wl1271: Idle handling into own functionJuuso Oikarinen1-21/+39
2010-06-03wl1271: Prevent dropping of TX frames in joinsJuuso Oikarinen1-0/+5
2010-06-03drivers/net/wireless: Storage class should be before const qualifierTobias Klauser1-3/+3
2010-06-03wl1271: 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/linvil...John 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/linvil...John 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-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-46/+51
2010-04-30mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville1-1/+0
2010-04-29wireless: Fix merge.Hauke Mehrtens1-1/+0
2010-04-29wl1271: Rewrite hardware keep-alive handlingJuuso Oikarinen1-45/+46
2010-04-29wl1271: Configure QOS nullfunc template for U-APSDSaravanan Dhanabal1-0/+4
2010-04-28mac80211: give virtual interface to hw_scanJohannes Berg1-0/+1
2010-04-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-77/+316
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-07wl1271: Configure a higher listen interval to AP upon associationJuuso Oikarinen1-2/+4
2010-04-07wl1271: Configure rates for templatesJuuso Oikarinen1-2/+4
2010-04-07wl1271: Use minimum rate for each band for control messagesJuuso Oikarinen1-18/+80
2010-04-07wl1271: Fix keep-alive related command errorJuuso Oikarinen1-0/+12
2010-04-04net: 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
2010-03-31wl1271: Disable connection monitoring while not associatedJuuso Oikarinen1-1/+11
2010-03-31wl1271: Remove device MAC-address randomizationJuuso Oikarinen1-8/+0
2010-03-31wl1271: Add TX rate reportingJuuso Oikarinen1-0/+1
2010-03-31wl1271: Clean up RX rate reportingJuuso Oikarinen1-0/+85
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-23wl1271: Changed platform_device to be dynamically allocatedTeemu Paasikivi1-9/+33
2010-03-23wl1271: Remove circular interlocking related to the inetaddr notifier chainJuuso Oikarinen1-1/+2
2010-03-23wl1271: Don't generate null func template for ad-hocJuuso Oikarinen1-4/+2
2010-03-23wl1271: Update filters properlyJuuso Oikarinen1-9/+49
2010-03-23wl1271: Remove deprecated interface config functionJuuso Oikarinen1-68/+0
2010-03-23wl1271: Fix MAC address handlingJuuso Oikarinen1-89/+60