summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/wl1271_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* wl1271: Support FEM autodetectionJuuso Oikarinen2010-10-071-4/+17
* wl1271: Add extended radio parameter initializationJuuso Oikarinen2010-10-051-0/+33
* wl1271: Increase connection reliabilityJuuso Oikarinen2010-09-281-5/+5
* wl1271: Add hardware recovery mechanismJuuso Oikarinen2010-09-281-1/+4
* wl1271: Reduce rate used for last PSM entry attemptJuuso Oikarinen2010-09-281-2/+2
* wl1271: Remove function cmd_read_memoryJuuso Oikarinen2010-09-281-35/+0Star
* wl1271: Move setting of wake-up conditions to ps.c from cmd.cJuuso Oikarinen2010-09-281-7/+0Star
* wl1271: Implement CMD_SET_STA_STATE to indicate connection completion to FWJuuso Oikarinen2010-09-281-0/+28
* wl1271: moved scan operations to a separate fileLuciano Coelho2010-07-081-136/+0Star
* wl1271: read fem manufacturer value from nvsLuciano Coelho2010-07-081-3/+3
* wl1271: Use all basic rates for ps-poll, instead of just the slowestJuuso Oikarinen2010-07-081-1/+1
* wl1271: Remove calibration from join commandJuuso Oikarinen2010-07-081-104/+0Star
* wl1271: Fix scan parameter handling for 5GHzJuuso Oikarinen2010-06-021-3/+5
* wl1271: Use proper rates for PSM entry/exit null-funcs for 5GHzJuuso Oikarinen2010-06-021-1/+1
* wl1271: Prevent dropping of TX frames in joinsJuuso Oikarinen2010-06-021-6/+0Star
* wl1271: Add support for NVS files with 5GHz band parametersJuuso Oikarinen2010-06-021-1/+8
* wl1271: Update handling of the NVS file / INI parametersJuuso Oikarinen2010-06-021-7/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-111-1/+1
|\
| * wl1271: Reduce PSM entry hang over period from 128 => 1 msJuuso Oikarinen2010-05-071-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-051-7/+7
|\|
| * wl1271: fix a bunch of sparse warningsLuciano Coelho2010-04-281-2/+2
| * wl1271: Improve command pollingJuuso Oikarinen2010-04-281-5/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-151-32/+95
|\|
| * wl1271: Configure rates for templatesJuuso Oikarinen2010-04-061-8/+13
| * wl1271: Use minimum rate for each band for control messagesJuuso Oikarinen2010-04-061-16/+11Star
| * wl1271: Fix msleep() delay while waiting for completionSaravanan Dhanabal2010-03-311-1/+8
| * wl1271: Add keep-alive frame template supportJuuso Oikarinen2010-03-311-6/+29
| * wl1271: Update beacon interval properly for ad-hocJuuso Oikarinen2010-03-311-1/+1
| * wl1271: wait for disconnect command complete eventLuciano Coelho2010-03-311-1/+5
| * wl1271: wait for join command complete eventLuciano Coelho2010-03-311-5/+33
| * wl1271: Fix memory leak in cmd_data_pathJuuso Oikarinen2010-03-311-1/+1
| * wl1271: Fix memory leak in scan command handlingJuuso Oikarinen2010-03-311-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\ \ | |/ |/|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | wl1271: Don't generate null func template for ad-hocJuuso Oikarinen2010-03-231-7/+19
* | wl1271: Update filters properlyJuuso Oikarinen2010-03-231-9/+0Star
* | wl1271: create qos nullfunc templateKalle Valo2010-03-231-0/+22
* | wl1271: get probe request template from mac80211Kalle Valo2010-03-231-109/+28Star
* | wl1271: get pspoll and nullfunc templates from mac80211Kalle Valo2010-03-231-24/+20Star
* | wl1271: Clean up TX security sequence number handlingJuuso Oikarinen2010-03-091-2/+1Star
* | wl1271: Fix ad-hoc mode neighborhood detectionJuuso Oikarinen2010-03-091-2/+2
* | wl1271: Removed wl1271_spi.h and made some functions staticTeemu Paasikivi2010-03-091-1/+0Star
|/
* wl1271: Renamed IO functionsTeemu Paasikivi2010-02-191-7/+8
* wl1271: Use NVS INI file configurationJuuso Oikarinen2010-02-191-99/+18Star
* wl1271: Fix PSM entryJuuso Oikarinen2010-02-191-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-301-2/+2
|\
| * wl1271_cmd.c: cleanup char => u8Dan Carpenter2009-12-281-2/+2
* | wl1271: Change booleans in struct wl1271 into a flags bitmaskJuuso Oikarinen2009-12-281-3/+3
* | wl1271: use channel 1 when configuring the data pathLuciano Coelho2009-12-281-6/+7
* | wl1271: remove workaround for disconnectionLuciano Coelho2009-12-281-15/+0Star