aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/wl1271_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-08wl1271: moved scan operations to a separate fileLuciano Coelho1-136/+0
2010-07-08wl1271: read fem manufacturer value from nvsLuciano Coelho1-3/+3
2010-07-08wl1271: Use all basic rates for ps-poll, instead of just the slowestJuuso Oikarinen1-1/+1
2010-07-08wl1271: Remove calibration from join commandJuuso Oikarinen1-104/+0
2010-06-02wl1271: Fix scan parameter handling for 5GHzJuuso Oikarinen1-3/+5
2010-06-02wl1271: Use proper rates for PSM entry/exit null-funcs for 5GHzJuuso Oikarinen1-1/+1
2010-06-02wl1271: Prevent dropping of TX frames in joinsJuuso Oikarinen1-6/+0
2010-06-02wl1271: Add support for NVS files with 5GHz band parametersJuuso Oikarinen1-1/+8
2010-06-02wl1271: Update handling of the NVS file / INI parametersJuuso Oikarinen1-7/+7
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-1/+1
2010-05-07wl1271: Reduce PSM entry hang over period from 128 => 1 msJuuso Oikarinen1-1/+1
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-7/+7
2010-04-28wl1271: fix a bunch of sparse warningsLuciano Coelho1-2/+2
2010-04-28wl1271: Improve command pollingJuuso Oikarinen1-5/+5
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-32/+95
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-06wl1271: Configure rates for templatesJuuso Oikarinen1-8/+13
2010-04-06wl1271: Use minimum rate for each band for control messagesJuuso Oikarinen1-16/+11
2010-03-31wl1271: Fix msleep() delay while waiting for completionSaravanan Dhanabal1-1/+8
2010-03-31wl1271: Add keep-alive frame template supportJuuso Oikarinen1-6/+29
2010-03-31wl1271: Update beacon interval properly for ad-hocJuuso Oikarinen1-1/+1
2010-03-31wl1271: wait for disconnect command complete eventLuciano Coelho1-1/+5
2010-03-31wl1271: wait for join command complete eventLuciano Coelho1-5/+33
2010-03-31wl1271: Fix memory leak in cmd_data_pathJuuso Oikarinen1-1/+1
2010-03-31wl1271: Fix memory leak in scan command handlingJuuso Oikarinen1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-23wl1271: Don't generate null func template for ad-hocJuuso Oikarinen1-7/+19
2010-03-23wl1271: Update filters properlyJuuso Oikarinen1-9/+0
2010-03-23wl1271: create qos nullfunc templateKalle Valo1-0/+22
2010-03-23wl1271: get probe request template from mac80211Kalle Valo1-109/+28
2010-03-23wl1271: get pspoll and nullfunc templates from mac80211Kalle Valo1-24/+20
2010-03-09wl1271: Clean up TX security sequence number handlingJuuso Oikarinen1-2/+1
2010-03-09wl1271: Fix ad-hoc mode neighborhood detectionJuuso Oikarinen1-2/+2
2010-03-09wl1271: Removed wl1271_spi.h and made some functions staticTeemu Paasikivi1-1/+0
2010-02-19wl1271: Renamed IO functionsTeemu Paasikivi1-7/+8
2010-02-19wl1271: Use NVS INI file configurationJuuso Oikarinen1-99/+18
2010-02-19wl1271: Fix PSM entryJuuso Oikarinen1-2/+2
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+2
2009-12-28wl1271: Change booleans in struct wl1271 into a flags bitmaskJuuso Oikarinen1-3/+3
2009-12-28wl1271: use channel 1 when configuring the data pathLuciano Coelho1-6/+7
2009-12-28wl1271: remove workaround for disconnectionLuciano Coelho1-15/+0
2009-12-28wl1271: added radio parameters configuration values newer firmwaresLuciano Coelho1-0/+13
2009-12-28wl1271: updated general parameters structure for newer firmwaresLuciano Coelho1-0/+20
2009-12-28wl1271_cmd.c: cleanup char => u8Dan Carpenter1-2/+2
2009-11-28wl1271: fix radio and general parameters commandsLuciano Coelho1-0/+107
2009-11-02wl1271: Generalize command response readingJuuso Oikarinen1-40/+27
2009-11-02wl1271: Correct endianness-handling of command statusJuuso Oikarinen1-2/+4
2009-11-02wl1271: Check result code of commandsJuuso Oikarinen1-25/+9
2009-10-27wl1271: fix endianess issuesLuciano Coelho1-36/+38
2009-10-27wl1271: fix sparse warnings about undeclared functionsLuciano Coelho1-4/+4