aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-08iwlwifi: add missing rcu_read_lockJohannes Berg1-0/+2
2010-06-05iwlwifi: move sysfs_create_group to post request firmwareEmmanuel Grumbach1-159/+159
2010-06-05iwl3945: fix internal scanAbhijeet Kolekar4-31/+96
2010-06-05iwl3945: enable stuck queue detection on 3945Reinette Chatre1-0/+1
2010-05-24iwlwifi: testing the wrong variable in iwl_add_bssid_station()Dan Carpenter1-1/+1
2010-05-24wireless: update gfp/slab.h includesTejun Heo1-0/+1
2010-05-21iwlwifi: fix internal scan raceReinette Chatre1-3/+18
2010-05-17drivers/net: remove useless semicolonsJoe Perches1-1/+1
2010-05-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller24-939/+1308
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville24-939/+1308
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches6-9/+0
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/+0
2010-05-10iwlwifi: clear driver stations when going downJohannes Berg3-0/+21
2010-05-10iwlwifi: remove pointless HT checkJohannes Berg1-4/+6
2010-05-10iwlwifi: rename iwl_add_local_stationJohannes Berg4-9/+6
2010-05-10iwlwifi: move iwl_find_station() to 4965Johannes Berg3-51/+44
2010-05-10iwlwifi: use iwl_sta_id() for TKIP key updateJohannes Berg3-11/+15
2010-05-10iwlagn: use iwl_sta_id() for aggregationJohannes Berg5-28/+25
2010-05-10iwlwifi: use iwl_find_station lessJohannes Berg5-78/+29
2010-05-10iwlwifi: add iwl_sta_id()Johannes Berg1-0/+8
2010-05-10iwlwifi: track station IDsJohannes Berg8-52/+82
2010-05-10iwlwifi: provide more comments for cfg structureWey-Yi Guy1-0/+12
2010-05-10iwlwifi: "tx power per chain" are part of ucode_tx_statsWey-Yi Guy3-42/+21
2010-05-10iwlagn: work around rate scaling reset delayReinette Chatre1-1/+37
2010-05-10iwlwifi: rework broadcast station managementJohannes Berg11-99/+89
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-10iwlwifi: note that priv->bssid is used only by 3945Johannes Berg1-1/+1
2010-05-10iwlwifi: use vif in iwl_ht_confJohannes Berg1-4/+5
2010-05-10iwlwifi: remove useless priv->vif checkJohannes Berg1-4/+1
2010-05-10iwlagn: use virtual interface in TX aggregation handlingJohannes Berg3-11/+14
2010-05-10iwlwifi: push virtual interface throughJohannes Berg9-122/+118
2010-05-10iwlwifi: apply filter flags directlyJohannes Berg1-30/+22
2010-05-10iwlagn: use vif->type to check stationJohannes Berg1-1/+1
2010-05-10iwlagn: move iwl_get_ra_sta_id to 4965Johannes Berg3-12/+10
2010-05-10iwlwifi: remove rts_thresholdJohannes Berg1-1/+0
2010-05-10iwl3945: add plcp error checkingAbhijeet Kolekar3-3/+69
2010-05-10iwlagn: implement loading a new firmware file typeJohannes Berg4-9/+187
2010-05-10iwlagn: prepare for new firmware file formatJohannes Berg1-123/+168
2010-05-10iwlwifi: move eeprom version printout to eeprom initJohannes Berg2-6/+7
2010-05-10iwlwifi: remove ucode virtual functionsJohannes Berg10-123/+47
2010-05-10iwl3945: remove ucode access indirectionJohannes Berg2-49/+30
2010-05-10iwlagn: show and store firmware build numberJohannes Berg1-10/+15
2010-05-10iwlwifi: manage IBSS station properlyJohannes Berg14-28/+66
2010-05-10iwlwifi: pass address to iwl_remove_stationJohannes Berg1-7/+7
2010-05-10iwl3945: use iwl3945_add_bcast_stationJohannes Berg1-1/+1
2010-05-10iwlwifi: make bcast LQ command available for later restore actionsReinette Chatre4-29/+75
2010-05-10iwlwifi: dump firmware build info in error caseShanyu Zhao1-0/+3
2010-05-10iwlwifi: checking for all the possible failure casesWey-Yi Guy1-2/+4
2010-05-10iwlwifi: wimax co-exist code clean upWey-Yi Guy3-61/+59