Age | Commit message (Expand) | Author | Files | Lines |
2010-06-15 | iwlwifi: cancel scan watchdog in iwl_bg_abort_scan | John W. Linville | 1 | -0/+1 |
2010-06-14 | iwlagn: verify flow id in compressed BA packet | Shanyu Zhao | 1 | -0/+5 |
2010-06-14 | iwlwifi: serialize station management actions | Reinette Chatre | 3 | -4/+17 |
2010-06-08 | iwlwifi: add missing rcu_read_lock | Johannes Berg | 1 | -0/+2 |
2010-06-06 | iwlwifi: move sysfs_create_group to post request firmware | Emmanuel Grumbach | 1 | -159/+159 |
2010-06-06 | iwl3945: fix internal scan | Abhijeet Kolekar | 4 | -31/+96 |
2010-06-06 | iwl3945: enable stuck queue detection on 3945 | Reinette Chatre | 1 | -0/+1 |
2010-05-24 | iwlwifi: testing the wrong variable in iwl_add_bssid_station() | Dan Carpenter | 1 | -1/+1 |
2010-05-24 | wireless: update gfp/slab.h includes | Tejun Heo | 1 | -0/+1 |
2010-05-21 | iwlwifi: fix internal scan race | Reinette Chatre | 1 | -3/+18 |
2010-05-18 | drivers/net: remove useless semicolons | Joe Perches | 1 | -1/+1 |
2010-05-18 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 24 | -939/+1308 |
2010-05-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 24 | -939/+1308 |
2010-05-14 | drivers/net: Remove unnecessary returns from void function()s | Joe Perches | 6 | -9/+0 |
2010-05-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+0 |
2010-05-11 | iwlwifi: clear driver stations when going down | Johannes Berg | 3 | -0/+21 |
2010-05-11 | iwlwifi: remove pointless HT check | Johannes Berg | 1 | -4/+6 |
2010-05-11 | iwlwifi: rename iwl_add_local_station | Johannes Berg | 4 | -9/+6 |
2010-05-11 | iwlwifi: move iwl_find_station() to 4965 | Johannes Berg | 3 | -51/+44 |
2010-05-11 | iwlwifi: use iwl_sta_id() for TKIP key update | Johannes Berg | 3 | -11/+15 |
2010-05-11 | iwlagn: use iwl_sta_id() for aggregation | Johannes Berg | 5 | -28/+25 |
2010-05-11 | iwlwifi: use iwl_find_station less | Johannes Berg | 5 | -78/+29 |
2010-05-11 | iwlwifi: add iwl_sta_id() | Johannes Berg | 1 | -0/+8 |
2010-05-11 | iwlwifi: track station IDs | Johannes Berg | 8 | -52/+82 |
2010-05-11 | iwlwifi: provide more comments for cfg structure | Wey-Yi Guy | 1 | -0/+12 |
2010-05-11 | iwlwifi: "tx power per chain" are part of ucode_tx_stats | Wey-Yi Guy | 3 | -42/+21 |
2010-05-11 | iwlagn: work around rate scaling reset delay | Reinette Chatre | 1 | -1/+37 |
2010-05-11 | iwlwifi: rework broadcast station management | Johannes Berg | 11 | -99/+89 |
2010-05-11 | iwlwifi: split allocation/sending local station LQ | Johannes Berg | 1 | -8/+8 |
2010-05-11 | iwlwifi: fix iwl_sta_init_lq station ID | Johannes Berg | 1 | -7/+4 |
2010-05-11 | iwlwifi: note that priv->bssid is used only by 3945 | Johannes Berg | 1 | -1/+1 |
2010-05-11 | iwlwifi: use vif in iwl_ht_conf | Johannes Berg | 1 | -4/+5 |
2010-05-11 | iwlwifi: remove useless priv->vif check | Johannes Berg | 1 | -4/+1 |
2010-05-11 | iwlagn: use virtual interface in TX aggregation handling | Johannes Berg | 3 | -11/+14 |
2010-05-11 | iwlwifi: push virtual interface through | Johannes Berg | 9 | -122/+118 |
2010-05-11 | iwlwifi: apply filter flags directly | Johannes Berg | 1 | -30/+22 |
2010-05-11 | iwlagn: use vif->type to check station | Johannes Berg | 1 | -1/+1 |
2010-05-11 | iwlagn: move iwl_get_ra_sta_id to 4965 | Johannes Berg | 3 | -12/+10 |
2010-05-11 | iwlwifi: remove rts_threshold | Johannes Berg | 1 | -1/+0 |
2010-05-11 | iwl3945: add plcp error checking | Abhijeet Kolekar | 3 | -3/+69 |
2010-05-11 | iwlagn: implement loading a new firmware file type | Johannes Berg | 4 | -9/+187 |
2010-05-11 | iwlagn: prepare for new firmware file format | Johannes Berg | 1 | -123/+168 |
2010-05-11 | iwlwifi: move eeprom version printout to eeprom init | Johannes Berg | 2 | -6/+7 |
2010-05-11 | iwlwifi: remove ucode virtual functions | Johannes Berg | 10 | -123/+47 |
2010-05-11 | iwl3945: remove ucode access indirection | Johannes Berg | 2 | -49/+30 |
2010-05-11 | iwlagn: show and store firmware build number | Johannes Berg | 1 | -10/+15 |
2010-05-11 | iwlwifi: manage IBSS station properly | Johannes Berg | 14 | -28/+66 |
2010-05-11 | iwlwifi: pass address to iwl_remove_station | Johannes Berg | 1 | -7/+7 |
2010-05-11 | iwl3945: use iwl3945_add_bcast_station | Johannes Berg | 1 | -1/+1 |
2010-05-11 | iwlwifi: make bcast LQ command available for later restore actions | Reinette Chatre | 4 | -29/+75 |