aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-sta.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-02Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6John W. Linville1-36/+36
2010-05-24iwlwifi: testing the wrong variable in iwl_add_bssid_station()Dan Carpenter1-1/+1
2010-05-13iwlwifi: fix and add missing sta_lock usageReinette Chatre1-24/+32
2010-05-13iwlwifi: introduce iwl_sta_id_or_broadcastJohannes Berg1-12/+4
2010-05-10iwlwifi: remove pointless HT checkJohannes Berg1-4/+6
2010-05-10iwlwifi: rename iwl_add_local_stationJohannes Berg1-6/+3
2010-05-10iwlwifi: move iwl_find_station() to 4965Johannes Berg1-45/+0
2010-05-10iwlwifi: use iwl_sta_id() for TKIP key updateJohannes Berg1-8/+13
2010-05-10iwlagn: use iwl_sta_id() for aggregationJohannes Berg1-6/+7
2010-05-10iwlwifi: use iwl_find_station lessJohannes Berg1-56/+0
2010-05-10iwlwifi: track station IDsJohannes Berg1-33/+28
2010-05-10iwlagn: work around rate scaling reset delayReinette Chatre1-1/+37
2010-05-10iwlwifi: rework broadcast station managementJohannes Berg1-70/+67
2010-05-10iwlwifi: split allocation/sending local station LQJohannes Berg1-8/+8
2010-05-10iwlwifi: fix iwl_sta_init_lq station IDJohannes Berg1-7/+4
2010-05-10iwlagn: move iwl_get_ra_sta_id to 4965Johannes Berg1-11/+0
2010-05-10iwlwifi: manage IBSS station properlyJohannes Berg1-1/+6
2010-05-10iwlwifi: pass address to iwl_remove_stationJohannes Berg1-7/+7
2010-05-10iwlwifi: make bcast LQ command available for later restore actionsReinette Chatre1-25/+66
2010-04-16iwlwifi: remove redundant iwl_dump_lq_cmd()Shanyu Zhao1-1/+0
2010-04-16iwlwifi: set correct single/dual stream maskWey-Yi Guy1-1/+11
2010-04-09iwlwifi: fix compiler warningWey-Yi Guy1-1/+4
2010-04-09iwlwifi: fix compile warnings when compiling without debugReinette Chatre1-1/+1
2010-04-09iwlwifi: remove pointless sta_id invalid checkJohannes Berg1-5/+1
2010-04-09iwlwifi: remove wrong key use checkJohannes Berg1-8/+0
2010-04-09iwlwifi: make WEP key restoring explicitJohannes Berg1-5/+9
2010-04-02iwlwifi: remove trailing space in messagesFrans Pop1-6/+6
2010-03-25iwlwifi: move agn only tx functions from iwlcore to iwlagnWey-Yi Guy1-0/+1
2010-03-19iwlwifi: implement new mac80211 station add/remove callsReinette Chatre1-235/+293
2010-03-19iwlwifi: only add broadcast station onceReinette Chatre1-23/+85
2010-03-09iwlwifi: change WEP key protection to use mutexJohannes Berg1-9/+9
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-51/+99
2010-01-25iwlwifi: fix throughput degradation in aggregation modeDaniel Halperin1-14/+9
2010-01-25iwlwifi: make broadcast station addition genericReinette Chatre1-0/+11
2010-01-25iwlwifi: cleanup station adding codeReinette Chatre1-36/+78
2010-01-25iwlwifi: fix pointer signedness warningJohannes Berg1-2/+2
2010-01-19iwlwifi: update copyright year to 2010Reinette Chatre1-1/+1
2009-12-21iwlwifi: allocated rx page accounting cleanupZhu Yi1-6/+2
2009-11-18iwlwifi: handle unicast PS bufferingJohannes Berg1-15/+14
2009-11-04mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg1-1/+1
2009-11-02iwlwifi: add SM PS support for 6x50 seriesWey-Yi Guy1-0/+5
2009-11-02iwlwifi: split adding broadcast station from othersReinette Chatre1-0/+62
2009-10-27iwlwifi: use paged RxZhu Yi1-38/+24
2009-09-23iwlwifi: do not send sync command while holding spinlockReinette Chatre1-1/+1
2009-08-28iwlwifi: fix remove key errorAbhijeet Kolekar1-1/+1
2009-08-14iwlwifi: name changed from "fat" to "ht40"Wey-Yi Guy1-3/+3
2009-08-14iwlwifi: re-introduce per device debuggingReinette Chatre1-1/+1
2009-08-04iwlwifi: don't export symbols not needed in other modulesJohannes Berg1-1/+0
2009-07-27iwlwifi: remove command callback return valueJohannes Berg1-16/+10
2009-07-27iwlwifi: fix up command sendingJohannes Berg1-14/+16