Age | Commit message (Expand) | Author | Files | Lines |
2011-08-29 | iwlagn: move iwl_free_pages to iwl-shared.h | Emmanuel Grumbach | 1 | -2/+2 |
2011-08-29 | iwlagn: move all iwl_is_XXX helpers to iwl-shared.h | Emmanuel Grumbach | 1 | -2/+2 |
2011-08-29 | iwlagn: bus layer chooses its transport layer | Emmanuel Grumbach | 1 | -3/+3 |
2011-08-29 | iwlagn: priv->sta_lock moves to iwl_shared | Emmanuel Grumbach | 1 | -36/+41 |
2011-08-29 | iwlagn: priv->mutex moves to iwl_shared | Emmanuel Grumbach | 1 | -2/+2 |
2011-08-29 | iwlagn: hw_params moves to iwl_shared | Emmanuel Grumbach | 1 | -5/+6 |
2011-07-21 | iwlagn: rewrite HW crypto | Johannes Berg | 1 | -1/+1 |
2011-07-21 | iwlagn: transport layer receives struct iwl_trans* | Emmanuel Grumbach | 1 | -3/+3 |
2011-07-11 | iwlagn: remove iwlagn_hcmd_utils structure and call directly | Don Fry | 1 | -1/+12 |
2011-07-11 | iwlagn: provide heplers to access the transport ops | Emmanuel Grumbach | 1 | -3/+4 |
2011-07-11 | iwlagn: consolidate the API that sends host commands and move to transport | Emmanuel Grumbach | 1 | -3/+3 |
2011-05-13 | iwlagn: prepare for multi-TB commands | Johannes Berg | 1 | -6/+6 |
2011-04-18 | iwlagn: remove most BUG_ON instances | Johannes Berg | 1 | -3/+6 |
2011-04-07 | iwlagn: change Copyright to 2011 | Wey-Yi Guy | 1 | -1/+1 |
2011-04-07 | iwlagn: remove unused variable | Johannes Berg | 1 | -1/+0 |
2011-03-25 | iwlagn: remove 3945 only station code | Wey-Yi Guy | 1 | -6/+0 |
2011-02-21 | iwlwifi: split the drivers for agn and legacy devices 3945/4965 | Wey-Yi Guy | 1 | -11/+0 |
2011-02-21 | Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965" | Wey-Yi Guy | 1 | -0/+11 |
2011-02-21 | iwlwifi: split the drivers for agn and legacy devices 3945/4965 | Wey-Yi Guy | 1 | -11/+0 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2010-12-02 | iwlagn: fix race condition when reprogram sta | Wey-Yi Guy | 1 | -0/+13 |
2010-11-16 | iwlagn: reprogram AP STA after assoc | Johannes Berg | 1 | -5/+46 |
2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 1 | -1/+1 |
2010-10-08 | iwlwifi: move agn specific station code there | Johannes Berg | 1 | -712/+13 |
2010-09-11 | iwlwifi: fix default LQ table in 5.2 band | Tomas Winkler | 1 | -11/+8 |
2010-08-27 | iwlwifi: move HT configuration data into context | Johannes Berg | 1 | -13/+10 |
2010-08-27 | iwlwifi: add context pointer to station | Johannes Berg | 1 | -7/+15 |
2010-08-27 | iwlwifi: store default station flags in context | Johannes Berg | 1 | -1/+1 |
2010-08-27 | iwlwifi: make hw crypto context aware | Johannes Berg | 1 | -18/+23 |
2010-08-27 | iwlwifi: move AP sta ID to context | Johannes Berg | 1 | -2/+3 |
2010-08-27 | iwlwifi: contextify-stations-completely | Johannes Berg | 1 | -2/+9 |
2010-08-27 | iwlwifi: contextify broadcast station | Johannes Berg | 1 | -35/+54 |
2010-08-27 | iwlwifi: initial contextification | Johannes Berg | 1 | -1/+5 |
2010-08-17 | mac80211: use cipher suite selectors | Johannes Berg | 1 | -11/+13 |
2010-08-06 | iwlwifi: fix locking assertions | Johannes Berg | 1 | -3/+3 |
2010-06-26 | iwlwifi: update LQ for bcast station on channel change | Daniel Halperin | 1 | -0/+30 |
2010-06-21 | iwlwifi: return ucode errors from station management | Johannes Berg | 1 | -6/+10 |
2010-06-21 | iwlwifi: use sync commands for keys | Johannes Berg | 1 | -11/+18 |
2010-06-21 | iwlagn: use mutex for aggregation | Johannes Berg | 1 | -9/+22 |
2010-06-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+4 |
2010-06-14 | iwlwifi: serialize station management actions | Reinette Chatre | 1 | -0/+4 |
2010-06-02 | Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel... | John W. Linville | 1 | -36/+36 |
2010-05-24 | iwlwifi: testing the wrong variable in iwl_add_bssid_station() | Dan Carpenter | 1 | -1/+1 |
2010-05-13 | iwlwifi: fix and add missing sta_lock usage | Reinette Chatre | 1 | -24/+32 |
2010-05-13 | iwlwifi: introduce iwl_sta_id_or_broadcast | Johannes Berg | 1 | -12/+4 |
2010-05-11 | iwlwifi: remove pointless HT check | Johannes Berg | 1 | -4/+6 |
2010-05-11 | iwlwifi: rename iwl_add_local_station | Johannes Berg | 1 | -6/+3 |
2010-05-11 | iwlwifi: move iwl_find_station() to 4965 | Johannes Berg | 1 | -45/+0 |
2010-05-11 | iwlwifi: use iwl_sta_id() for TKIP key update | Johannes Berg | 1 | -8/+13 |
2010-05-11 | iwlagn: use iwl_sta_id() for aggregation | Johannes Berg | 1 | -6/+7 |