summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl3945-base.c
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: rename ibss_beacon variableJohannes Berg2010-10-141-13/+13
* iwlwifi: allow probe-after-rx on 2.4 GHzJohannes Berg2010-10-141-8/+8
* iwlwifi: remove apm_ops.stopJohannes Berg2010-10-081-2/+2
* iwlwifi: move agn specific station code thereJohannes Berg2010-10-081-2/+23
* iwl3945: use iwl3945_commit_rxonJohannes Berg2010-10-081-8/+8
* iwlwifi: introduce post_scan hookJohannes Berg2010-10-081-0/+12
* iwlagn: reduce redundant parameter definitionsWey-Yi Guy2010-10-061-8/+9
* iwlwifi: schedule to deprecate software scan supportWey-Yi Guy2010-10-061-2/+3
* iwlwifi: do not force complete scan too earlyStanislaw Gruszka2010-09-141-2/+2
* iwlwifi: cancel scan when down the deviceStanislaw Gruszka2010-09-141-12/+4Star
* iwlwifi: unify scan start checksJohannes Berg2010-09-141-64/+10Star
* iwlwifi: remove unused conf variablesJohannes Berg2010-09-141-6/+0Star
* iwlwifi: remember the last uCode sysassert error codeWey-Yi Guy2010-09-111-1/+0Star
* iwlwifi: allow using multiple contextsJohannes Berg2010-08-271-3/+8
* iwlwifi: pass context to iwl_send_rxon_timingJohannes Berg2010-08-271-2/+2
* iwlwifi: introduce beacon contextJohannes Berg2010-08-271-1/+2
* iwlwifi: add context pointer to stationJohannes Berg2010-08-271-1/+1
* iwlwifi: make hw crypto context awareJohannes Berg2010-08-271-0/+1
* iwlwifi: move AP sta ID to contextJohannes Berg2010-08-271-0/+1
* iwlwifi: move virtual interface pointer into contextJohannes Berg2010-08-271-2/+5
* iwlwifi: add context into tx descriptorJohannes Berg2010-08-271-0/+1
* iwlwifi: move QoS into contextJohannes Berg2010-08-271-0/+1
* iwlwifi: contextify command sendingJohannes Berg2010-08-271-0/+4
* iwlwifi: contextify-stations-completelyJohannes Berg2010-08-271-1/+1
* iwlwifi: contextify broadcast stationJohannes Berg2010-08-271-8/+12
* iwlwifi: prepare for PAN queue/fifo assignmentJohannes Berg2010-08-271-0/+2
* iwlwifi: initial contextificationJohannes Berg2010-08-271-47/+64
* iwlwifi: fix canceling monitor_recover timerStanislaw Gruszka2010-08-251-2/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-08-241-1/+50
|\
| * iwlwifi: fix 3945 filter flagsJohannes Berg2010-08-171-1/+50
* | iwlwifi: refactor iwl_setup_rxon_timingJohannes Berg2010-08-241-9/+2Star
* | mac80211: use cipher suite selectorsJohannes Berg2010-08-161-19/+24
* | iwlwifi: track IBSS manager statusJohannes Berg2010-08-161-1/+4
* | iwlwifi: make scan workqueue functions staticStanislaw Gruszka2010-08-161-4/+2Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-08-161-4/+1Star
|\|
| * iwlagn: fix rts cts protectionJohannes Berg2010-08-091-4/+1Star
* | iwlwifi: disable aspm by defaultJohn W. Linville2010-08-161-0/+4
|/
* drivers/net/wireless: Use wiphy_<level>Joe Perches2010-07-271-6/+7
* iwlwifi: assume vif is NULL for internal scans and non-NULL otherwiseJohn W. Linville2010-07-261-1/+4
* iwlwifi: reduce beacon fill conditionsJohannes Berg2010-07-231-3/+1Star
* iwlwifi: display ucode SW Error in hexJay Sternberg2010-06-211-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-06-171-2/+7
|\
| * iwlwifi: serialize station management actionsReinette Chatre2010-06-141-2/+7
* | iwlwifi: rename rxq->dma_addrEmmanuel Grumbach2010-06-141-1/+1
* | iwlwifi: trace full RXJohannes Berg2010-06-141-2/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-06-071-3/+53
|\|
| * iwl3945: fix internal scanAbhijeet Kolekar2010-06-061-3/+53
* | iwlwifi: reduce memory allocationJohannes Berg2010-06-061-1/+1
* | iwlwifi: beacon format related helper functionWey-Yi Guy2010-06-061-53/+3Star
* | iwlwifi: remove unused parameter in iwl_privWey-Yi Guy2010-06-061-3/+0Star