Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215096
b: refs/heads/master
c: 72645ef
h: refs/heads/master
v: v3
  • Loading branch information
Wey-Yi Guy committed Oct 6, 2010
1 parent 9524bd4 commit 47b426d
Show file tree
Hide file tree
Showing 62 changed files with 1,113 additions and 806 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7573eac762af253e0b61b60cce34ab80f2dd45c7
refs/heads/master: 72645eff4b2ad6cf2b016b54f9d6817cca0a621d
10 changes: 10 additions & 0 deletions trunk/Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -563,3 +563,13 @@ Why: superseded by acpi_sleep=nonvs
Who: Rafael J. Wysocki <rjw@sisk.pl>

----------------------------

What: iwlwifi disable_hw_scan module parameters
When: 2.6.40
Why: Hareware scan is the prefer method for iwlwifi devices for
scanning operation. Remove software scan support for all the
iwlwifi devices.

Who: Wey-Yi Guy <wey-yi.w.guy@intel.com>

----------------------------
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/ath/ath.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,14 @@ enum ath_cipher {
* @read: Register read
* @write: Register write
* @enable_write_buffer: Enable multiple register writes
* @write_flush: flush buffered register writes and disable buffering
* @disable_write_buffer: Disable multiple register writes
* @write_flush: Flush buffered register writes
*/
struct ath_ops {
unsigned int (*read)(void *, u32 reg_offset);
void (*write)(void *, u32 val, u32 reg_offset);
void (*enable_write_buffer)(void *);
void (*disable_write_buffer)(void *);
void (*write_flush) (void *);
};

Expand Down
Loading

0 comments on commit 47b426d

Please sign in to comment.