Age | Commit message (Expand) | Author | Files | Lines |
2011-02-21 | iwlwifi: split the drivers for agn and legacy devices 3945/4965 | Wey-Yi Guy | 1 | -2819/+0 |
2011-02-21 | Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965" | Wey-Yi Guy | 1 | -0/+2819 |
2011-02-21 | iwlwifi: split the drivers for agn and legacy devices 3945/4965 | Wey-Yi Guy | 1 | -2819/+0 |
2011-02-18 | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 | John W. Linville | 1 | -1/+0 |
2011-02-09 | iwl3945: remove plcp check | Stanislaw Gruszka | 1 | -1/+0 |
2011-01-31 | iwl3945: do not use agn specific IWL_RATE_COUNT | Stanislaw Gruszka | 1 | -3/+2 |
2011-01-28 | iwlwifi: do not set tx power when channel is changing | Stanislaw Gruszka | 1 | -1/+1 |
2011-01-21 | cfg80211: Extend channel to frequency mapping for 802.11j | Bruno Randolf | 1 | -2/+3 |
2010-12-06 | iwlwifi: jiffies based tx queues watchdog | Stanislaw Gruszka | 1 | -2/+2 |
2010-12-02 | iwlwifi: check for STATUS_EXIT_PENDING when send RXON command | Wey-Yi Guy | 1 | -0/+3 |
2010-11-22 | iwlwifi: Use static const | Joe Perches | 1 | -1/+1 |
2010-11-16 | iwlwifi: pass txq to wake/stop queue | Johannes Berg | 1 | -1/+1 |
2010-11-16 | iwlwifi: change default led mode for different devices | Wey-Yi Guy | 1 | -0/+2 |
2010-11-15 | iwlwifi: legacy tx_cmd_protection function | Wey-Yi Guy | 1 | -1/+1 |
2010-11-15 | iwlwifi: put all the isr related function under ops | Wey-Yi Guy | 1 | -1/+3 |
2010-11-15 | iwlwifi: Legacy isr only used by legacy devices | Wey-Yi Guy | 1 | -0/+1 |
2010-11-15 | iwlagn: new RXON processing for modern devices | Johannes Berg | 1 | -3/+7 |
2010-11-15 | iwlwifi: make mac80211 ops a device config | Johannes Berg | 1 | -0/+1 |
2010-11-15 | iwlwifi: warn when send tx power settings during scan | Stanislaw Gruszka | 1 | -0/+4 |
2010-10-12 | iwl3945: fix queue allocation | Johannes Berg | 1 | -0/+1 |
2010-10-07 | iwlwifi: remove iwl_check_bits | Johannes Berg | 1 | -1/+1 |
2010-10-07 | iwlwifi: remove apm_ops.stop | Johannes Berg | 1 | -1/+0 |
2010-10-07 | iwlwifi: remove set_pwr_src operation | Johannes Berg | 1 | -14/+12 |
2010-10-07 | iwlwifi: remove agn rates info there | Johannes Berg | 1 | -0/+9 |
2010-10-07 | iwlwifi: move agn specific station code there | Johannes Berg | 1 | -4/+28 |
2010-10-07 | iwlwifi: remove verify_signature eeprom operation | Johannes Berg | 1 | -1/+0 |
2010-10-07 | iwl3945: use iwl3945_commit_rxon | Johannes Berg | 1 | -2/+1 |
2010-10-07 | iwlwifi: introduce post_scan hook | Johannes Berg | 1 | -0/+1 |
2010-10-06 | iwlagn: reduce redundant parameter definitions | Wey-Yi Guy | 1 | -25/+18 |
2010-08-27 | iwlwifi: make hw crypto context aware | Johannes Berg | 1 | -0/+2 |
2010-08-27 | iwlwifi: contextify-stations-completely | Johannes Berg | 1 | -4/+6 |
2010-08-27 | iwlwifi: contextify broadcast station | Johannes Berg | 1 | -4/+7 |
2010-08-27 | iwlwifi: prepare for PAN queue/fifo assignment | Johannes Berg | 1 | -5/+5 |
2010-08-27 | iwlwifi: initial contextification | Johannes Berg | 1 | -25/+28 |
2010-08-14 | iwlwifi: long monitor timer | Wey-Yi Guy | 1 | -2/+2 |
2010-08-09 | iwlagn: fix rts cts protection | Johannes Berg | 1 | -17/+1 |
2010-06-25 | iwlwifi: add a mechanism to disable plcp error checking | Wey-Yi Guy | 1 | -0/+5 |
2010-06-14 | iwlwifi: rename rxq->dma_addr | Emmanuel Grumbach | 1 | -1/+1 |
2010-06-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+1 |
2010-06-05 | iwlwifi: reduce memory allocation | Johannes Berg | 1 | -12/+13 |
2010-06-05 | iwl3945: fix bugs in txq freeing | Johannes Berg | 1 | -6/+8 |
2010-06-05 | iwlwifi: beacon format related helper function | Wey-Yi Guy | 1 | -0/+1 |
2010-06-05 | iwlwifi: remove debug frame dumping | Johannes Berg | 1 | -154/+0 |
2010-06-05 | iwl3945: enable stuck queue detection on 3945 | Reinette Chatre | 1 | -0/+1 |
2010-06-04 | iwlwifi: use the DMA state API instead of the pci equivalents | FUJITA Tomonori | 1 | -2/+2 |
2010-06-02 | Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel... | John W. Linville | 1 | -9/+6 |
2010-05-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -46/+101 |
2010-05-13 | iwlwifi: split debug and debugfs options | Johannes Berg | 1 | -3/+3 |
2010-05-13 | iwlwifi: fix and add missing sta_lock usage | Reinette Chatre | 1 | -6/+3 |
2010-05-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+0 |