summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-sta.c
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: move agn specific station code thereJohannes Berg2010-10-081-712/+13Star
* iwlwifi: fix default LQ table in 5.2 bandTomas Winkler2010-09-111-11/+8Star
* iwlwifi: move HT configuration data into contextJohannes Berg2010-08-271-13/+10Star
* iwlwifi: add context pointer to stationJohannes Berg2010-08-271-7/+15
* iwlwifi: store default station flags in contextJohannes Berg2010-08-271-1/+1
* iwlwifi: make hw crypto context awareJohannes Berg2010-08-271-18/+23
* iwlwifi: move AP sta ID to contextJohannes Berg2010-08-271-2/+3
* iwlwifi: contextify-stations-completelyJohannes Berg2010-08-271-2/+9
* iwlwifi: contextify broadcast stationJohannes Berg2010-08-271-35/+54
* iwlwifi: initial contextificationJohannes Berg2010-08-271-1/+5
* mac80211: use cipher suite selectorsJohannes Berg2010-08-161-11/+13
* iwlwifi: fix locking assertionsJohannes Berg2010-08-061-3/+3
* iwlwifi: update LQ for bcast station on channel changeDaniel Halperin2010-06-251-0/+30
* iwlwifi: return ucode errors from station managementJohannes Berg2010-06-211-6/+10
* iwlwifi: use sync commands for keysJohannes Berg2010-06-211-11/+18
* iwlagn: use mutex for aggregationJohannes Berg2010-06-211-9/+22
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-06-171-0/+4
|\
| * iwlwifi: serialize station management actionsReinette Chatre2010-06-141-0/+4
* | Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2010-06-021-36/+36
|\ \ | |/ |/|
| * iwlwifi: fix and add missing sta_lock usageReinette Chatre2010-05-131-24/+32
| * iwlwifi: introduce iwl_sta_id_or_broadcastJohannes Berg2010-05-131-12/+4Star
* | iwlwifi: testing the wrong variable in iwl_add_bssid_station()Dan Carpenter2010-05-241-1/+1
|/
* iwlwifi: remove pointless HT checkJohannes Berg2010-05-111-4/+6
* iwlwifi: rename iwl_add_local_stationJohannes Berg2010-05-111-6/+3Star
* iwlwifi: move iwl_find_station() to 4965Johannes Berg2010-05-111-45/+0Star
* iwlwifi: use iwl_sta_id() for TKIP key updateJohannes Berg2010-05-111-8/+13
* iwlagn: use iwl_sta_id() for aggregationJohannes Berg2010-05-111-6/+7
* iwlwifi: use iwl_find_station lessJohannes Berg2010-05-111-56/+0Star
* iwlwifi: track station IDsJohannes Berg2010-05-111-33/+28Star
* iwlagn: work around rate scaling reset delayReinette Chatre2010-05-111-1/+37
* iwlwifi: rework broadcast station managementJohannes Berg2010-05-111-70/+67Star
* iwlwifi: split allocation/sending local station LQJohannes Berg2010-05-111-8/+8
* iwlwifi: fix iwl_sta_init_lq station IDJohannes Berg2010-05-111-7/+4Star
* iwlagn: move iwl_get_ra_sta_id to 4965Johannes Berg2010-05-111-11/+0Star
* iwlwifi: manage IBSS station properlyJohannes Berg2010-05-111-1/+6
* iwlwifi: pass address to iwl_remove_stationJohannes Berg2010-05-111-7/+7
* iwlwifi: make bcast LQ command available for later restore actionsReinette Chatre2010-05-111-25/+66
* iwlwifi: remove redundant iwl_dump_lq_cmd()Shanyu Zhao2010-04-161-1/+0Star
* iwlwifi: set correct single/dual stream maskWey-Yi Guy2010-04-161-1/+11
* iwlwifi: fix compiler warningWey-Yi Guy2010-04-091-1/+4
* iwlwifi: fix compile warnings when compiling without debugReinette Chatre2010-04-091-1/+1
* iwlwifi: remove pointless sta_id invalid checkJohannes Berg2010-04-091-5/+1Star
* iwlwifi: remove wrong key use checkJohannes Berg2010-04-091-8/+0Star
* iwlwifi: make WEP key restoring explicitJohannes Berg2010-04-091-5/+9
* iwlwifi: remove trailing space in messagesFrans Pop2010-04-021-6/+6
* iwlwifi: move agn only tx functions from iwlcore to iwlagnWey-Yi Guy2010-03-251-0/+1
* iwlwifi: implement new mac80211 station add/remove callsReinette Chatre2010-03-191-235/+293
* iwlwifi: only add broadcast station onceReinette Chatre2010-03-191-23/+85
* iwlwifi: change WEP key protection to use mutexJohannes Berg2010-03-101-9/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-041-51/+99
|\